mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-11-21 15:45:18 +01:00
Compare commits
12 Commits
master
...
8043b9d711
| Author | SHA1 | Date | |
|---|---|---|---|
| 8043b9d711 | |||
| 972352fecd | |||
| 2f495340ca | |||
| dec888aee9 | |||
| b4b42adb6e | |||
| 66347e148c | |||
| f42e7883b4 | |||
| 20b0c60227 | |||
| 2554d1303a | |||
| dd63bfa1f6 | |||
| 319a694c74 | |||
| 336d16373e |
6
init.lua
6
init.lua
@@ -439,11 +439,11 @@ if minetest.get_modpath("carts") then
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moreores:copper_rail 24",
|
||||
output = "moreores:copper_rail 18",
|
||||
recipe = {
|
||||
{"default:copper_ingot", "group:wood", "default:copper_ingot"},
|
||||
{"default:copper_ingot", "", "default:copper_ingot"},
|
||||
{"default:copper_ingot", "group:stick", "default:copper_ingot"},
|
||||
{"default:copper_ingot", "", "default:copper_ingot"},
|
||||
{"default:copper_ingot", "group:wood", "default:copper_ingot"},
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user