Repair deprecated items

This commit is contained in:
Zontreck 2024-03-03 20:28:20 -07:00
parent 8eacea88d4
commit 8f02c19d55
3 changed files with 8 additions and 6 deletions

View file

@ -48,7 +48,7 @@ mod_name=Thresholds
# 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=GPLv3 mod_license=GPLv3
# The mod version. See https://semver.org/ # The mod version. See https://semver.org/
mod_version=1201.4.030124.1256 mod_version=1201.4.030324.2011
# 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

@ -1,8 +1,5 @@
{ {
"values": [ "values": [
"otemod:ilusium_ore", "#otemod:deprecated"
"otemod:ilusium_ingot",
"otemod:ilusium_rod",
"otemod:aurora_compound"
] ]
} }

View file

@ -2,6 +2,11 @@
"values": [ "values": [
"otemod:ilusium_ore_block", "otemod:ilusium_ore_block",
"otemod:deepslate_ilusium_ore_block", "otemod:deepslate_ilusium_ore_block",
"otemod:ilusium_block" "otemod:ilusium_block",
"otemod:ilusium_ore",
"otemod:ilusium_ingot",
"otemod:ilusium_rod",
"otemod:aurora_compound"
] ]
} }