white, colorable octagon glass

Este commit está contenido en:
BuckarooBanzay
2023-10-26 18:02:06 +02:00
padre 9177b875d9
commit 5102ad7a39
Se han modificado 3 ficheros con 31 adiciones y 0 borrados

Ver fichero

@ -945,6 +945,15 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "scifi_nodes:octwht 4",
recipe = {
{"dye:white", "scifi_nodes:glass", ""},
{"scifi_nodes:glass", "scifi_nodes:lightbar", "scifi_nodes:glass"},
{"", "scifi_nodes:glass", "dye:white"}
}
})
-- 1 purple node from 1 plastic, 1 blue dye and 1 red dye
minetest.register_craft({
output = "scifi_nodes:purple",