forked from mtcontrib/farming
fix crafting bug
This commit is contained in:
parent
1c0a1bab8e
commit
4465c49a19
@ -118,7 +118,7 @@ minetest.register_node("farming:chocolate_block", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "farming:chocolate_block 3",
|
output = "farming:chocolate_block",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"farming:chocolate_dark", "farming:chocolate_dark", "farming:chocolate_dark"},
|
{"farming:chocolate_dark", "farming:chocolate_dark", "farming:chocolate_dark"},
|
||||||
{"farming:chocolate_dark", "farming:chocolate_dark", "farming:chocolate_dark"},
|
{"farming:chocolate_dark", "farming:chocolate_dark", "farming:chocolate_dark"},
|
||||||
|
Loading…
Reference in New Issue
Block a user