From 8f02c19d55ef1164727b440c1db32affeb42121d Mon Sep 17 00:00:00 2001 From: Zontreck Date: Sun, 3 Mar 2024 20:28:20 -0700 Subject: [PATCH] Repair deprecated items --- gradle.properties | 2 +- .../resources/data/minecraft/tags/items/piglin_loved.json | 5 +---- src/main/resources/data/otemod/tags/items/deprecated.json | 7 ++++++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3f21978..463c0f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/data/minecraft/tags/items/piglin_loved.json b/src/main/resources/data/minecraft/tags/items/piglin_loved.json index 6c7013b..94978fd 100644 --- a/src/main/resources/data/minecraft/tags/items/piglin_loved.json +++ b/src/main/resources/data/minecraft/tags/items/piglin_loved.json @@ -1,8 +1,5 @@ { "values": [ - "otemod:ilusium_ore", - "otemod:ilusium_ingot", - "otemod:ilusium_rod", - "otemod:aurora_compound" + "#otemod:deprecated" ] } \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/items/deprecated.json b/src/main/resources/data/otemod/tags/items/deprecated.json index 3f0fd38..1095942 100644 --- a/src/main/resources/data/otemod/tags/items/deprecated.json +++ b/src/main/resources/data/otemod/tags/items/deprecated.json @@ -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" ] } \ No newline at end of file