Compare commits
No commits in common. "61cc7536de07c4c755ed106de356ef4c6cfdcd3e" and "f1177450f9af33beb80bcb7d69daad6fde28e624" have entirely different histories.
61cc7536de
...
f1177450f9
@ -303,14 +303,6 @@ 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.
Before Width: | Height: | Size: 784 B |
Loading…
Reference in New Issue
Block a user