Botania

Botania

133M Downloads

[1.18.2] Drum of the Gathering doesn't work on Fabric atm

quat1024 opened this issue ยท 1 comments

commented

Mod Loader

Fabric

Minecraft Version

1.18.2

Botania version

current snapshot 900a76b

Modloader version

irrelevant i promise

Modpack info

No response

The latest.log file

Please let me get through the template im on my phone

Issue description

this registers two mana trigger caps for drum of the wild instead of any for drum of the gathering

BotaniaFabricCapabilities.MANA_TRIGGER.registerForBlocks(
(level, pos, state, be, context) -> new BlockForestDrum.ManaTrigger(level, pos, state),
ModBlocks.canopyDrum, ModBlocks.wildDrum, ModBlocks.wildDrum
);
so it no worky on fabric

Steps to reproduce

No response

Other information

the equivalent line on forge is correct

CapabilityUtil.registerBlockLookaside(BotaniaForgeCapabilities.MANA_TRIGGER, BlockForestDrum.ManaTrigger::new,
ModBlocks.canopyDrum, ModBlocks.wildDrum, ModBlocks.gatheringDrum);

commented

thank