mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-06-30 23:20:44 +02:00
Merge pull request #4 from Jat15/Patch-1
Add Coal Stone Bricks and modify the recipe of Iron Stone Bricks
This commit is contained in:
7
init.lua
7
init.lua
@ -112,6 +112,13 @@ minetest.register_node("moreblocks:circle_stone_bricks", {
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_node("moreblocks:coal_stone_bricks", {
|
||||
description = S("Coal Stone Bricks"),
|
||||
tiles = {"moreblocks_coal_stone_bricks.png"},
|
||||
groups = {cracky=3},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_node("moreblocks:iron_stone_bricks", {
|
||||
description = S("Iron Stone Bricks"),
|
||||
tiles = {"moreblocks_iron_stone_bricks.png"},
|
||||
|
Reference in New Issue
Block a user