Skip to content
Snippets Groups Projects
Commit 86b96bb0 authored by Tuxilio's avatar Tuxilio
Browse files

Update init.lua

parent 994b4e9d
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ minetest.register_craft({
type = "shaped", -- Typ des Items: Shaped
output = "meinmod:itemname 2", -- Die Ausgabe des Mods. meinmod:itemname beschreibt das Item bzw. den Block, der herauskommt. 2 beschreibt, dass 2 Items aus dem Rezept herauskommen; dies kann zwischen 1 und 99 liegen
recipe = { -- Hier kommt das Crafting-Rezept
{"default:dirt", "", ""},
{"default:dirt", "default:dirt", ""},
{"default:dirt", "", "" },
{"default:dirt", "default:dirt", "" },
{"default:dirt", "default:dirt", "default:dirt"}
}
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment