1.4 rang support
This commit is contained in:
parent
2e10d4afce
commit
f011e8509b
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue