Closed GBLodb closed 2 years ago
To reduce redundant parameters, replaced all item inputs from IItemStack to IIngredient, and removed the useOreDict parameter.
IItemStack
IIngredient
useOreDict
Apply more UNUSED warning suppress on ZenClasses.
UNUSED
Also, cleaned up the build.gradle file, removed maven which is no longer available, and moved ModelLoader from local dependency to CurseMaven.
build.gradle
To reduce redundant parameters, replaced all item inputs from
IItemStack
toIIngredient
, and removed theuseOreDict
parameter.Apply more
UNUSED
warning suppress on ZenClasses.Also, cleaned up the
build.gradle
file, removed maven which is no longer available, and moved ModelLoader from local dependency to CurseMaven.