1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-07-01 07:30:40 +02:00

Added Super and Ultra-Plastic. Fixed Light at slopes and stairs.

This commit is contained in:
A.C.M
2019-01-27 15:23:45 +01:00
parent b642bc0af4
commit c0d358e048
5 changed files with 31 additions and 4 deletions

View File

@ -10,6 +10,27 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "scifi_nodes:super_white",
recipe = {
{"scifi_nodes:white2", "default:torch", ""}
}
})
minetest.register_craft({
output = "scifi_nodes:ultra_white",
recipe = {
{"default:torch", "scifi_nodes:white2", "default:torch"}
}
})
minetest.register_craft({
output = "scifi_nodes:ultra_white",
recipe = {
{"scifi_nodes:super_white", "default:torch", ""}
}
})
-- 6 plastic wall from 6 plastic
minetest.register_craft({
output = "scifi_nodes:white 6",