Compare commits
2 Commits
f1177450f9
...
61cc7536de
Author | SHA1 | Date | |
---|---|---|---|
61cc7536de | |||
01a74b3d05 |
@ -303,6 +303,14 @@ minetest.register_node("poop:Poop2", {
|
|||||||
drop = 'poop:Poop', groups = {cracky=3, stone=1},
|
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", {
|
minetest.register_node("poop:flux_capacitor", {
|
||||||
description = "Flux Capacitor from Back to the Future",
|
description = "Flux Capacitor from Back to the Future",
|
||||||
tiles = {"fluxcap2.png", "fluxcap2.png","fluxcap2.png","fluxcap.png","fluxcap2.png","fluxcap2.png"},
|
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