Additional Placements

Additional Placements

517k Downloads

[Mod Incompatibility] Oh The Biomes We've Gone

ToasterPig opened this issue ยท 2 comments

commented

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.

commented

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.

commented

This should be fixed by:
1.21: b02c481
1.21.3: 9a8c9e3
1.21.4: 0a749aa