worldofpannotia / minecraft-modpack

This is the repository for the Pannotia modpack for Minecraft
4 stars 0 forks source link

Bamboo blocks back to bamboo #227

Closed chimericdream closed 1 year ago

chimericdream commented 1 year ago

Type: crafting Output: 9x bamboo Input(s): bamboo block Shape: shapeless

world-of-pannotia/data/pannotia/recipes/uncrafting/bamboo_from_bamboo_block.json

{
    "type": "minecraft:crafting_shapeless",
    "category": "building",
    "group": "planks",
    "ingredients": [
        {"tag": "minecraft:bamboo_blocks"}
    ],
    "result": {
        "count": 9,
        "item": "minecraft:bamboo"
    }
}
chimericdream commented 1 year ago

Changed in dev