
Depencies: default.
Download: https://github.com/tenplus1/cblocks/archive/master.zip
Source: https://github.com/tenplus1/cblocks
License: MIT
Lucky Blocks: 4

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:TenPlus1 wrote:Samson1, the texture file cblocks.png is the transparent texture for glass, you could always make a new texture for that.
Okay, thank you:)
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.
--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
Users browsing this forum: No registered users and 8 guests