diff --git a/ArtOfCooking/assets/artofcooking/patches/dough.json b/ArtOfCooking/assets/artofcooking/patches/dough.json index affebda..07ddb4f 100644 --- a/ArtOfCooking/assets/artofcooking/patches/dough.json +++ b/ArtOfCooking/assets/artofcooking/patches/dough.json @@ -76,6 +76,44 @@ "file": "game:itemtypes/food/flour.json", "side": "Server" }, + { + "op": "addmerge", + "path": "/behaviors/-", + "value": { + "name": "COAInLiquidMixing", + "properties": { + "mixingType": "doughkneading", + "inLiquidMixingList": [ + { + "initialCode": "game:flour-{type}", + "sourceSize": 1, + "inputLitres": 1, + "inputStack": { + "type": "item", + "code": "butchering:bloodportion" + }, + "outputStacks": [ + { + "type": "item", + "code": "artofcooking:doughpiece-blooddough-{type}", + "stackSize": 8 + } + ], + "needExactLitres": true, + "canBulk": true, + "mixingTime": 2.5, + "animation": "squeezehoneycomb", + "sound": "sounds/player/squeezehoneycomb" + } + ] + } + }, + "file": "game:itemtypes/food/flour.json", + "dependsOn": [ + { "modid": "butchering" } + ], + "side": "Server" + }, { "op": "addmerge", "path": "/attributes/handbook", diff --git a/ArtOfGrowing/assets/artofgrowing/patches/claypot.json b/ArtOfGrowing/assets/artofgrowing/patches/claypot.json index d7eea3f..bbcaf01 100644 --- a/ArtOfGrowing/assets/artofgrowing/patches/claypot.json +++ b/ArtOfGrowing/assets/artofgrowing/patches/claypot.json @@ -1,7 +1,7 @@ [ { "op": "addmerge", - "path": "/attributesByType/claypot-cooked/textureMapping", + "path": "/attributesByType/claypot-blue-cooked/textureMapping", "value": { "vegetable-scallions": [ "vegetable", "scallions" ], @@ -103,16 +103,16 @@ "seeds-gigantic-peanut": [ "vegetable", "group12" ], "pickledlegume-gigantic-soybean": [ "vegetable", "group9" ] }, - "file": "game:blocktypes/clay/pot.json", + "file": "game:blocktypes/clay/fired/pot.json", "side": "Server" }, { "op": "addmerge", - "path": "/texturesByType/*/scallions", + "path": "/textures/scallions", "value": { "base": "block/wood/barrel/raw-scallions" }, - "file": "game:blocktypes/clay/pot.json", + "file": "game:blocktypes/clay/fired/pot.json", "side": "Server" } ] \ No newline at end of file