Compare commits

..

2 Commits

2 changed files with 8 additions and 0 deletions

View File

@ -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"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B