some things
This commit is contained in:
parent
7e1ed3c60d
commit
2d4ccce6b6
@ -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"},
|
||||
|
BIN
mods/decoblocks/textures/decoblocks_anvil.png
Normal file
BIN
mods/decoblocks/textures/decoblocks_anvil.png
Normal file
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 |
BIN
mods/decoblocks/textures/decoblocks_mossy_old_stone_tiles.png
Normal file
BIN
mods/decoblocks/textures/decoblocks_mossy_old_stone_tiles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 958 B |
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user