summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 7179f79..02393d2 100644
--- a/init.lua
+++ b/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"},