Unknown Log

#thATqJc
27 lines
Raw
1#loader recipeevent crafttweaker
2#debug
3
4recipes.addShapeless(<minecraft:diamond> ,[<contenttweaker:zs_item>]);
5
6
7
8
9
10
11decompile result:
12//
13// Source code recreated from a .class file by IntelliJ IDEA
14// (powered by FernFlower decompiler)
15//
16
17import crafttweaker.CraftTweakerAPI;
18import crafttweaker.api.item.IIngredient;
19import crafttweaker.api.recipes.IRecipeAction;
20import crafttweaker.api.recipes.IRecipeFunction;
21import crafttweaker.mc1120.brackets.BracketHandlerItem;
22
23public class Extra_recipe implements Runnable {
24 public static void __script__() {
25 CraftTweakerAPI.recipes.addShapeless(BracketHandlerItem.getItem("minecraft:diamond", 0), new IIngredient[]{BracketHandlerItem.getItem("contenttweaker:zs_item", 0)}, (IRecipeFunction)null, (IRecipeAction)null);
26 }
27}
This log will be saved for 90 days from their last view.
Report abuse