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
| //priority 0 so it loads after all other scripts | |
| #priority 0 | |
| import crafttweaker.api.item.IItemStack; | |
| import crafttweaker.api.item.IIngredient; | |
| import mods.mekanism.api.ingredient.ItemStackIngredient; | |
| import crafttweaker.api.registries.IRecipeManager; | |
| import crafttweaker.api.item.MCWeightedItemStack; | |
| import crafttweaker.api.recipes.WrapperRecipe; |
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
| [17:57:05] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [17:57:05] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [17:57:05] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [17:57:05] [main/INFO]: Forge Mod Loader version 14.23.5.2859 for Minecraft 1.12.2 loading | |
| [17:57:05] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\beckt\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy | |
| [17:57:06] [main/INFO]: Searching C:\Users\beckt\Twitch\Minecraft\Instances\pack with tct\mods for mods | |
| [17:57:06] [main/INFO]: Searching C:\Users\beckt\Twitch\Minecraft\Instances\pack with tct\mods\1.12.2 for mods | |
| [17:57:06] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [17:57:06] [main/WARN]: The |