From 264ea560b74987d9e05c78443db261e20846dfdf Mon Sep 17 00:00:00 2001 From: skniro <46392259+skniro@users.noreply.github.com> Date: Wed, 5 Feb 2025 20:29:39 +0800 Subject: [PATCH] Fix andesite alloy can't grow in Botany Pots. --- .../recipes/botanypots/create/c_andesite_alloy_cane.json | 8 ++++---- Forge/src/main/resources/META-INF/mods.toml | 2 +- .../recipes/botanypots/create/c_andesite_alloy_cane.json | 8 ++++---- gradle.properties | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Fabric/src/main/resources/data/growable_ores/recipes/botanypots/create/c_andesite_alloy_cane.json b/Fabric/src/main/resources/data/growable_ores/recipes/botanypots/create/c_andesite_alloy_cane.json index d77f6adb..2814cd96 100644 --- a/Fabric/src/main/resources/data/growable_ores/recipes/botanypots/create/c_andesite_alloy_cane.json +++ b/Fabric/src/main/resources/data/growable_ores/recipes/botanypots/create/c_andesite_alloy_cane.json @@ -29,7 +29,7 @@ ], "type": "botanypots:crop", "seed": { - "item": "growable_ores:c_brass_ingot_cane" + "item": "growable_ores:c_andesite_alloy_cane" }, "categories": [ "sand", @@ -38,17 +38,17 @@ "growthTicks": 1200, "display": [ { - "block": "growable_ores:c_brass_ingot_cane" + "block": "growable_ores:c_andesite_alloy_cane" }, { - "block": "growable_ores:c_brass_ingot_cane" + "block": "growable_ores:c_andesite_alloy_cane" } ], "drops": [ { "chance": 1.00, "output": { - "item": "growable_ores:c_brass_ingot_cane" + "item": "growable_ores:c_andesite_alloy_cane" } } ] diff --git a/Forge/src/main/resources/META-INF/mods.toml b/Forge/src/main/resources/META-INF/mods.toml index 1644ef02..8658b54c 100644 --- a/Forge/src/main/resources/META-INF/mods.toml +++ b/Forge/src/main/resources/META-INF/mods.toml @@ -19,7 +19,7 @@ modId = "growable_ores" #mandatory # The version number of the mod - there's a few well known ${} variables useable here or just hardcode it # ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata # see the associated build.gradle script for how to populate this completely automatically during a build -version = "3.0.2-1.16.5-Forge" #mandatory +version = "3.0.3-1.16.5-Forge" #mandatory # A display name for the mod displayName = "Growable Ores" #mandatory # A URL to query for updates for this mod. See the JSON update specification diff --git a/Forge/src/main/resources/data/growable_ores/recipes/botanypots/create/c_andesite_alloy_cane.json b/Forge/src/main/resources/data/growable_ores/recipes/botanypots/create/c_andesite_alloy_cane.json index d77f6adb..2814cd96 100644 --- a/Forge/src/main/resources/data/growable_ores/recipes/botanypots/create/c_andesite_alloy_cane.json +++ b/Forge/src/main/resources/data/growable_ores/recipes/botanypots/create/c_andesite_alloy_cane.json @@ -29,7 +29,7 @@ ], "type": "botanypots:crop", "seed": { - "item": "growable_ores:c_brass_ingot_cane" + "item": "growable_ores:c_andesite_alloy_cane" }, "categories": [ "sand", @@ -38,17 +38,17 @@ "growthTicks": 1200, "display": [ { - "block": "growable_ores:c_brass_ingot_cane" + "block": "growable_ores:c_andesite_alloy_cane" }, { - "block": "growable_ores:c_brass_ingot_cane" + "block": "growable_ores:c_andesite_alloy_cane" } ], "drops": [ { "chance": 1.00, "output": { - "item": "growable_ores:c_brass_ingot_cane" + "item": "growable_ores:c_andesite_alloy_cane" } } ] diff --git a/gradle.properties b/gradle.properties index 6b2f2cd7..b8eed19f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,8 +9,8 @@ loader_version=0.14.21 ae2_version=15.0.3-alpha # Mod Properties -mod_version=3.0.2-1.16.5-Fabric -forge_mod_version=3.0.2-1.16.5-Forge +mod_version=3.0.3-1.16.5-Fabric +forge_mod_version=3.0.3-1.16.5-Forge maven_group=com.skniro archives_base_name=GrowableOres mod_author=skniro