mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-25 02:42:25 +01:00
Fix golden apple recipe
This commit is contained in:
parent
cb4654a6a7
commit
ddb374c418
@ -553,9 +553,9 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "default:apple_gold",
|
||||
recipe = {
|
||||
{"default:gold_nugget", "default:gold_nugget", "default:gold_nugget"},
|
||||
{"default:gold_nugget", 'default:apple', "default:gold_nugget"},
|
||||
{"default:gold_nugget", "default:gold_nugget", "default:gold_nugget"},
|
||||
{"default:gold_ingot", "default:gold_ingot", "default:gold_ingot"},
|
||||
{"default:gold_ingot", 'default:apple', "default:gold_ingot"},
|
||||
{"default:gold_ingot", "default:gold_ingot", "default:gold_ingot"},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user