forked from nalc/homedecor_modpack
Add crafts for thin --> thick glowlight slabs
This commit is contained in:
parent
4fe73ade80
commit
1f8bbf1ae8
|
@ -1361,6 +1361,15 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:glowlight_half_yellow",
|
||||
type = "shapeless",
|
||||
recipe = {
|
||||
"homedecor:glowlight_quarter_yellow",
|
||||
"homedecor:glowlight_quarter_yellow"
|
||||
}
|
||||
})
|
||||
|
||||
-- white
|
||||
|
||||
minetest.register_craft({
|
||||
|
@ -1428,6 +1437,17 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:glowlight_half_white",
|
||||
type = "shapeless",
|
||||
recipe = {
|
||||
"homedecor:glowlight_quarter_white",
|
||||
"homedecor:glowlight_quarter_white"
|
||||
}
|
||||
})
|
||||
|
||||
----
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:plasma_lamp",
|
||||
recipe = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user