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
| import mods.modularmachinery.RecipePrimer; | |
| import mods.modularmachinery.RecipeBuilder; | |
| import crafttweaker.item.IItemStack; | |
| import crafttweaker.item.IIngredient; | |
| import crafttweaker.liquid.ILiquidStack; | |
| import crafttweaker.oredict.IOreDictEntry; | |
| import crafttweaker.data.IData; | |
| /* |
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
| import crafttweaker.data.IData; | |
| import crafttweaker.item.IItemStack; | |
| val goldBlock=<minecraft:gold_block>; | |
| val sideItems = { | |
| efficiency: <minecraft:potion>.withTag({Potion: "minecraft:strong_swiftness"}), | |
| unbreaking: <minecraft:potion>.withTag({Potion: "minecraft:strong_strength"}) | |
| } as IItemStack[string]; |
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
| public class SkyTest implements Runnable { | |
| public static void __script__() { | |
| IPartType var1 = CTMaterialSystem.createPartType("crafting_tool", new ZenClass0()); | |
| IPartDataPiece var3 = CTMaterialSystem.createPartDataPiece("maxDamage", false); | |
| var1.setData(new IPartDataPiece[]{var3}); | |
| IPart var5 = CTMaterialSystem.getPartBuilder().setName("saw").setPartType(var1).build(); | |
| IMaterial var7 = CTMaterialSystem.getMaterialBuilder().setName("Pyure Cobalt").setColor(18347).build(); | |
| IMaterial var9 = CTMaterialSystem.getMaterialBuilder().setName("Pyure Tin").setColor(10275286).build(); | |
| var7.registerPart(var5); | |
| var9.registerPart(var5); |
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
| ---- Minecraft Crash Report ---- | |
| WARNING: coremods are present: | |
| FMLPlugin (elulib-0.1.11.jar) | |
| Contact their authors BEFORE contacting forge | |
| // Ouch. That hurt :( | |
| Time: 1/20/18 4:57 PM | |
| Description: Exception in server tick loop |
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
| [PREINITIALIZATION][CLIENT][INFO] Loading scripts | |
| [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: fun.zs} as we are currently loading with a different loader | |
| [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: funCalling.zs} as we are currently loading with a different loader | |
| [INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry | |
| [INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry | |
| [INITIALIZATION][CLIENT][INFO] Loading scripts | |
| [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: fun.zs} | |
| [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: funCalling.zs} | |
| [INITIALIZATION][CLIENT][INFO] I was called as 1 time this item: Iron Ingot |
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
| import crafttweaker.item.IIngredient; | |
| import crafttweaker.liquid.ILiquidStack; | |
| import crafttweaker.item.IItemStack; | |
| print("TRYING TO REMOVE LIQUIDS FROM MELTER"); | |
| var metalItems as IIngredient[string][string] = { | |
| iron: { | |
| block: <minecraft:iron_block>, | |
| dust: <immersiveengineering:metal:18>, |
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
| [PREINITIALIZATION][CLIENT][INFO] Loading scripts | |
| [PREINITIALIZATION][CLIENT][INFO] Debug Preprocessor found in {[0:crafttweaker]: fun.zs}, enabling debugmode | |
| [PREINITIALIZATION][CLIENT][INFO] Debug Preprocessor found in {[0:crafttweaker]: xdis.zs}, enabling debugmode | |
| [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[999:crafttweaker]: fun.zs} as we are currently loading with a different loader | |
| [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: xdis.zs} as we are currently loading with a different loader | |
| [INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry | |
| [INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry | |
| [INITIALIZATION][CLIENT][INFO] Loading scripts | |
| [INITIALIZATION][CLIENT][INFO] Debug Preprocessor found in {[0:crafttweaker]: fun.zs}, enabling debugmode | |
| [INITIALIZATION][CLIENT][INFO] Debug Preprocessor found in {[0:crafttweaker]: xdis.zs}, enabling debugmode |
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
| [PREINITIALIZATION][CLIENT][INFO] Loading scripts | |
| [PREINITIALIZATION][CLIENT][INFO] Debug Preprocessor found in {[0:crafttweaker]: fun.zs}, enabling debugmode | |
| [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: fun.zs} as we are currently loading with a different loader | |
| [INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry | |
| [INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry | |
| [INITIALIZATION][CLIENT][INFO] Loading scripts | |
| [INITIALIZATION][CLIENT][INFO] Debug Preprocessor found in {[0:crafttweaker]: fun.zs}, enabling debugmode | |
| [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: fun.zs} | |
| [INITIALIZATION][CLIENT][INFO] if this is pritned functions might work! | |
| [INITIALIZATION][CLIENT][INFO] testttt |
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
| import crafttweaker.item.IItemStack; | |
| import crafttweaker.item.IIngredient; | |
| import crafttweaker.oredict.IOreDict; | |
| import crafttweaker.oredict.IOreDictEntry; | |
| import crafttweaker.data.IData; | |
| BulkOreDict("DEBUG", [<minecraft:iron_ingot>, <minecraft:grass>, <minecraft:dirt>], 2,3,3,false); | |
| BulkOreDict("DEBU2", [<minecraft:gold_ingot>, <minecraft:bow>, <minecraft:redstone>], 3,3,3,false); | |
| /* |
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
| import crafttweaker.data.IData; | |
| import crafttweaker.item.IItemStack; | |
| import mods.jei.JEI; | |
| global attributeMap as IData = { | |
| maxHealth : { | |
| name : "generic.maxHealth", |