katubug

foodfunk.zs crafttweaker script

Dec 25th, 2019
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. import crafttweaker.item.IItemStack;
  2.  
  3. <minecraft:beef>.addTooltip(format.gold("This is a tooltip."));
  4.  
  5. mods.jei.JEI.removeAndHide(<minecraft:apple>);
  6.  
  7. furnace.addRecipe(<minecraft:cooked_beef>, <minecraft:melon>, 2.0);
  8.  
  9. recipes.addShapeless("a_test_recipe", <minecraft:iron_ingot>, [<minecraft:chicken>]);
  10.  
  11. <minecraft:golden_apple>.addTooltip("Can I offer you an apple in this trying time?");
Advertisement
Add Comment
Please, Sign In to add comment