diff options
author | Calinou <calinou@opmbx.org> | 2015-01-23 19:08:00 +0100 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2015-01-23 19:08:00 +0100 |
commit | 31805dc74e650e345ba17a503c6d5b956507c2fc (patch) | |
tree | 7080d7e85b6fee459d7ccdf0c2d80c760b8a7773 /init.lua | |
parent | e32f4a93d99e7f0a76f3a276203b69b4bcb148ec (diff) |
Give 24 copper rails per craft instead of 16.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |