added spawnblocks

master
cornernote 2012-08-09 18:05:47 +09:30
parent 8b4422d2d8
commit 3c4bcd64f7
10 changed files with 72 additions and 0 deletions

72
mods/spawnblocks/init.lua Normal file
View File

@ -0,0 +1,72 @@
print (" Loading SpawnBlocks 0.3 ")
minetest.register_node("spawnblocks:redorange", {
description = "spawnblock",
tiles = {"redorange.png"},
is_ground_content = true,
groups = {cracky=1},
})
minetest.register_node("spawnblocks:yellowblack", {
description = "spawnblock",
tiles = {"yellowblack.png"},
is_ground_content = true,
groups = {cracky=1},
})
minetest.register_node("spawnblocks:greenblack", {
description = "spawnblock",
tiles = {"greenblack.png"},
is_ground_content = true,
groups = {cracky=1},
})
minetest.register_node("spawnblocks:greenblue", {
description = "spawnblock",
tiles = {"greenblue.png"},
is_ground_content = true,
groups = {cracky=1},
})
minetest.register_node("spawnblocks:redblue", {
description = "spawnblock",
tiles = {"redblue.png"},
is_ground_content = true,
groups = {cracky=1},
})
minetest.register_node("spawnblocks:yellowblue", {
description = "spawnblock",
tiles = {"yellowblue.png"},
is_ground_content = true,
groups = {cracky=1},
})
minetest.register_node("spawnblocks:blackwhite", {
description = "spawnblock",
tiles = {"blackwhite.png"},
is_ground_content = true,
groups = {cracky=1},
})
minetest.register_node("spawnblocks:yellowblack", {
description = "spawnblock",
tiles = {"yellowblack.png"},
is_ground_content = true,
groups = {cracky=1},
})
minetest.register_node("spawnblocks:glowstone", {
description = "Glowstone",
drawtype = "glasslike",
tile_images = {"glowstone.png"},
light_propagates = true,
paramtype = "light",
sunlight_propagates = true,
light_source = 12,
is_ground_content = true,
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
})
print (" Loaded SpawnBlocks 0.3 ")

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B