Skip to content

Commit

Permalink
Fixed seeds not dropping from short grass
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Feb 21, 2025
1 parent 287bc61 commit af6ab2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
* Reduced tuna & shrimp spawn rate
* Fixed seeds not dropping from short grass
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"terms": [
{
"condition": "block_state_property",
"block": "minecraft:grass"
"block": "minecraft:short_grass"
},
{
"condition": "block_state_property",
Expand Down

0 comments on commit af6ab2e

Please sign in to comment.