SSKirillSS / Curios

Minecraft Mod: A flexible and expandable accessory/equipment API for users and developers.
https://www.curseforge.com/minecraft/mc-mods/curios
Other
0 stars 0 forks source link

[Bug]: Crash on NeoForge 21.0.30-beta #1

Open thomasglasser opened 5 days ago

thomasglasser commented 5 days ago

Minecraft Version

1.20.6

What happened?

On block break:

java.lang.NoSuchMethodError: 'int net.minecraft.world.level.block.state.BlockState.getExpDrop(net.minecraft.world.level.LevelReader, net.minecraft.util.RandomSource, net.minecraft.core.BlockPos)'
at TRANSFORMER/curios@9.0.2+1.21/top.theillusivec4.curios.common.event.CuriosEventHandler.onBreakBlock(CuriosEventHandler.java:478)

This seems to be because the method signature has been changed.

How do you trigger this bug?

  1. Break a block in NeoForge 21.0.30-beta

Loader

NeoForge

Loader Version

NeoForge 21.0.30-beta

Mod Version

9.0.2+1.21

Relevant Log Outputs

java.lang.NoSuchMethodError: 'int net.minecraft.world.level.block.state.BlockState.getExpDrop(net.minecraft.world.level.LevelReader, net.minecraft.util.RandomSource, net.minecraft.core.BlockPos)'
at TRANSFORMER/curios@9.0.2+1.21/top.theillusivec4.curios.common.event.CuriosEventHandler.onBreakBlock(CuriosEventHandler.java:478)
thomasglasser commented 5 days ago

Also 1.21 isnt an option on the form

ashton727 commented 5 days ago

same issue

Also 1.21 isnt an option on the form

UnknownSerhan commented 3 days ago

Same problem, easy to reproduce