Biome colored leaves
@ -184,14 +184,16 @@ local function register_leaves(subname, description, longdesc, tiles, sapling, d
|
||||
_doc_items_hidden = false,
|
||||
drawtype = "allfaces_optional",
|
||||
waving = 2,
|
||||
place_param2 = 1, -- Prevent leafdecay for placed nodes
|
||||
tiles = tiles,
|
||||
paramtype2 = "color",
|
||||
palette = "mcl_core_palette_leaves.png",
|
||||
palette_index = 0,
|
||||
color = "#2e8f29",
|
||||
paramtype = "light",
|
||||
stack_max = 64,
|
||||
groups = {
|
||||
handy = 1, hoey = 1, shearsy = 1, swordy = 1, dig_by_piston = 1,
|
||||
flammable = 2, fire_encouragement = 30, fire_flammability = 60,
|
||||
leaves = 1, deco_block = 1, compostability = 30
|
||||
leaves = 1, deco_block = 1, compostability = 30, biomecolor = 1,
|
||||
},
|
||||
drop = get_drops(0),
|
||||
_mcl_shears_drop = true,
|
||||
|
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 199 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_palette_leaves.png
Normal file
After Width: | Height: | Size: 197 B |
@ -96,11 +96,15 @@ local l_def = {
|
||||
waving = 2,
|
||||
place_param2 = 1, -- Prevent leafdecay for placed nodes
|
||||
tiles = {"mcl_mangrove_leaves.png"},
|
||||
paramtype2 = "color",
|
||||
palette = "mcl_core_palette_leaves.png",
|
||||
palette_index = 0,
|
||||
color = "#2e8f29",
|
||||
paramtype = "light",
|
||||
groups = {
|
||||
handy = 1, hoey = 1, shearsy = 1, swordy = 1, dig_by_piston = 1,
|
||||
flammable = 2, fire_encouragement = 30, fire_flammability = 60,
|
||||
leaves = 1, deco_block = 1, compostability = 30
|
||||
leaves = 1, deco_block = 1, compostability = 30, biomecolor = 1,
|
||||
},
|
||||
drop = get_drops(0),
|
||||
_mcl_shears_drop = true,
|
||||
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |