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:
21
crafts.lua
21
crafts.lua
@ -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",
|
||||
|
Reference in New Issue
Block a user