Skip to content

Commit

Permalink
feat: bump pack version to 61
Browse files Browse the repository at this point in the history
- add pale oak and resin bricks recipe
  • Loading branch information
jimchen5209 committed Dec 4, 2024
1 parent 6806fc7 commit 2a763b0
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 1 deletion.
32 changes: 32 additions & 0 deletions data/ezrcp/advancement/recipe/slab_from_log/pale_oak_slab.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
15 changes: 15 additions & 0 deletions data/ezrcp/recipe/restore_from_slab/pale_oak_planks.json
Original file line number Diff line number Diff line change
@@ -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
}
}
15 changes: 15 additions & 0 deletions data/ezrcp/recipe/restore_from_slab/resin_bricks.json
Original file line number Diff line number Diff line change
@@ -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
}
}
17 changes: 17 additions & 0 deletions data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_1.json
Original file line number Diff line number Diff line change
@@ -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
}
}
18 changes: 18 additions & 0 deletions data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_2.json
Original file line number Diff line number Diff line change
@@ -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
}
}
18 changes: 18 additions & 0 deletions data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_3.json
Original file line number Diff line number Diff line change
@@ -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
}
}
18 changes: 18 additions & 0 deletions data/ezrcp/recipe/simplified_boat/pale_oak_boat_chest_4.json
Original file line number Diff line number Diff line change
@@ -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
}
}
15 changes: 15 additions & 0 deletions data/ezrcp/recipe/slab_from_log/pale_oak_slab.json
Original file line number Diff line number Diff line change
@@ -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
}
}
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 57,
"pack_format": 61,
"description": "https://github.com/OKTW-Network/Easy-Recipe"
}
}

0 comments on commit 2a763b0

Please sign in to comment.