Add some recipes
This commit is contained in:
parent
f504c30e77
commit
f0e54ff7f0
13 changed files with 379 additions and 4 deletions
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue