master
Toby plowy 2017-05-18 22:29:06 +02:00
parent 85a2f35ddc
commit 485902f460
13 changed files with 17 additions and 2 deletions

View File

@ -38,4 +38,12 @@ minetest.register_craft({
output = "decoblocks:refined_granite_brown",
recipe = "mapgen:granite_brown",
cooktime = 5,
})
})
minetest.register_craft({
output = 'decoblocks:gold_brick',
recipe = {
{'default:gold_ingot', 'default:gold_ingot'},
{'default:gold_ingot', 'default:gold_ingot'},
}
})

View File

@ -747,4 +747,11 @@ minetest.register_node("decoblocks:altar", {
inventory_image = "decoblocks_skull_item.png",
groups = {choppy = 1, oddly_breakable_by_hand = 1},
sounds = default.node_sound_wood_defaults()
})
minetest.register_node("decoblocks:gold_brick", {
description = "Gold Brick",
tiles = {"decoblocks_gold_brick.png"},
groups = {cracky = 1},
sounds = default.node_sound_metal_defaults(),
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 827 B

After

Width:  |  Height:  |  Size: 827 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 798 B

After

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 827 B

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 483 B

After

Width:  |  Height:  |  Size: 662 B

View File

@ -59,7 +59,7 @@ minetest.register_node("fire:permanent_flame", {
type = "vertical_frames",
aspect_w = 16,
aspect_h = 16,
length = 50
length = 1
},
},
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 368 B