Added pedestrian light crafting recipe

master
HimbeerserverDE 2020-06-28 11:58:27 +02:00
parent 473054c177
commit 753ed221cf
1 changed files with 9 additions and 0 deletions

View File

@ -32,3 +32,12 @@ minetest.register_craft({
{"dye:red", "dye:dark_green", "default:steel_ingot"},
},
})
minetest.register_craft({
output = "barriers:tl_p_gr_off",
recipe = {
{"wool:black", "dye:red", "wool:black"},
{"wool:black", "wool:black", "wool:black"},
{"wool:black", "dye:green", "wool:black"},
},
})