.
@@ -1,4 +1,3 @@
|
||||
|
||||
minetest.register_node("amogus_blocks:ladder_steel", {
|
||||
description = "Ladder",
|
||||
drawtype = "signlike",
|
||||
@@ -26,20 +25,20 @@ minetest.register_node("amogus_blocks:tv", {
|
||||
"crt.png"
|
||||
},
|
||||
paramtype2 = "facedir",
|
||||
drop = 'amogus_blocks:amogus_blocks', groups = {cracky=3, stone=1},
|
||||
drop = 'amogus_blocks:amogus_blocks', groups = {stone=3},
|
||||
})
|
||||
|
||||
minetest.register_node("amogus_blocks:bricks", {
|
||||
description = "Bricks",
|
||||
tiles = {"Bricks.png"},
|
||||
|
||||
drop = 'amogus_blocks:grey_bricks', groups = {cracky=3, stone=1},
|
||||
drop = 'amogus_blocks:grey_bricks', groups = {stone=3},
|
||||
})
|
||||
minetest.register_node("amogus_blocks:grey_bricks", {
|
||||
description = "Bricks 2",
|
||||
tiles = {"Bricks2.png"}, groups = {cracky=3, stone=1},
|
||||
tiles = {"Bricks2.png"}, groups = {stone=3},
|
||||
|
||||
drop = 'amogus_blocks:grey_bricks', groups = {cracky=3, stone=1},
|
||||
drop = 'amogus_blocks:grey_bricks',
|
||||
})
|
||||
minetest.register_node("amogus_blocks:planks", {
|
||||
description = "Planks",
|
||||
@@ -462,4 +461,12 @@ minetest.register_node("amogus_blocks:grass_tall", {
|
||||
on_punch = function(pos, node, puncher, pointed_thing)
|
||||
minetest.remove_node(pos)
|
||||
end
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
minetest.register_node("amogus_blocks:obsusian", {
|
||||
description = "obSUSian",
|
||||
tiles = {"obsusian.png"},
|
||||
|
||||
groups = {stone=0.5},
|
||||
})
|
||||
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 314 B |
|
Before Width: | Height: | Size: 1015 B After Width: | Height: | Size: 314 B |
BIN
mods/amogus_blocks/textures/Bricks_black.png
Normal file
|
After Width: | Height: | Size: 314 B |
BIN
mods/amogus_blocks/textures/Bricks_blue.png
Normal file
|
After Width: | Height: | Size: 314 B |
BIN
mods/amogus_blocks/textures/Bricks_green.png
Normal file
|
After Width: | Height: | Size: 314 B |
BIN
mods/amogus_blocks/textures/Bricks_yellow.png
Normal file
|
After Width: | Height: | Size: 325 B |
BIN
mods/amogus_blocks/textures/golden_block.png
Normal file
|
After Width: | Height: | Size: 126 B |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 301 B |
BIN
mods/amogus_blocks/textures/sussium_block.png
Normal file
|
After Width: | Height: | Size: 126 B |
|
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 232 B |