1
0
mirror of https://github.com/mt-mods/basic_signs.git synced 2026-01-13 12:45:40 +01:00

add plastic sign (white)

This commit is contained in:
Vanessa Dannenberg
2019-09-26 14:25:30 -04:00
parent d35bc1e515
commit 9da5a40bef
6 changed files with 31 additions and 0 deletions

View File

@@ -173,3 +173,11 @@ minetest.register_craft( {
},
})
minetest.register_craft( {
output = "basic_signs:sign_wall_plastic 3",
recipe = {
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" },
{ "basic_materials:plastic_sheet", "basic_materials:plastic_sheet", "basic_materials:plastic_sheet" },
{ "", "default:steel_ingot", "" }
},
})