mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-15 14:10:26 +02:00
Rebalanced wood's recipe in darkage cause conflict craft
This commit is contained in:
@ -245,9 +245,9 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "darkage:reinforced_wood",
|
output = "darkage:reinforced_wood",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"group:stick","","group:stick"},
|
{"group:stick","group:wood","group:stick"},
|
||||||
{"","default:wood",""},
|
{"group:wood","group:wood","group:wood"},
|
||||||
{"group:stick","","group:stick"},
|
{"group:stick","group:wood","group:stick"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user