Skip to content

Commit

Permalink
fixed 1.20.3+ compatibility + fixed chorus fruit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
daenvil committed Jan 2, 2024
1 parent b2b2dd0 commit e6a013f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# More Compostable Items (v1.2, for Minecraft 1.20+)
# More Compostable Items (v1.2.1, for Minecraft 1.20+)

A datapack that adds composting mechanics to all vanilla items which *should* be compostable, being as close as possible to vanilla mechanics. Fully customizable.

Expand Down
9 changes: 8 additions & 1 deletion data/dnv.recyclecraft/tags/items/compostable_items_30pc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
"id": "minecraft:glow_berries",
"required": false
},
"minecraft:grass",
{
"id": "minecraft:grass",
"required": false
},
{
"id": "minecraft:short_grass",
"required": false
},
"minecraft:fern",
"minecraft:tall_grass",
"minecraft:large_fern",
Expand Down
12 changes: 10 additions & 2 deletions data/dnv.recyclecraft/tags/items/vanilla-compostable.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
"id": "minecraft:glow_berries",
"required": false
},
"minecraft:grass",
{
"id": "minecraft:grass",
"required": false
},
{
"id": "minecraft:short_grass",
"required": false
},
"minecraft:fern",
"minecraft:tall_grass",
"minecraft:large_fern",
Expand Down Expand Up @@ -59,7 +66,8 @@
},
"minecraft:carrot",
"minecraft:cocoa_beans",
"#minecraft:flowers",
"#minecraft:small_flowers",
"#minecraft:tall_flowers",
"minecraft:lily_pad",
"minecraft:melon",
{
Expand Down
2 changes: 1 addition & 1 deletion data/global/advancements/dnv.more_compostable_items.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"title": "More Compostable Items",
"description": "Daenvil's More Compostable Items datapack (v1.2, for MC1.20+)",
"description": "Daenvil's More Compostable Items datapack (v1.2.1, for MC1.20+)",
"icon": {
"item": "minecraft:bone_meal"
},
Expand Down
5 changes: 3 additions & 2 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"pack": {
"pack_format":15,
"pack_format":26,
"supported_formats": {"min_inclusive": 15, "max_inclusive": 26},
"description": [
{
"text": "Daenvil",
Expand All @@ -17,7 +18,7 @@
"underlined": true
},
{
"text": "\nv1.2, for MC1.20+",
"text": "\nv1.2.1, for MC1.20+",
"color":"gray"
}
]
Expand Down

0 comments on commit e6a013f

Please sign in to comment.