mirror of
https://github.com/minetest-mods/moreores.git
synced 2024-12-22 22:02:28 +01:00
Give 24 copper rails per craft instead of 16.
This commit is contained in:
parent
e32f4a93d9
commit
31805dc74e
2
init.lua
2
init.lua
@ -312,7 +312,7 @@ end
|
||||
|
||||
-- Copper rail (special node):
|
||||
minetest.register_craft({
|
||||
output = "moreores:copper_rail 16",
|
||||
output = "moreores:copper_rail 24",
|
||||
recipe = {
|
||||
{"default:copper_ingot", "", "default:copper_ingot"},
|
||||
{"default:copper_ingot", "group:stick", "default:copper_ingot"},
|
||||
|
Loading…
Reference in New Issue
Block a user