Give 24 copper rails per craft instead of 16.

This commit is contained in:
Calinou 2015-01-23 19:08:00 +01:00
parent e32f4a93d9
commit 31805dc74e
1 changed files with 1 additions and 1 deletions

View File

@ -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"},