Add some recipes

This commit is contained in:
Andrew-71 2023-10-13 20:47:50 +03:00
parent f504c30e77
commit f0e54ff7f0
13 changed files with 379 additions and 4 deletions

View file

@ -1,6 +1,18 @@
{
"parent": "minecraft:new_soviet/sickle",
"criteria": {
"got_sickle": {
"conditions": {
"items": [
{
"items": [
"new_soviet:sickle"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"kill": {
"conditions": {
"entity": [
@ -43,6 +55,9 @@
}
},
"requirements": [
[
"got_sickle"
],
[
"kill"
]