mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-05 09:40:34 +01:00
Add nametag recipe
This commit is contained in:
parent
f081e55ba0
commit
d01cc4f61e
|
@ -20,3 +20,12 @@ minetest.register_craft{
|
|||
{"default:steel_ingot", "default:cobble", "default:steel_ingot"},
|
||||
},
|
||||
}
|
||||
|
||||
minetest.register_craft{
|
||||
output = "maidroid_tool:nametag",
|
||||
recipe = {
|
||||
{ "", "farming:cotton", ""},
|
||||
{ "default:paper", "default:paper", "default:paper"},
|
||||
{"default:steel_ingot", "dye:black", "default:steel_ingot"},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user