worldofpannotia / minecraft-modpack

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

Replace bamboo planks recipe to prevent conflict with #227 #228

Closed chimericdream closed 1 year ago

chimericdream commented 1 year ago

Type: crafting Output: 8x bamboo planks Input(s): 4x bamboo blocks Shape:

x . x x . x

x: bamboo blocks

data/minecraft/recipes/bamboo_planks.json

{
    "type": "minecraft:crafting_shaped",
    "category": "building",
    "group": "planks",
    "key": {
        "#": {"tag": "minecraft:bamboo_blocks"}
    },
    "pattern": [
        "##",
        "##"
    ],
    "result": {
        "count": 8,
        "item": "minecraft:bamboo_planks"
    }
}
chimericdream commented 1 year ago

Done in dev