diff --git a/README.txt b/README.txt index 9568be0..8a83066 100644 --- a/README.txt +++ b/README.txt @@ -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. @@ -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 diff --git a/data/dnv.compost/tags/item/vanilla-compostable_30pc.json b/data/dnv.compost/tags/item/vanilla-compostable_30pc.json index 5f54e80..f1b18d8 100644 --- a/data/dnv.compost/tags/item/vanilla-compostable_30pc.json +++ b/data/dnv.compost/tags/item/vanilla-compostable_30pc.json @@ -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 + } ] } \ No newline at end of file diff --git a/data/dnv.compost/tags/item/vanilla-compostable_65pc.json b/data/dnv.compost/tags/item/vanilla-compostable_65pc.json index 9e87a23..df5a25d 100644 --- a/data/dnv.compost/tags/item/vanilla-compostable_65pc.json +++ b/data/dnv.compost/tags/item/vanilla-compostable_65pc.json @@ -9,7 +9,11 @@ "cocoa_beans", "fern", "#small_flowers", - "#tall_flowers", + "sunflower", + "lilac", + "peony", + "rose_bush", + "pitcher_plant", "crimson_fungus", "warped_fungus", "large_fern", @@ -28,6 +32,10 @@ "sea_pickle", "shroomlight", "spore_blossom", - "wheat" + "wheat", + { + "id": "pale_moss_block", + "required": false + } ] } \ No newline at end of file diff --git a/data/global/advancement/dnv.more_compostable_items.json b/data/global/advancement/dnv.more_compostable_items.json index c9858f5..33938e0 100644 --- a/data/global/advancement/dnv.more_compostable_items.json +++ b/data/global/advancement/dnv.more_compostable_items.json @@ -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" }, diff --git a/pack.mcmeta b/pack.mcmeta index ba759bd..42ad595 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -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", @@ -18,7 +18,7 @@ "underlined": true }, { - "text": "\nv1.3.2, for MC1.21+", + "text": "\nv1.3.3, for MC1.21+", "color":"gray" } ]