This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var Stacks = [<item:minecraft:dirt>, <item:minecraft:stone>, <item:minecraft:granite>]; | |
| mods.stapleton.CC.setMany(Stacks, "08aace", "db1818", "ffc005"); | |
| mods.stapleton.CC.setOne(<item:minecraft:furnace>, "08aace", "db1818", "ffc005"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package pw.stapleton.ColouredCategories.crt; | |
| import crafttweaker.IAction; | |
| import crafttweaker.api.item.IIngredient; | |
| import crafttweaker.api.minecraft.CraftTweakerMC; | |
| import net.minecraft.item.ItemStack; | |
| import pw.stapleton.ColouredCategories.ColouredCategories; | |
| import java.util.HashMap; | |
| import java.util.Map; |
OlderNewer