mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
fixed recipe gen
This commit is contained in:
parent
2bc1ffca77
commit
0fec88bf8a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"parent": "minecraft:nec/root",
|
"parent": "minecraft:nec/root",
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"got_fletching_stairs": {
|
"got_lapis_golden_apple": {
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
[
|
[
|
||||||
"got_fletching_stairs"
|
"got_lapis_golden_apple"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"sends_telemetry_event": true
|
"sends_telemetry_event": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue