Meteorite offset bug
abel1502 opened this issue ยท 0 comments
Currently, meteorites can only be offset in the positive XZ direction by the protection charm.
This bit needs parentheses:
Hbm-s-Nuclear-Tech-GIT/src/main/java/com/hbm/handler/BossSpawnHandler.java
Lines 248 to 249 in c64ca0d
vec.xCoord = vec.xCoord * (meteorRand.nextDouble() - 0.5D);
vec.zCoord = vec.zCoord * (meteorRand.nextDouble() - 0.5D);