Changes

Summary

  1. Add modified values for all the food in the 1.10.2 release of Pam's (details)
  2. Add a command to reload the jsons so the end user does not have to (details)
Commit a9e6154b2ac8b38bf674d2583e651079f654fd34 by alexbegt
Add modified values for all the food in the 1.10.2 release of Pam's
HarvestCraft (#47) and clean up the class a bit by putting it in order
based on how it is registered in ItemRegistry.
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/vanilla/VanillaModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/harvestcraft/HarvestCraftModule.java (diff)
Commit 7b701649e31c222763f9f634eb9626d7bf7fec34 by alexbegt
Add a command to reload the jsons so the end user does not have to
reload the client/server every time. Closes #141
The file was addedsrc/main/java/iguanaman/hungeroverhaul/module/commands/sub/ReloadJson.java
The file was modifiedsrc/main/resources/assets/hungeroverhaul/lang/en_US.lang (diff)
The file was addedsrc/main/java/iguanaman/hungeroverhaul/module/commands/sub/ISubCommand.java
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/HungerOverhaul.java (diff)
The file was addedsrc/main/java/iguanaman/hungeroverhaul/module/commands/Commands.java
The file was addedsrc/main/java/iguanaman/hungeroverhaul/module/commands/HOCommand.java