1.4 rang support

This commit is contained in:
radimous 2024-12-13 02:56:53 +01:00
parent 2e10d4afce
commit f011e8509b
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,7 @@ mod_name=VHat Can I Roll?
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=GNU LGPL 3.0 mod_license=GNU LGPL 3.0
# The mod version. See https://semver.org/ # The mod version. See https://semver.org/
mod_version=1.3 mod_version=1.4
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources. # This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html # See https://maven.apache.org/guides/mini/guide-naming-conventions.html

View file

@ -43,7 +43,8 @@ public class Items {
"BATTLESTAFF", "BATTLESTAFF",
"TRIDENT", "TRIDENT",
"PLUSHIE", "PLUSHIE",
"LOOT_SACK" "LOOT_SACK",
"RANG"
); );
try{ try{
Class<?> woldItemClass = Class.forName("xyz.iwolfking.woldsvaults.init.ModItems"); Class<?> woldItemClass = Class.forName("xyz.iwolfking.woldsvaults.init.ModItems");