mariot7 / XL-Food-Mod

A Minecraft mod that adds more foods and crops to the game.
https://www.curseforge.com/minecraft/mc-mods/xl-food-mod
GNU General Public License v3.0
19 stars 13 forks source link

change dough.json to forge:ore_shaped #16

Closed AMartinie closed 5 years ago

AMartinie commented 5 years ago

I've coded a thousand of these, but in test world I can't craft dough after the recipe change.

{
    "type": "forge:ore_shaped",
    "pattern": [
        "WW",
        "WW",
        " B"
    ],
    "key": {
        "W": {
            "type": "forge:ore_dict",
            "ore": "cropWheat"

        },
        "B": {
            "type": "forge:ore_dict",
            "ore": "listAllWater"
        }
    },
    "result": {
        "item": "xlfoodmod:dough", "count": 8
    }
}