From af6ab2eb8a7acb6392e4d20a0326c3d9e239dbb7 Mon Sep 17 00:00:00 2001 From: Buuz135 Date: Fri, 21 Feb 2025 19:51:20 +0100 Subject: [PATCH] Fixed seeds not dropping from short grass --- CHANGELOG.md | 5 +++-- gradle.properties | 2 +- .../data/sushigocrafting/loot_modifiers/grass_seeds.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1118a53..39e6fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -# 0.6.3 +# 0.6.4 * Replace all literals with translatables by joshieman06 * Added German Translation by Stein-N * Update spanish translation to reflect all the keys in the en_us.json by Witixin1512 * PistonCrafting with Tags by TheonlyTazz * Changed soy_bean tag to soybean and removed "_seeds" from seed tags, closes #54 closes #52 closes #50 -* Reduced tuna & shrimp spawn rate \ No newline at end of file +* Reduced tuna & shrimp spawn rate +* Fixed seeds not dropping from short grass \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 35f92bf..12c9614 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ mod_name=Sushi Go Crafting # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=MIT # The mod version. See https://semver.org/ -mod_version=0.6.3 +mod_version=0.6.4 # 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/sushigocrafting/loot_modifiers/grass_seeds.json b/src/main/resources/data/sushigocrafting/loot_modifiers/grass_seeds.json index b4e7364..33efee3 100644 --- a/src/main/resources/data/sushigocrafting/loot_modifiers/grass_seeds.json +++ b/src/main/resources/data/sushigocrafting/loot_modifiers/grass_seeds.json @@ -6,7 +6,7 @@ "terms": [ { "condition": "block_state_property", - "block": "minecraft:grass" + "block": "minecraft:short_grass" }, { "condition": "block_state_property",