[1.10+] Issues with Extra Utilities 2 mod hook
JackyyTV opened this issue ยท 2 comments
I've found a couple of issues with the Extra Utilities 2 mod hook for 1.10+ so far.
- The drum reward is not completely filled with water (I know why, because it's set to 65536 instead of 65536000 mB for the water in the mod hook class).
- Spikes are all facing the opposite ways to the player, so it's not actually killing the player.
I'll test the spikes first, and about the drum, quite easy to fix, just need to add 3 zeros in here:
https://github.com/wyldmods/ChanceCubes/blob/0de45f17186a9b95a71f74ff96d5eea2e07f940f/src/main/java/chanceCubes/hookins/mods/ExtraUtilsModHook.java#L53