Skip to content

Commit

Permalink
Merge pull request #2 from OKTW-Network/1.21
Browse files Browse the repository at this point in the history
1.21.1
  • Loading branch information
bill96012 authored Sep 3, 2024
2 parents d4d99e7 + 2b242f4 commit 347a275
Show file tree
Hide file tree
Showing 239 changed files with 318 additions and 148 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:bamboo_blocks"
"items": "#minecraft:bamboo_blocks"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:bamboo_blocks"
"items": "#minecraft:bamboo_blocks"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:logs"
"items": "#minecraft:logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "ezrcp:stained_glass"
"items": "#ezrcp:stained_glass"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "ezrcp:stained_glass_panes"
"items": "#ezrcp:stained_glass_panes"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:bamboo_blocks"
"items": "#minecraft:bamboo_blocks"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:logs"
"items": "#minecraft:logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:planks"
"items": "#minecraft:planks"
}
]
}
Expand Down
34 changes: 34 additions & 0 deletions data/ezrcp/advancement/recipe/restore_from_slab/polished_tuff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_slab": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff_slab"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "ezrcp:restore_from_slab/polished_tuff"
}
}
},
"requirements": [
[
"has_slab",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"ezrcp:restore_from_slab/polished_tuff"
]
}
}
34 changes: 34 additions & 0 deletions data/ezrcp/advancement/recipe/restore_from_slab/tuff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_slab": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:tuff_slab"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "ezrcp:restore_from_slab/tuff"
}
}
},
"requirements": [
[
"has_slab",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"ezrcp:restore_from_slab/tuff"
]
}
}
34 changes: 34 additions & 0 deletions data/ezrcp/advancement/recipe/restore_from_slab/tuff_bricks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_slab": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:tuff_brick_slab"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "ezrcp:restore_from_slab/tuff_bricks"
}
}
},
"requirements": [
[
"has_slab",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"ezrcp:restore_from_slab/tuff_bricks"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:acacia_logs"
"items": "#minecraft:acacia_logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:birch_logs"
"items": "#minecraft:birch_logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:cherry_logs"
"items": "#minecraft:cherry_logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:crimson_stems"
"items": "#minecraft:crimson_stems"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:dark_oak_logs"
"items": "#minecraft:dark_oak_logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:jungle_logs"
"items": "#minecraft:jungle_logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:mangrove_logs"
"items": "#minecraft:mangrove_logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:oak_logs"
"items": "#minecraft:oak_logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:spruce_logs"
"items": "#minecraft:spruce_logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:warped_stems"
"items": "#minecraft:warped_stems"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:bamboo_blocks"
"items": "#minecraft:bamboo_blocks"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conditions": {
"items": [
{
"tag": "minecraft:logs"
"items": "#minecraft:logs"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"result": {
"item": "minecraft:bamboo_slab",
"id": "minecraft:bamboo_slab",
"count": 12
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
],
"key": {
"#": {
"tag": "minecraft:logs"
"tag": "minecraft:bamboo_blocks"
}
},
"result": {
"item": "minecraft:chest",
"id": "minecraft:chest",
"count": 2
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"result": {
"item": "minecraft:chest",
"id": "minecraft:chest",
"count": 4
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"result": {
"item": "minecraft:glass",
"id": "minecraft:glass",
"count": 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"result": {
"item": "minecraft:glass",
"id": "minecraft:glass",
"count": 2
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"result": {
"item": "minecraft:glass",
"id": "minecraft:glass",
"count": 3
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"result": {
"item": "minecraft:glass",
"id": "minecraft:glass",
"count": 4
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"result": {
"item": "minecraft:glass",
"id": "minecraft:glass",
"count": 5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"result": {
"item": "minecraft:glass",
"id": "minecraft:glass",
"count": 6
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"result": {
"item": "minecraft:glass",
"id": "minecraft:glass",
"count": 7
}
}
Loading

0 comments on commit 347a275

Please sign in to comment.