Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import crafttweaker.item.IItemStack;
- <minecraft:beef>.addTooltip(format.gold("This is a tooltip."));
- mods.jei.JEI.removeAndHide(<minecraft:apple>);
- furnace.addRecipe(<minecraft:cooked_beef>, <minecraft:melon>, 2.0);
- recipes.addShapeless("a_test_recipe", <minecraft:iron_ingot>, [<minecraft:chicken>]);
- <minecraft:golden_apple>.addTooltip("Can I offer you an apple in this trying time?");
Advertisement
Add Comment
Please, Sign In to add comment