-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abe4819
commit d0c7039
Showing
29 changed files
with
619 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/5163085fef8843a4e98d2aafe818dd824ef06389
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
src/main/generated/.cache/aaca6ffdcfde4974b2614ff416e90ad315b623dd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// 1.20.1 2024-03-08T12:54:43.076295864 Hollow/Recipes | ||
0b3df8fc09291b1f2b14eb145201fc55b56a2e4a data/hollow/advancements/recipes/decorations/mangrove_hollow_log.json | ||
689145296a1bdcce023a5fdbaf3f3c2b6dc0fbec data/hollow/recipes/jungle_hollow_log.json | ||
92e83d727e60e17db788d9ae6afe9def0a100aab data/hollow/advancements/recipes/decorations/birch_hollow_log.json | ||
abf06b668cb9e9bf36438a37efc6de0e734695ef data/hollow/advancements/recipes/decorations/acacia_hollow_log.json | ||
7b5799e7631464a36711546b463c47d1161a48e4 data/hollow/recipes/oak_hollow_log.json | ||
33088f2a8bfa861d2d579570821e8c4f7e61e43d data/hollow/recipes/dark_oak_hollow_log.json | ||
85c5637f0a49ddbe39c9a5329f1ec462ea754eaf data/hollow/advancements/recipes/decorations/dark_oak_hollow_log.json | ||
cae6219aa30560643ab69437c80ff286ddf684a6 data/hollow/recipes/warped_hollow_stem.json | ||
7e411907b3b8902ddd1f81e1c22a16e4682a110d data/hollow/recipes/cherry_hollow_log.json | ||
98989f3511fdd7112aa417c743a8f0a62e930859 data/hollow/recipes/birch_hollow_log.json | ||
1bb2752afa3d97dd0dbfae1c5cf97e690a852085 data/hollow/advancements/recipes/decorations/oak_hollow_log.json | ||
4540081a7605c5233f2b18114a21a032735f22a2 data/hollow/advancements/recipes/decorations/spruce_hollow_log.json | ||
df39e420973087d71aab09c7037caa8c655e1fe7 data/hollow/recipes/acacia_hollow_log.json | ||
d01e1d5778fe28f9fdb0b5302ab85d5bda97a76e data/hollow/recipes/mangrove_hollow_log.json | ||
bdd8f6c07a5d5b6562d96b80d3c487ea7a7f599c data/hollow/advancements/recipes/decorations/crimson_hollow_stem.json | ||
63c0a931b57db9a14446e217df0529d0c1627264 data/hollow/advancements/recipes/decorations/warped_hollow_stem.json | ||
23c8bf8ad29a11d6eaa7b23b53e46b3ea578ed99 data/hollow/recipes/spruce_hollow_log.json | ||
febb00bbf595008cd5aafbf8d49792a0ff8c430c data/hollow/advancements/recipes/decorations/jungle_hollow_log.json | ||
9c4a1487380246aba5ed14b1d46bc2ffe8a1c927 data/hollow/advancements/recipes/decorations/cherry_hollow_log.json | ||
3121705b00fb684b3b991d2306573b7ae669ea3a data/hollow/recipes/crimson_hollow_stem.json |
33 changes: 33 additions & 0 deletions
33
src/main/generated/data/hollow/advancements/recipes/decorations/acacia_hollow_log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "minecraft:acacia_logs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "hollow:acacia_hollow_log" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_logs", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"hollow:acacia_hollow_log" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/generated/data/hollow/advancements/recipes/decorations/birch_hollow_log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "minecraft:birch_logs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "hollow:birch_hollow_log" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_logs", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"hollow:birch_hollow_log" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/generated/data/hollow/advancements/recipes/decorations/cherry_hollow_log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "minecraft:cherry_logs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "hollow:cherry_hollow_log" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_logs", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"hollow:cherry_hollow_log" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/generated/data/hollow/advancements/recipes/decorations/crimson_hollow_stem.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "minecraft:crimson_stems" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "hollow:crimson_hollow_stem" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_logs", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"hollow:crimson_hollow_stem" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/generated/data/hollow/advancements/recipes/decorations/dark_oak_hollow_log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "minecraft:dark_oak_logs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "hollow:dark_oak_hollow_log" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_logs", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"hollow:dark_oak_hollow_log" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/generated/data/hollow/advancements/recipes/decorations/jungle_hollow_log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "minecraft:jungle_logs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "hollow:jungle_hollow_log" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_logs", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"hollow:jungle_hollow_log" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/generated/data/hollow/advancements/recipes/decorations/mangrove_hollow_log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "minecraft:mangrove_logs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "hollow:mangrove_hollow_log" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_logs", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"hollow:mangrove_hollow_log" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/generated/data/hollow/advancements/recipes/decorations/oak_hollow_log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "minecraft:oak_logs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "hollow:oak_hollow_log" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_logs", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"hollow:oak_hollow_log" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/generated/data/hollow/advancements/recipes/decorations/spruce_hollow_log.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_logs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "minecraft:spruce_logs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "hollow:spruce_hollow_log" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_logs", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"hollow:spruce_hollow_log" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
Oops, something went wrong.