Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. recipes.remove(<rftoolsdim:empty_dimension_tab>);
  2. <rftoolsdim:empty_dimension_tab>.addTooltip(format.red("Gebannt: RFTools Welten crashen den Server"));
  3. recipes.remove(<rftoolsdim:dimension_enscriber>);
  4. <rftoolsdim:dimension_enscriber>.addTooltip(format.red("Gebannt: RFTools Welten crashen den Server"));
  5.  
  6. #Recipefix
  7. #Diamond Chip (Opencomputers)
  8. recipes.remove(<opencomputers:material:29>);
  9. recipes.addShaped(<opencomputers:material:29>, [[<ore:nuggetDiamond>]]);
  10.  
  11.  
  12. #Crashen den Server
  13. #CreepCube
  14. recipes.remove(<meecreeps:creepcube>);
  15. <meecreeps:creepcube>.addTooltip(format.red("Gebannt: Crasht beim aktivieren den Server"));
  16. #RFTools Screen Controller
  17. recipes.remove(<rftools:screen_controller>);
  18. <rftools:screen_controller>.addTooltip(format.red("Gebannt: Crasht beim plazieren den Server"));
  19.  
  20. #Dupebug
  21. #Dank Null
  22. recipes.remove(<danknull:dank_null*>);
  23. <danknull:dank_null*>.addTooltip(format.red("Gebannt: Dupebug"));
  24.  
  25. #Erzeugt Laggs
  26. <refinedstorage:controller>.addTooltip(format.red("Keine zu großen Systeme bauen"));
  27.  
  28. <extrautils2:quarry>.addTooltip(format.red("Nur eine pro Welt benutzen, Alternative: Void Ore Miner"));
  29.  
  30. recipes.remove(<meecreeps:portalgun>);
  31. <meecreeps:portalgun>.addTooltip(format.red("Gebannt: Grosse Lagerzeugung"));
  32.  
  33. #Refined Storage
  34. recipes.remove(<refinedstorage:crafter>);
  35. <refinedstorage:crafter>.addTooltip(format.red("Gebannt: Erzeugt hohe MS"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement