Skip to content
Snippets Groups Projects
Commit 46e0138f authored by Milan's avatar Milan
Browse files

add default tinblock to moreblocks

parent 7d4f39bc
No related branches found
No related tags found
No related merge requests found
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"
})
minetest.register_craftitem("illuna:noobcoin", {
description = "Noob Coin",
description = "Noob Coin: Buy some helpful items for getting started!",
inventory_image = "noobcoin.png"
})
......@@ -30,6 +30,14 @@ register_stair_slab_panel_micro("obsidian_block", "block", "default:obsidian_blo
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",
{cracky=3},
{"trunks_twigs.png"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment