BuildCraft|Factory

BuildCraft|Factory

7M Downloads

[1.12.2] Mass error in server log with Facades & Invalid property Value

Morpheus1101 opened this issue ยท 3 comments

commented

Error log @ https://gist.github.com/Morpheus1101/893a436f791a033bd51fe2d21830bb73

I do also believe there could be cross-mod thats part of this, but unsure.

Forge *.2631
BC v7.99.15

commented

while BC is spitting out the errors this is indeed cross mod issue. BC is trying to determine if blocks can be used as facades but is encountering some issues:

  • Extra utilities 2: invalid inplementation of the IProperty interface, probably a @Sideonly that should be removed (method used to be serverside only, now it's both)
  • org.jwaresoftware.mcmods.vfp.common.VfpPantryCarton$VariantSet (not sure what mod this is from exactly, vfp as modid i think?): this mod has an issue with parsing it's own values again, BC feeds the block it's own reported values but is not parsing and returning them correctly
commented

vfp is vanillafoodpantry

commented

Heyo

So also still an issue in Buildcraft Here is the Gist. I tried looking in the configs for an option to disable specific blocks or groups of blocks as a facade but could not find it. This instance is regarding Forestry Trees.

Versions

  • buildcraft-all-7.99.20
  • forestry_1.12.2-5.8.2.374