added glowing block
This commit is contained in:
parent
d4a9683a5b
commit
01a74b3d05
@ -303,6 +303,14 @@ minetest.register_node("poop:Poop2", {
|
||||
drop = 'poop:Poop', groups = {cracky=3, stone=1},
|
||||
})
|
||||
|
||||
minetest.register_node("poop:glowing_block", {
|
||||
description = "Glowing Block",
|
||||
tiles = {"glowing_block.png"},
|
||||
|
||||
drop = 'poop:glowing_block', groups = {cracky=3, stone=1},
|
||||
light_source = 14
|
||||
})
|
||||
|
||||
minetest.register_node("poop:flux_capacitor", {
|
||||
description = "Flux Capacitor from Back to the Future",
|
||||
tiles = {"fluxcap2.png", "fluxcap2.png","fluxcap2.png","fluxcap.png","fluxcap2.png","fluxcap2.png"},
|
||||
|
BIN
mods/poop/textures/glowing_block.png
Normal file
BIN
mods/poop/textures/glowing_block.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 784 B |
Loading…
Reference in New Issue
Block a user