[1.7.10] TerraFirmaPunk 2.0 - TerraFirmaCraft & SteamPunk Adventures

Skincrawler

New Member
Jul 29, 2019
170
0
0
Is there a issue with the large bloomery can't seem to get it to work

Sent from my HTC One_M8 using Tapatalk
 

Skincrawler

New Member
Jul 29, 2019
170
0
0
Could be a version thing but says I can build a bloomery 3 blocks above the bloomery block but it won't work so far I'm stuck with a standard 3x3 bloomery.

Sent from my HTC One_M8 using Tapatalk
 

Skincrawler

New Member
Jul 29, 2019
170
0
0
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
 

OneWolfe

New Member
Jul 29, 2019
758
0
0
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

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
 

Delerium

New Member
Jul 29, 2019
234
0
0
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.
 

OneWolfe

New Member
Jul 29, 2019
758
0
0
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.

Yes, that is exactly how I remember it working, Thanks you for clarifying Delerium :D
 

Drift Dragon

New Member
Jul 29, 2019
2
0
0
Hi all, Is there a step by step guide anywhere showing how to set up a terrafirmapunk server? me and a friend have been trying for over a week and we keep getting the same problems, either client crashing when joining a 1.0.3 server, or a vanilla world with a black sky spawning for any other version. Any help would be great!!!

P.s from what I've been playing in single player, Love the pack!

p.p.s In the end, were want to run the server on McMyAdmin
 
Last edited:

Lachim Heigrim

New Member
Jul 29, 2019
10
0
0
@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
 

warcommando2

New Member
Jul 29, 2019
167
0
0
@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


not full log's btw giving us the full crash log helps. But from what you placed and what i know some addon's can cause havoc without cause. So pointing this out will help Onewolfe next time he does an update
 

OneWolfe

New Member
Jul 29, 2019
758
0
0
@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

Thanks for letting me know. I have decided to start working on a complete overhaul of the pack since all of the 1.0.x versions are just so buggy that I don't feel they are worth fixing at this point. However work is so slammed at the moment I really cant find the time, or sanity, to get a decent version ready for uploading.
 

Drift Dragon

New Member
Jul 29, 2019
2
0
0
@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!
 

OneWolfe

New Member
Jul 29, 2019
758
0
0
nvm i just went into edit mode and saw there are over 600 quests.

Yes 600! It is a serious overkill and a massive pain to maintain. Most of them are not required since the final goal of the quest book is to reach 10,000 SteamPunk points. Some of the quests are just helpers to provide the players with Vanilla and modded resources that would other wise be Impossible to acquire.

PS: Some quests are actually detrimental and should NOT be completed unless you have no other choice.
 

CupcakeNautilus

New Member
Jul 29, 2019
28
0
0
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?
 
Last edited:

warcommando2

New Member
Jul 29, 2019
167
0
0
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?

add your crash log incl what version the mod is and ill try it out to figure it out for you.
 

OneWolfe

New Member
Jul 29, 2019
758
0
0
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?

Try adding it to TFC by itself and see what happens. If combining just those two mods still crashes then your out of luck :(