
[Mod Incompatibility] Oh The Biomes We've Gone
ToasterPig opened this issue ยท 2 comments
Playing on Neo Forge 1.21.1
Unfortunately, blocks from Oh The Biomes We've Gone is incompatible with Additional Placements for some reason.
I read the other mod incompatibility issue and it was mentioned that it may be caused by incorrect/custom classes used for blocks.
I don't know how to check these so I'm submitting an issue to have someone more knowledgeable check what is wrong.
Just checked their code, here's a relevant snip:
public static final Supplier<SlabBlock> CATTAIL_THATCH_SLAB = registerBlockItem("cattail_thatch_slab", () -> new SlabBlock(BlockBehaviour.Properties.ofFullCopy(CATTAIL_THATCH.get())));
These are standard SlabBlocks. I haven't tested this mod myself, but if @ToasterPig says it's not working, then it's related to #100, see my comment there.