aboutsummaryrefslogtreecommitdiff
path: root/nodes.lua
diff options
context:
space:
mode:
authorCalinou <calinou@opmbx.org>2014-06-27 20:14:08 +0200
committerCalinou <calinou@opmbx.org>2014-06-27 20:14:08 +0200
commite2f4cc369b98cdb13791738d4aa70605670223db (patch)
treecc852a6ebc47e5a5e6bb5573a64914047c64ba68 /nodes.lua
parent2b6eb1ff842229f202bfa8078a8c55eb8942d3b6 (diff)
downloadmoreblocks-e2f4cc369b98cdb13791738d4aa70605670223db.tar.gz
moreblocks-e2f4cc369b98cdb13791738d4aa70605670223db.tar.bz2
moreblocks-e2f4cc369b98cdb13791738d4aa70605670223db.zip
Code cleanup. Add tar and more stone types.
Diffstat (limited to 'nodes.lua')
-rw-r--r--nodes.lua28
1 files changed, 17 insertions, 11 deletions
diff --git a/nodes.lua b/nodes.lua
index ccf4999..41514c2 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -14,7 +14,6 @@ local nodes = {
["wood_tile"] = {
description = S("Wooden Tile"),
groups = {snappy = 1, choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
- paramtype2 = "facedir",
tiles = {"default_wood.png^moreblocks_wood_tile.png",
"default_wood.png^moreblocks_wood_tile.png",
"default_wood.png^moreblocks_wood_tile.png",
@@ -26,7 +25,6 @@ local nodes = {
["wood_tile_flipped"] = {
description = S("Wooden Tile"),
groups = {snappy = 1, choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
- paramtype2 = "facedir",
tiles = {"default_wood.png^moreblocks_wood_tile.png^[transformR90",
"default_wood.png^moreblocks_wood_tile.png^[transformR90",
"default_wood.png^moreblocks_wood_tile.png^[transformR90",
@@ -39,21 +37,18 @@ local nodes = {
["wood_tile_center"] = {
description = S("Centered Wooden Tile"),
groups = {snappy = 1, choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
- paramtype2 = "facedir",
tiles = {"default_wood.png^moreblocks_wood_tile_center.png"},
sounds = sound_wood,
},
["wood_tile_full"] = {
description = S("Full Wooden Tile"),
groups = {snappy = 1, choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
- paramtype2 = "facedir",
tiles = tile_tiles("wood_tile_full"),
sounds = sound_wood,
},
["wood_tile_up"] = {
description = S("Upwards Wooden Tile"),
groups = {snappy = 1, choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
- paramtype2 = "facedir",
tiles = {"default_wood.png^moreblocks_wood_tile_up.png"},
sounds = sound_wood,
no_stairs = true,
@@ -61,7 +56,6 @@ local nodes = {
["wood_tile_down"] = {
description = S("Downwards Wooden Tile"),
groups = {snappy = 1, choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
- paramtype2 = "facedir",
tiles = {"default_wood.png^[transformR180^moreblocks_wood_tile_up.png^[transformR180"},
sounds = sound_wood,
no_stairs = true,
@@ -69,7 +63,6 @@ local nodes = {
["wood_tile_left"] = {
description = S("Leftwards Wooden Tile"),
groups = {snappy = 1, choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
- paramtype2 = "facedir",
tiles = {"default_wood.png^[transformR270^moreblocks_wood_tile_up.png^[transformR270"},
sounds = sound_wood,
no_stairs = true,
@@ -77,7 +70,6 @@ local nodes = {
["wood_tile_right"] = {
description = S("Rightwards Wooden Tile"),
groups = {snappy = 1, choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
- paramtype2 = "facedir",
tiles = {"default_wood.png^[transformR90^moreblocks_wood_tile_up.png^[transformR90"},
sounds = sound_wood,
no_stairs = true,
@@ -87,6 +79,11 @@ local nodes = {
groups = {cracky = 3},
sounds = sound_stone,
},
+ ["grey_bricks"] = {
+ description = S("Stone Bricks"),
+ groups = {cracky = 3},
+ sounds = sound_stone,
+ },
["coal_stone_bricks"] = {
description = S("Coal Stone Bricks"),
groups = {cracky = 3},
@@ -109,6 +106,18 @@ local nodes = {
groups = {cracky = 3},
sounds = sound_stone,
},
+ ["split_stone_tile_alt"] = {
+ description = S("Split Stone Tile"),
+ tiles = {"moreblocks_split_stone_tile_alt_top.png",
+ "moreblocks_split_stone_tile_alt.png"},
+ groups = {cracky = 3},
+ sounds = sound_stone,
+ },
+ ["tar"] = {
+ description = S("Tar"),
+ groups = {cracky = 2},
+ sounds = sound_stone,
+ },
["plankstone"] = {
description = S("Plankstone"),
groups = {cracky = 3},
@@ -147,7 +156,6 @@ local nodes = {
["cactus_checker"] = {
description = S("Cactus Checker"),
groups = {cracky = 3},
- paramtype2 = "facedir",
tiles = {"default_stone.png^moreblocks_cactus_checker.png",
"default_stone.png^moreblocks_cactus_checker.png",
"default_stone.png^moreblocks_cactus_checker.png",
@@ -182,7 +190,6 @@ local nodes = {
"default_stone.png^moreblocks_coal_checker.png",
"default_stone.png^moreblocks_coal_checker.png^[transformR90",
"default_stone.png^moreblocks_coal_checker.png^[transformR90"},
- paramtype2 = "facedir",
groups = {cracky = 3},
sounds = sound_stone,
},
@@ -194,7 +201,6 @@ local nodes = {
"default_stone.png^moreblocks_iron_checker.png",
"default_stone.png^moreblocks_iron_checker.png^[transformR90",
"default_stone.png^moreblocks_iron_checker.png^[transformR90"},
- paramtype2 = "facedir",
groups = {cracky = 3},
sounds = sound_stone,
},