SpongeForge
SpongeForge copied to clipboard
Invalid block type when creating or applying ArchetypeVolume with mod blocks
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).
apply( ... )
:
createArchetypeVolume( ... )
:
apply( ... )
: