diff --git a/data/ezrcp/advancement/recipe/slab_from_log/pale_oak_slab.json b/data/ezrcp/advancement/recipe/slab_from_log/pale_oak_slab.json new file mode 100644 index 0000000..61ef7d9 --- /dev/null +++ b/data/ezrcp/advancement/recipe/slab_from_log/pale_oak_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_logs": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": "#minecraft:pale_oak_logs" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ezrcp:slab_from_log/pale_oak_slab" + } + } + }, + "requirements": [ + [ + "has_logs", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "ezrcp:slab_from_log/pale_oak_slab" + ] + } +} diff --git a/data/ezrcp/recipe/restore_from_slab/pale_oak_planks.json b/data/ezrcp/recipe/restore_from_slab/pale_oak_planks.json new file mode 100644 index 0000000..797c09a --- /dev/null +++ b/data/ezrcp/recipe/restore_from_slab/pale_oak_planks.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "ezrcp:restore_fullblock_from_slab", + "pattern": [ + "##" + ], + "key": { + "#": "minecraft:pale_oak_slab" + }, + "result": { + "id": "minecraft:pale_oak_planks", + "count": 1 + } +} diff --git a/data/ezrcp/recipe/restore_from_slab/resin_bricks.json b/data/ezrcp/recipe/restore_from_slab/resin_bricks.json new file mode 100644 index 0000000..9e44030 --- /dev/null +++ b/data/ezrcp/recipe/restore_from_slab/resin_bricks.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "ezrcp:restore_fullblock_from_slab", + "pattern": [ + "##" + ], + "key": { + "#": "minecraft:resin_brick_slab" + }, + "result": { + "id": "minecraft:resin_bricks", + "count": 1 + } +} diff --git a/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_1.json b/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_1.json new file mode 100644 index 0000000..7faee5d --- /dev/null +++ b/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_1.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "group": "chest_boats", + "pattern": [ + "PCP", + "PPP" + ], + "key": { + "P": "minecraft:pale_oak_planks", + "C": "minecraft:chest" + }, + "result": { + "id": "minecraft:pale_oak_chest_boat", + "count": 1 + } +} diff --git a/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_2.json b/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_2.json new file mode 100644 index 0000000..e7a3049 --- /dev/null +++ b/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_2.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "group": "chest_boats", + "pattern": [ + " L ", + "PLP", + "PPP" + ], + "key": { + "P": "minecraft:pale_oak_planks", + "L": "#minecraft:logs" + }, + "result": { + "id": "minecraft:pale_oak_chest_boat", + "count": 1 + } +} diff --git a/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_3.json b/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_3.json new file mode 100644 index 0000000..38abd6c --- /dev/null +++ b/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_3.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "group": "chest_boats", + "pattern": [ + "L", + "L", + "B" + ], + "key": { + "B": "minecraft:pale_oak_boat", + "L": "#minecraft:logs" + }, + "result": { + "id": "minecraft:pale_oak_chest_boat", + "count": 1 + } +} diff --git a/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_4.json b/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_4.json new file mode 100644 index 0000000..45707c7 --- /dev/null +++ b/data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_4.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "group": "chest_boats", + "pattern": [ + "PPP", + "PBP", + "PPP" + ], + "key": { + "B": "minecraft:pale_oak_boat", + "P": "#minecraft:planks" + }, + "result": { + "id": "minecraft:pale_oak_chest_boat", + "count": 1 + } +} diff --git a/data/ezrcp/recipe/slab_from_log/pale_oak_slab.json b/data/ezrcp/recipe/slab_from_log/pale_oak_slab.json new file mode 100644 index 0000000..3884e8c --- /dev/null +++ b/data/ezrcp/recipe/slab_from_log/pale_oak_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": "#minecraft:pale_oak_logs" + }, + "result": { + "id": "minecraft:pale_oak_slab", + "count": 24 + } +} diff --git a/pack.mcmeta b/pack.mcmeta index 68131c6..1c86a2b 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "pack_format": 57, + "pack_format": 61, "description": "https://github.com/OKTW-Network/Easy-Recipe" } }