[Bug]: Creeper Mutant produces NaN delta movement
SaloEater opened this issue ยท 1 comments
Mod Loader (Required)
Forge
Minecraft Version(s) (Required)
1.20.1
Mod Version(s) (Required)
8.0.7
Notes (Required)
Most important part of the log - https://pastebin.com/qAKCsFFj
That error comes from here - https://github.com/mahjerion/Mine-And-Slash-Rework/blob/1.20-Forge/src/main/java/com/robertx22/mine_and_slash/database/data/spells/components/actions/vanity/ParticleInRadiusAction.java#L58
Apparently this causes the issue - https://github.com/Fuzss/mutantmonsters/blob/main/1.20.1/Common/src/main/java/fuzs/mutantmonsters/world/entity/mutant/MutantCreeper.java#L148C18-L148C22
getDeltaMovement returns (, NaN, ) after player is hit by mutant creeper
Steps to reproduce are these:
- Download modpack - https://www.curseforge.com/minecraft/modpacks/craft-to-exile-2
- Enter the world
- Place
Map Device - Enter creative mode
- Run
/mine_and_slash give map <nickname> 100 common 1 - Use map device with map in your hand
- Use map device behind you again to leave the map
- Use map device again to return to the map
- Use amethyst shard
9.1) Use boss portal block - Run
/kill @e[type=!minecraft:player] - Climb on top of the "Treasure Room Portal" here
- Run
/mine_and_slash set level <nickname> 100 - Hold H and choose "Mine And Slash Hub"
- Press "Classes"
- Press at "Cloak of Hidden Blades" in the most-left column
- Return back to the hub menu
- Press "Skill Hotbar"
- Assign "Cloak" skill on any available slot
- Run
/summon mutantmonsters:mutant_creeper - Press hotkey with "Cloak" spell on it
- Wait for mutant to hit you
- Usually it happens after first hit and your spell no longer creates those green particles
- Read log for this error about NaN
