Skip to content

Instantly share code, notes, and snippets.

@blockgoblin31
blockgoblin31 / multi.zs
Last active October 26, 2022 23:28
loads recipes for multiple machines, but only if the machine has no recipe with that input. mc 1.16.5
//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;
[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