Skip to content

Commit

Permalink
1.21.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
daenvil committed Jan 4, 2025
1 parent 0f2d3fe commit 48e0089
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# More Compostable Items (v1.3.2, for Minecraft 1.21+)
# More Compostable Items (v1.3.3, for Minecraft 1.21+)

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 All @@ -7,7 +7,7 @@ A datapack that adds composting mechanics to all vanilla items which *should* be
- On PlanetMinecraft: https://www.planetminecraft.com/data-pack/more-compostable-items/
- On my website: https://daenvil.github.io/MCDatapacks/more_compostable_items.html

- This version was published on the 30th of October 2024. Check the webpages above for possible updates.
- This version was published on the 4th of January 2025. Check the webpages above for possible updates.

## Installation

Expand Down
10 changes: 9 additions & 1 deletion data/dnv.compost/tags/item/vanilla-compostable_30pc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"small_dripleaf",
"sweet_berries",
"torchflower_seeds",
"wheat_seeds"
"wheat_seeds",
{
"id": "pale_moss_carpet",
"required": false
},
{
"id": "pale_hanging_moss",
"required": false
}
]
}
12 changes: 10 additions & 2 deletions data/dnv.compost/tags/item/vanilla-compostable_65pc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"cocoa_beans",
"fern",
"#small_flowers",
"#tall_flowers",
"sunflower",
"lilac",
"peony",
"rose_bush",
"pitcher_plant",
"crimson_fungus",
"warped_fungus",
"large_fern",
Expand All @@ -28,6 +32,10 @@
"sea_pickle",
"shroomlight",
"spore_blossom",
"wheat"
"wheat",
{
"id": "pale_moss_block",
"required": false
}
]
}
2 changes: 1 addition & 1 deletion data/global/advancement/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.3.2, for MC1.21+)",
"description": "Daenvil's More Compostable Items datapack (v1.3.3, for MC1.21+)",
"icon": {
"id": "minecraft:bone_meal"
},
Expand Down
4 changes: 2 additions & 2 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"pack_format":57,
"supported_formats": {"min_inclusive": 47, "max_inclusive": 58},
"supported_formats": {"min_inclusive": 47, "max_inclusive": 62},
"description": [
{
"text": "Daenvil",
Expand All @@ -18,7 +18,7 @@
"underlined": true
},
{
"text": "\nv1.3.2, for MC1.21+",
"text": "\nv1.3.3, for MC1.21+",
"color":"gray"
}
]
Expand Down

0 comments on commit 48e0089

Please sign in to comment.