This commit is contained in:
Kacper Kostka
2023-01-28 19:12:16 +01:00
parent 8b7a428b88
commit ed95983450
17 changed files with 57 additions and 14 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1015 B

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 232 B