Changes

Summary

  1. Fixed JSON-defined foods incorrectly using static variables (details)
Commit 3db24ea4c0b71beed01f7f384df6182072672775 by squeek502
Fixed JSON-defined foods incorrectly using static variables
* The variables being static would mean that a maximum of one food could ever be loaded
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/json/HOJsonData.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/json/JsonModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/json/Food.java (diff)