When my game is loading I get this log message:
http://pastebin.com/qhygSkEP
P.S. Sorry for my English
Posts by FedorNogopletov
-
-
I'm using Forge 1558
Modlist:
Crash Report: http://pastebin.com/mJWMrdwG
Minecraft Log: http://pastebin.com/faBCvXwF -
I'm trying to add the recipes for Assemler.
Minecraft log: http://pastebin.com/9stRaMh7Codeimport mods.gregtech.Assembler; Assembler.addRecipe(<Forestry:minerBagT2>, <Forestry:minerBag>, <Forestry:craftingMaterial:3> * 8, <liquid:glue> * 1000, 1200, 128); Assembler.addRecipe(<Forestry:diggerBagT2>, <Forestry:diggerBag>, <Forestry:craftingMaterial:3> * 8, <liquid:glue> * 1000, 1200, 128); Assembler.addRecipe(<Forestry:foresterBagT2>, <Forestry:foresterBag>, <Forestry:craftingMaterial:3> * 8, <liquid:glue> * 1000, 1200, 128); Assembler.addRecipe(<Forestry:hunterBagT2>, <Forestry:hunterBag>, <Forestry:craftingMaterial:3> * 8, <liquid:glue> * 1000, 1200, 128); Assembler.addRecipe(<Forestry:adventurerBagT2>, <Forestry:adventurerBag>, <Forestry:craftingMaterial:3> * 8, <liquid:glue> * 1000, 1200, 128); Assembler.addRecipe(<Forestry:builderBagT2>, <Forestry:builderBag>, <Forestry:craftingMaterial:3> * 8, <liquid:glue> * 1000, 1200, 128);
Yeah, it works, but minetweaker.log says
CodeWARNING: 6 modifications were stuck INFO: Stuck: Adding assembler recipe with fluid Support for <Forestry:builderBagT2> INFO: Stuck: Adding assembler recipe with fluid Support for <Forestry:adventurerBagT2> INFO: Stuck: Adding assembler recipe with fluid Support for <Forestry:hunterBagT2> INFO: Stuck: Adding assembler recipe with fluid Support for <Forestry:foresterBagT2> INFO: Stuck: Adding assembler recipe with fluid Support for <Forestry:diggerBagT2> INFO: Stuck: Adding assembler recipe with fluid Support for <Forestry:minerBagT2>
How can I fix it? Thanks.
P.S. Sorry for my English.
-
Hello,
Can I use your mod in my public 3rd party FTB modpack "Swallow" (aka "Swallow Pack")? -