Describe the bug
|
method = "isBlockAttachedTowardsFallback", |
The target class BlockMovementChecks doesn't have a method named isBlockAttachedTowardsFallback.
Maybe we should inject into
BlockMovementChecks#isBlockAttachedTowards or
BlockMovementChecksImpl#isBlockAttachedTowardsFallback ?
To Reproduce
- Put create and createaddition into mods folder
- Add
-Dmixin.debug=true to launcher JVM options
- Launch the client and enter a local world
- Hold a create:super_glue item and right-click a block(eg: minecraft:stone, minecraft:snow_block...)
- The the game will crash
Additional context
- Mod version: 1.20.1-1.3.3
- Forge version: 1.20.1-47.4.10
- Create version: 1.20.1-6.0.8
Describe the bug
createaddition/src/main/java/com/mrh0/createaddition/mixin/BlockMovementChecksMixin.java
Line 19 in 85a819e
The target class BlockMovementChecks doesn't have a method named isBlockAttachedTowardsFallback.
Maybe we should inject into
BlockMovementChecks#isBlockAttachedTowardsorBlockMovementChecksImpl#isBlockAttachedTowardsFallback?To Reproduce
-Dmixin.debug=trueto launcher JVM optionsAdditional context