
Depencies: default
ContentDB: https://content.minetest.net/packages/TenPlus1/cblocks
License: MIT
Lucky Blocks: 4
Donate: https://ko-fi.com/tenplus1
Okay, thank you:)TenPlus1 wrote:Samson1, the texture file cblocks.png is the transparent texture for glass, you could always make a new texture for that.
Samson1 wrote:Okay, thank you:)TenPlus1 wrote:Samson1, the texture file cblocks.png is the transparent texture for glass, you could always make a new texture for that.
It depends on items from the default game yes.swordpaint12 wrote:Technically, this mod depends on dye and flowers, right? Since it uses dye? I mean, it depends on items in the default game, but just for clarification.
Code: Select all
--LET US REGISTER STAIRS!
--maikerumine 20160321
--wood
stairs.register_stair_and_slab("wood_" .. colours[i][1], "cblocks:wood_" .. colours[i][1],
{snappy = 2, choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
{"default_wood.png^[colorize:" .. colours[i][3]},
"Wooden Stair",
"Wooden Slab",
default.node_sound_wood_defaults())
--stonebrick
stairs.register_stair_and_slab("stonebrick_" .. colours[i][1], "cblocks:stonebrick_" .. colours[i][1],
{cracky = 3},
{"default_stone_brick.png^[colorize:" .. colours[i][3]},
"Stone Brick Stair",
"Stone Brick Slab",
default.node_sound_stone_defaults())
end
This would be a great feature... nice to read!maikerumine wrote:
I plan on integrating with circular saw too in the future. :-)
Enjoy!