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,
|
"time": 400,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "minecraft:gold_nugget",
|
"item": "minecraft:gold_ingot",
|
||||||
"count": 8
|
"count": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:apple"
|
"item": "minecraft:apple"
|
||||||
|
|
Loading…
Add table
Reference in a new issue