Remove fallen log schematics and mushrooms on logs
parent
1f40c86754
commit
a69ab5ec34
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1252,7 +1252,7 @@ local function register_decorations()
|
|||
{name = "mcl_core:tree", param2 = 12},
|
||||
{name = "mcl_core:tree", param2 = 12, prob = 127},
|
||||
{name = "air", prob = 0},
|
||||
{name = "mcl_mushrooms:mushroom_brown", prob = 63},
|
||||
{name = "air", prob = 0},
|
||||
{name = "air", prob = 0},
|
||||
},
|
||||
},
|
||||
|
@ -1293,7 +1293,7 @@ local function register_decorations()
|
|||
{name = "mcl_core:jungletree", param2 = 12},
|
||||
{name = "mcl_core:jungletree", param2 = 12, prob = 127},
|
||||
{name = "air", prob = 0},
|
||||
{name = "mcl_mushrooms:mushroom_brown", prob = 127},
|
||||
{name = "air", prob = 0},
|
||||
{name = "air", prob = 0},
|
||||
},
|
||||
},
|
||||
|
@ -1347,7 +1347,7 @@ local function register_decorations()
|
|||
{name = "mcl_core:sprucetree", param2 = 12},
|
||||
{name = "mcl_core:sprucetree", param2 = 12, prob = 127},
|
||||
{name = "air", prob = 0},
|
||||
{name = "mcl_mushrooms:mushroom_red", prob = 63},
|
||||
{name = "air", prob = 0},
|
||||
{name = "air", prob = 0},
|
||||
},
|
||||
},
|
||||
|
@ -1474,8 +1474,8 @@ local function register_decorations()
|
|||
{name = "mcl_core:birchtree", param2 = 12},
|
||||
{name = "mcl_core:birchtree", param2 = 12},
|
||||
{name = "mcl_core:birchtree", param2 = 12, prob = 127},
|
||||
{name = "mcl_mushrooms:mushroom_red", prob = 63},
|
||||
{name = "mcl_mushrooms:mushroom_brown", prob = 63},
|
||||
{name = "air", prob = 0},
|
||||
{name = "air", prob = 0},
|
||||
{name = "air", prob = 0},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue