add default tinblock to moreblocks
This commit is contained in:
parent
7d4f39bce0
commit
46e0138f85
@ -1,9 +1,9 @@
|
|||||||
minetest.register_craftitem("illuna:donorcoin", {
|
minetest.register_craftitem("illuna:donorcoin", {
|
||||||
description = "Donor Coin",
|
description = "Donor Coin: thanks for your donation, buy some special items with this!",
|
||||||
inventory_image = "donorcoin.png"
|
inventory_image = "donorcoin.png"
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("illuna:noobcoin", {
|
minetest.register_craftitem("illuna:noobcoin", {
|
||||||
description = "Noob Coin",
|
description = "Noob Coin: Buy some helpful items for getting started!",
|
||||||
inventory_image = "noobcoin.png"
|
inventory_image = "noobcoin.png"
|
||||||
})
|
})
|
||||||
|
@ -30,6 +30,14 @@ register_stair_slab_panel_micro("obsidian_block", "block", "default:obsidian_blo
|
|||||||
0
|
0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
register_stair_slab_panel_micro("tinblock", "block", "default:tinblock",
|
||||||
|
{cracky=3},
|
||||||
|
{"default_tin_block.png"},
|
||||||
|
"Tin Block",
|
||||||
|
"block",
|
||||||
|
0
|
||||||
|
)
|
||||||
|
|
||||||
register_stair_slab_panel_micro("twigs", "block", "trunks:twigs",
|
register_stair_slab_panel_micro("twigs", "block", "trunks:twigs",
|
||||||
{cracky=3},
|
{cracky=3},
|
||||||
{"trunks_twigs.png"},
|
{"trunks_twigs.png"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user