some things

This commit is contained in:
Toby plowy 2017-07-05 00:26:34 +02:00
parent 7e1ed3c60d
commit 2d4ccce6b6
5 changed files with 15 additions and 1 deletions

View File

@ -105,6 +105,13 @@ minetest.register_node("decoblocks:old_stone_tiles_with_dirt", {
sounds = default.node_sound_stone_defaults(),
})
minetest.register_node("decoblocks:moss_old_stone_tiles", {
description = "Mossy Old Stone Tiles",
tiles = {"decoblocks_mossy_old_stone_tiles.png"},
groups = {cracky = 3, stone = 2},
sounds = default.node_sound_stone_defaults(),
})
minetest.register_node("decoblocks:moss_stonebrick", {
description = "Mossy Stone Brick",
paramtype2 = "facedir",
@ -726,6 +733,13 @@ minetest.register_node("decoblocks:altar", {
sounds = default.node_sound_wood_defaults()
})
minetest.register_node("decoblocks:anvil", {
description = "Anvil",
tiles = {"decoblocks_anvil.png"},
groups = {cracky = 1},
sounds = default.node_sound_metal_defaults(),
})
minetest.register_node("decoblocks:gold_brick", {
description = "Gold Brick",
tiles = {"decoblocks_gold_brick.png"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 922 B

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B

View File

@ -174,7 +174,7 @@ minetest.register_tool("default:shovel_steel", {
minetest.register_tool("default:shovel_gold", {
description = "Golden Shovel",
inventory_image = "default_tool_goldshovel.png",
wield_image = "default_tool_bronzeshovel.png^[transformR90",
wield_image = "default_tool_goldshovel.png^[transformR90",
tool_capabilities = {
full_punch_interval = 1.1,
max_drop_level=1,