Is there a issue with the large bloomery can't seem to get it to work
Sent from my HTC One_M8 using Tapatalk
Sent from my HTC One_M8 using Tapatalk
Is there a issue with the large bloomery can't seem to get it to work
Sent from my HTC One_M8 using Tapatalk
Solved it. It's complicated but it's how u throw the stuff in that makes the diffrence.
Sent from my HTC One_M8 using Tapatalk
There's only one bloomery, but if you add layers to the chimney it can process more at a time, from 8 to 16 and finally 24. This feature exists in the version of TFC in this pack, as I've been using the 24 ore version. It's just very touchy in the order it accepts items in. It seems to require being filled in equal parts iron/charcoal in chunks of 8, so if you throw in 24 iron, it will only take the first 8 until it gets 8 charcoal to go with that first 8 iron, and so on... You can throw in 24 ore and 24 charcoal at once from the top, and it will all go in after a few seconds.The pack really hasnt been updated since April, and at the time I only knew about 1 kind of bloomery. I am certain that TFC has had at least 1 or two updates since then. It couldnt hurt to try adding a newer version of TFC and see what happens. Most likely the addons for TFC will break.
I will be trying to get back into working on the pack again but at the moment IRL is kinda kicking my butt at the moment. LOL
There's only one bloomery, but if you add layers to the chimney it can process more at a time, from 8 to 16 and finally 24. This feature exists in the version of TFC in this pack, as I've been using the 24 ore version. It's just very touchy in the order it accepts items in. It seems to require being filled in equal parts iron/charcoal in chunks of 8, so if you throw in 24 iron, it will only take the first 8 until it gets 8 charcoal to go with that first 8 iron, and so on... You can throw in 24 ore and 24 charcoal at once from the top, and it will all go in after a few seconds.
java -server -Xms3072m -Xmx3072m -XX:PermSize=256m -XX:+UseG1GC -jar forge-1.7.10-10.13.2.1307-1.7.10-universal.jar nogui
@Drift Dragon I started the TerraFirmaPunk server by:
1. Creating a ServerStart.bat file with the following content
Code:java -server -Xms3072m -Xmx3072m -XX:PermSize=256m -XX:+UseG1GC -jar forge-1.7.10-10.13.2.1307-1.7.10-universal.jar nogui
2. After connecting my client kept crashing with the following stacktrace:
Time: 8/25/15 11:29 PM
Description: Ticking screen
java.lang.NullPointerException: Ticking screen
at com.bioxx.tfc.Core.TFC_Core.getSuperSeed(TFC_Core.java:1393)
at com.bioxx.tfc.api.Crafting.AnvilRecipe.<init>(AnvilRecipe.java:30)
at sladki.tfc.ModManager.registerAnvilRecipes(ModManager.java:198)
at sladki.tfc.Handlers.ChunkEventHandler.onLoadWorld(ChunkEventHandler.java:12)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_248_ChunkEventHandler_onLoadWorld_Load.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:61)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1649)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
and after disabling TFC cellars crashes continued with Bibliocraft
java.lang.NullPointerException: Ticking screen
at com.bioxx.tfc.Core.TFC_Core.getSuperSeed(TFC_Core.java:1393)
at com.bioxx.tfc.api.Crafting.AnvilRecipe.<init>(AnvilRecipe.java:30)
at jds.bibliowood.tfcwood.WoodsLoader.initAnvilRecipies(WoodsLoader.java:345)
at jds.bibliowood.tfcwood.AnvilRecipeHandler.onLoadWorld(AnvilRecipeHandler.java:13)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_263_AnvilRecipeHandler_onLoadWorld_Load.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:61)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1649)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
I solved the crashes based on this bugreport by manually downloading and replacing TFC Cellars, Bibliocraft and Bibliowoods mods both in my server as well as client installation. Since it took me whole evening to figure it out I only had time to do brief testing. Anyway I was able to successfully connect, run around and did basic crafting (collect 2 stones -> craft axe).
The versions of mods I downloaded were specifically (for TerraFirmaPunk version 1.0.3 currently the most recent on FTB launcher):
- [1.7.10]TFCCellarsAddon-1.08
- BiblioCraft[v1.10.6][MC1.7.10].jar
- BiblioWoods[TerraFirmaCraftV0.79.18][v1.1]
@OneWolfe please consider the above a showstopper problem with 1.0.3, obviously unless I've done something completely wrong
@Drift Dragon I started the TerraFirmaPunk server by:
1. Creating a ServerStart.bat file with the following content
Code:java -server -Xms3072m -Xmx3072m -XX:PermSize=256m -XX:+UseG1GC -jar forge-1.7.10-10.13.2.1307-1.7.10-universal.jar nogui
2. After connecting my client kept crashing with the following stacktrace:
and after disabling TFC cellars crashes continued with Bibliocraft
I solved the crashes based on this bugreport by manually downloading and replacing TFC Cellars, Bibliocraft and Bibliowoods mods both in my server as well as client installation. Since it took me whole evening to figure it out I only had time to do brief testing. Anyway I was able to successfully connect, run around and did basic crafting (collect 2 stones -> craft axe).
The versions of mods I downloaded were specifically (for TerraFirmaPunk version 1.0.3 currently the most recent on FTB launcher):
- [1.7.10]TFCCellarsAddon-1.08
- BiblioCraft[v1.10.6][MC1.7.10].jar
- BiblioWoods[TerraFirmaCraftV0.79.18][v1.1]
@OneWolfe please consider the above a showstopper problem with 1.0.3, obviously unless I've done something completely wrong
@Drift Dragon I started the TerraFirmaPunk server by:
1. Creating a ServerStart.bat file with the following content
Code:java -server -Xms3072m -Xmx3072m -XX:PermSize=256m -XX:+UseG1GC -jar forge-1.7.10-10.13.2.1307-1.7.10-universal.jar nogui
2. After connecting my client kept crashing with the following stacktrace:
Time: 8/25/15 11:29 PM
Description: Ticking screen
java.lang.NullPointerException: Ticking screen
at com.bioxx.tfc.Core.TFC_Core.getSuperSeed(TFC_Core.java:1393)
at com.bioxx.tfc.api.Crafting.AnvilRecipe.<init>(AnvilRecipe.java:30)
at sladki.tfc.ModManager.registerAnvilRecipes(ModManager.java:198)
at sladki.tfc.Handlers.ChunkEventHandler.onLoadWorld(ChunkEventHandler.java:12)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_248_ChunkEventHandler_onLoadWorld_Load.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:61)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1649)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
and after disabling TFC cellars crashes continued with Bibliocraft
java.lang.NullPointerException: Ticking screen
at com.bioxx.tfc.Core.TFC_Core.getSuperSeed(TFC_Core.java:1393)
at com.bioxx.tfc.api.Crafting.AnvilRecipe.<init>(AnvilRecipe.java:30)
at jds.bibliowood.tfcwood.WoodsLoader.initAnvilRecipies(WoodsLoader.java:345)
at jds.bibliowood.tfcwood.AnvilRecipeHandler.onLoadWorld(AnvilRecipeHandler.java:13)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_263_AnvilRecipeHandler_onLoadWorld_Load.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:61)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1649)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
I solved the crashes based on this bugreport by manually downloading and replacing TFC Cellars, Bibliocraft and Bibliowoods mods both in my server as well as client installation. Since it took me whole evening to figure it out I only had time to do brief testing. Anyway I was able to successfully connect, run around and did basic crafting (collect 2 stones -> craft axe).
The versions of mods I downloaded were specifically (for TerraFirmaPunk version 1.0.3 currently the most recent on FTB launcher):
- [1.7.10]TFCCellarsAddon-1.08
- BiblioCraft[v1.10.6][MC1.7.10].jar
- BiblioWoods[TerraFirmaCraftV0.79.18][v1.1]
@OneWolfe please consider the above a showstopper problem with 1.0.3, obviously unless I've done something completely wrong
Thanks mate, in the end we just used the 1.0.2.1 version of the pack, been having great fun ever since!
nvm i just went into edit mode and saw there are over 600 quests.Could you tell me what the exact total of quests is in this modpack?
nvm i just went into edit mode and saw there are over 600 quests.
Any chance of Immersive Engineering making its way into the pack? I tried just tossing the mod in, but it just crashes and I don't know enough to fix it myself.
Or maybe just advice on how to get it to work without crashing?
Any chance of Immersive Engineering making its way into the pack? I tried just tossing the mod in, but it just crashes and I don't know enough to fix it myself.
Or maybe just advice on how to get it to work without crashing?