Relics

Relics

24M Downloads

[Bug]: Neo 1.21.1 Falling Damage with Springy Boots - 0.10.0.2

Soforak opened this issue ยท 1 comments

commented

Springy boots don't work properly when falling on farmland from Mystical Agriculture, I have the noise of the boots, the bounce, but I take damage

Neoforge 21.1.89
Relics 0.10.0.2

commented

Mystical Agriculture overrides default block logic, so item will not work with it: https://github.com/BlakeBr0/MysticalAgriculture/blob/1.21/src/main/java/com/blakebr0/mysticalagriculture/block/InfusedFarmlandBlock.java#L42

You can ask the developer to either call super or simply not override this method (since, as far as I can tell, it doesn't actually change anything there anyway).