everything added
0
mods/poop/music.lua
Normal file
50
mods/poop/nodes.lua
Normal file
@@ -0,0 +1,50 @@
|
||||
minetest.register_node("poop:box", {
|
||||
description = "cardboard box",
|
||||
tiles = {"BOX.png"},
|
||||
|
||||
drop = 'poop:box',
|
||||
legacy_mineral = true,
|
||||
})
|
||||
|
||||
minetest.register_node("poop:floor", {
|
||||
description = "Floor",
|
||||
tiles = {"floor.png"},
|
||||
|
||||
drop = 'poop:floor',
|
||||
legacy_mineral = true,
|
||||
})
|
||||
|
||||
minetest.register_node("poop:Poop", {
|
||||
description = "Just Shit",
|
||||
tiles = {"Poop.png"},
|
||||
drop = 'poop:PoopItem',
|
||||
})
|
||||
|
||||
minetest.register_node("poop:tv", {
|
||||
description = "CRTV",
|
||||
tiles = {"PC2.png", "PC2.png","PC2.png","PC.png","PC2.png","PC2.png"},
|
||||
|
||||
drop = 'poop:Poop',
|
||||
})
|
||||
|
||||
minetest.register_node("poop:bricks", {
|
||||
description = "Bricks",
|
||||
tiles = {"Bricks.png"},
|
||||
|
||||
drop = 'poop:grey_bricks',
|
||||
})
|
||||
minetest.register_node("poop:grey_bricks", {
|
||||
description = "Bricks 2",
|
||||
tiles = {"Bricks2.png"},
|
||||
|
||||
drop = 'poop:grey_bricks',
|
||||
})
|
||||
minetest.register_node("poop:planks", {
|
||||
description = "Planks",
|
||||
tiles = {"Planks.png"},
|
||||
|
||||
drop = 'poop:planks',
|
||||
})
|
||||
|
||||
|
||||
minetest.register_alias("mapgen_stone", "poop:Poop")
|
||||
BIN
mods/poop/sounds/shit_all_over_the_place.ogg
Normal file
BIN
mods/poop/textures/BOX.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
mods/poop/textures/Bricks.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
mods/poop/textures/Bricks2.png
Normal file
|
After Width: | Height: | Size: 1015 B |
BIN
mods/poop/textures/PC.png
Normal file
|
After Width: | Height: | Size: 147 B |
BIN
mods/poop/textures/PC2.png
Normal file
|
After Width: | Height: | Size: 100 B |
BIN
mods/poop/textures/Planks.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
mods/poop/textures/Poop.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
mods/poop/textures/SHITitem.png
Normal file
|
After Width: | Height: | Size: 318 B |
BIN
mods/poop/textures/aquablock.png
Normal file
|
After Width: | Height: | Size: 126 B |
BIN
mods/poop/textures/boxitem.png
Normal file
|
After Width: | Height: | Size: 194 B |
BIN
mods/poop/textures/floor.png
Normal file
|
After Width: | Height: | Size: 126 B |
BIN
mods/poop/textures/fluxcap.png
Normal file
|
After Width: | Height: | Size: 214 B |
BIN
mods/poop/textures/fluxcap2.png
Normal file
|
After Width: | Height: | Size: 116 B |
BIN
mods/poop/textures/glass.png
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
mods/poop/textures/plumba.png
Normal file
|
After Width: | Height: | Size: 142 B |
BIN
mods/poop/textures/purpleblock.png
Normal file
|
After Width: | Height: | Size: 125 B |
BIN
mods/poop/textures/redblock.png
Normal file
|
After Width: | Height: | Size: 127 B |
BIN
mods/poop/textures/sraka.png
Normal file
|
After Width: | Height: | Size: 516 B |
BIN
mods/poop/textures/wood.png
Normal file
|
After Width: | Height: | Size: 187 B |