1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-14 22:38:32 +01:00

Updated moreblocks (with slopes)

- Solves #87
This commit is contained in:
LeMagnesium
2015-06-10 18:40:02 +02:00
parent b8e61fd763
commit 4bc80ddba1
4 changed files with 41 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = "default:rail 16",
output = "default:rail 16", -- /MFF (Mg|06/10/15)
recipe = {
{"default:steel_ingot", "", "default:steel_ingot"},
{"default:steel_ingot", "default:stick", "default:steel_ingot"},