Repair deprecated items
This commit is contained in:
parent
8eacea88d4
commit
8f02c19d55
3 changed files with 8 additions and 6 deletions
|
@ -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.
|
||||
mod_license=GPLv3
|
||||
# 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.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"otemod:ilusium_ore",
|
||||
"otemod:ilusium_ingot",
|
||||
"otemod:ilusium_rod",
|
||||
"otemod:aurora_compound"
|
||||
"#otemod:deprecated"
|
||||
]
|
||||
}
|
|
@ -2,6 +2,11 @@
|
|||
"values": [
|
||||
"otemod: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"
|
||||
]
|
||||
}
|
Reference in a new issue