Fix potential abuse with golden apple recipes (#2029). Thanks to Jessifir
This commit is contained in:
parent
fdda671b63
commit
bc0af95053
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
"time": 400,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 8
|
||||
"item": "minecraft:gold_ingot",
|
||||
"count": 6
|
||||
},
|
||||
{
|
||||
"item": "minecraft:apple"
|
||||
|
|
Loading…
Add table
Reference in a new issue