SpongeForge icon indicating copy to clipboard operation
SpongeForge copied to clipboard

Invalid block type when creating or applying ArchetypeVolume with mod blocks

Open electron93 opened this issue 4 years ago • 0 comments

I am currently running

  • SpongeForge version: 1.12.2-2838-7.1.8 - 1.12.2-2838-7.1.11
  • Forge version: 1.12.2-14.23.5.2838
  • Java version: 1.8.0
  • Operating System: Linux
  • Mods: IndustrialCraft 2, BuildCraft, Galacticraft

Issue Description The code I use is similar to this. I can assume that for some reason the attributes of these blocks are not copied or fully applied. This behavior only reproduces with ic2 blocks (in my experience).

2020-03-15_15 47 53 2020-03-15_15 49 05 apply( ... ): 2020-03-15_15 49 17


createArchetypeVolume( ... ): 2020-03-15_17 22 12 apply( ... ): 2020-03-15_17 22 20

electron93 avatar Mar 15 '20 15:03 electron93