Trees made of pistons and Dispensers

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

nepocrates

New Member
Jul 29, 2019
19
0
0
Host MCLAYER
os linux
running stock FTB Server downloaded from main page.
Removed gregtech mod
Started the server and generated a new map

First problem was bee hive were invisible. I then rebuilt the map locally and test the server build locally. I made sure my config files for the client and the server matched. This fixed this issue. However Now when I travel to the redwood area I get some trees that are made entirely out of dispensers and sticky pistons, where the wood is pistons and the leave are the pistons. According to my ID map dump Dispenser are 36 and sticky pistons are 29. however I have looked in the the forestry and extra bioms cfg file and found nothing that would conflict with those block ID.

So I am puzzled on how to resolve this issue. I do not mind the work I just do not know where to start.

Other than those issues the server runs fine.

Thanks for any help
 

Attachments

I have been examining the config file for the mode and the only this I can guess is this is a bug with forestry. In single player game in creative mode I can get item 13415 which are Balsa , Sequoia, Larch, Cherry and Lime Saplings however on the server in creative mode they all look like fire and when I try to use them the game crashes.
I figured this out by looking and I itemID dump and found this.

Item. Name: forestry.arboriculture.items.ItemGermlingGE. ID: 13415

I guess the easiest way to avoid this bug is to remove forestry but not sure.
 
Ok I think I fixed it.

So just to be sure I downloaded a fresh FTB client and server. I changed nothing I got the same results where Balsa ect.. looked like fire and would crash the server if I tried to use them. I then tried this..

On the client side when I was connected to the server I opened up my inventory, click the options and change the itemIDs: auto to ItemIDs Shown. Then my saplings changed from fire to the correct image and I could use them.

So as of right now I think I have my serve running. Time to test it :D
 
SIGH

I thought I fixed it but decide to test it more and I now can crash the sever over and over with this message

java.lang.NullPointerException
at forestry.arboriculture.items.ItemGermlingGE.a(ItemGermlingGE.java:105)
at qg.b(EntityPlayer.java:1828)
at ayx.a(ItemRenderer.java:65)
at ayx.a(ItemRenderer.java:448)
at ayt.b(EntityRenderer.java:659)
at ayt.a(EntityRenderer.java:1206)
at ayt.b(EntityRenderer.java:949)
at net.minecraft.client.Minecraft.J(Minecraft.java:884)
at net.minecraft.client.Minecraft.run(Minecraft.java:779)
at java.lang.Thread.run(Unknown Source)

It seems there is a bug with forestry and those items. I guess I am back to removing forestry
 
Well seems I cannot remove forestry from the server because when I open my inventory I ask from a recipe the game crashes with this

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 12/1/12 11:58 PM
Description: Unexpected error

java.lang.NoClassDefFoundError: forestry/factory/gadgets/MachineFabricator$RecipeManager
at mistaqur.nei.forestry.FabricatorRecipeHandler.loadMoltens(FabricatorRecipeHandler.java:156)
at mistaqur.nei.forestry.FabricatorRecipeHandler.loadCraftingRecipes(FabricatorRecipeHandler.java:112)
at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:334)
at mistaqur.nei.forestry.FabricatorRecipeHandler.loadCraftingRecipes(FabricatorRecipeHandler.java:103)
at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:480)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:39)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:22)
at codechicken.nei.forge.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:428)
at atq.a(GuiContainer.java:423)
at atq.n(GuiContainer.java:504)
at asw.m(SourceFile:104)
at net.minecraft.client.Minecraft.l(Minecraft.java:1502)
at net.minecraft.client.Minecraft.J(Minecraft.java:854)
at net.minecraft.client.Minecraft.run(Minecraft.java:779)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: forestry.factory.gadgets.MachineFabricator$RecipeManager
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 15 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)