Chance Cubes

Chance Cubes

46M Downloads

[1.10+] Issues with Extra Utilities 2 mod hook

JackyyTV opened this issue ยท 2 comments

commented

I've found a couple of issues with the Extra Utilities 2 mod hook for 1.10+ so far.

  1. 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).
  2. Spikes are all facing the opposite ways to the player, so it's not actually killing the player.
commented

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

commented

The spikes should be fixed. Let me know if it isn't.