Add a transparent node
@ -362,6 +362,17 @@ minetest.register_node("poop:flux_capacitor", {
|
||||
|
||||
drop = 'poop:Poop', groups = {cracky=3, stone=1},
|
||||
})
|
||||
|
||||
minetest.register_node("poop:transparent", {
|
||||
description = "Transparent",
|
||||
drawtype = "glasslike",
|
||||
tiles = {"transparent.png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
sunlight_propagates = true,
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
groups = {cracky=3,oddly_breakable_by_hand=3},
|
||||
})
|
||||
minetest.register_alias("mapgen_stone", "poop:floor")
|
||||
|
||||
local pooped_things = 0
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 712 B |
Before Width: | Height: | Size: 1.5 KiB |
BIN
mods/shit_poop/textures/shit_count.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
mods/shit_poop/textures/shit_count1.png
Normal file
After Width: | Height: | Size: 768 B |
BIN
mods/shit_poop/textures/transparent.png
Normal file
After Width: | Height: | Size: 163 B |