mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Remove fallen log schematics and mushrooms on logs
This commit is contained in:
parent
1f40c86754
commit
a69ab5ec34
6 changed files with 5 additions and 5 deletions
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},
|
||||||
{name = "mcl_core:tree", param2 = 12, prob = 127},
|
{name = "mcl_core:tree", param2 = 12, prob = 127},
|
||||||
{name = "air", prob = 0},
|
{name = "air", prob = 0},
|
||||||
{name = "mcl_mushrooms:mushroom_brown", prob = 63},
|
{name = "air", prob = 0},
|
||||||
{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},
|
||||||
{name = "mcl_core:jungletree", param2 = 12, prob = 127},
|
{name = "mcl_core:jungletree", param2 = 12, prob = 127},
|
||||||
{name = "air", prob = 0},
|
{name = "air", prob = 0},
|
||||||
{name = "mcl_mushrooms:mushroom_brown", prob = 127},
|
{name = "air", prob = 0},
|
||||||
{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},
|
||||||
{name = "mcl_core:sprucetree", param2 = 12, prob = 127},
|
{name = "mcl_core:sprucetree", param2 = 12, prob = 127},
|
||||||
{name = "air", prob = 0},
|
{name = "air", prob = 0},
|
||||||
{name = "mcl_mushrooms:mushroom_red", prob = 63},
|
{name = "air", prob = 0},
|
||||||
{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},
|
{name = "mcl_core:birchtree", param2 = 12},
|
||||||
{name = "mcl_core:birchtree", param2 = 12, prob = 127},
|
{name = "mcl_core:birchtree", param2 = 12, prob = 127},
|
||||||
{name = "mcl_mushrooms:mushroom_red", prob = 63},
|
{name = "air", prob = 0},
|
||||||
{name = "mcl_mushrooms:mushroom_brown", prob = 63},
|
{name = "air", prob = 0},
|
||||||
{name = "air", prob = 0},
|
{name = "air", prob = 0},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue