force trunk placement to fix floating tree issues on mapgen

This commit is contained in:
tenplus1 2023-04-09 11:53:15 +01:00
parent 911d2ffe26
commit 5a411e8b4c
17 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
local _ = {name = "air", param1 = 000}
local B = {name = "ethereal:bamboo", param1 = 255}
local B = {name = "ethereal:bamboo", param1 = 255, force_place = true}
local L = {name = "ethereal:bamboo_leaves", param1 = 255}
local l = {name = "ethereal:bamboo_leaves", param1 = 100}

View File

@ -1,6 +1,6 @@
local _ = {name = "air", param1 = 0}
local T = {name = "ethereal:banana_trunk", param1 = 255}
local T = {name = "ethereal:banana_trunk", param1 = 255, force_place = true}
local L = {name = "ethereal:bananaleaves", param1 = 255}
local l = {name = "ethereal:bananaleaves", param1 = 180}
local B = {name = "ethereal:banana", param1 = 255}

View File

@ -1,7 +1,7 @@
local _ = {name = "air", prob = 0}
local L = {name = "default:leaves", prob = 255}
local T = {name = "default:tree", prob = 255}
local T = {name = "default:tree", prob = 255, force_place = true}
local t = {name = "default:tree", prob = 127}
ethereal.bigtree = {

View File

@ -1,6 +1,6 @@
local _ = {name = "air", param1 = 0}
local T = {name = "ethereal:birch_trunk", param1 = 255}
local T = {name = "ethereal:birch_trunk", param1 = 255, force_place = true}
local L = {name = "ethereal:birch_leaves", param1 = 255}
local l = {name = "ethereal:birch_leaves", param1 = 150}

View File

@ -1,7 +1,7 @@
local _ = {name = "air", prob = 0}
local l = {name = "ethereal:frost_leaves", prob = 255}
local t = {name = "ethereal:frost_tree", prob = 255}
local t = {name = "ethereal:frost_tree", prob = 255, force_place = true}
ethereal.frosttrees = {

View File

@ -2,7 +2,7 @@
local _ = {name = "air", param1 = 0}
local L = {name = "ethereal:lemon_leaves", param1 = 255}
local l = {name = "ethereal:lemon_leaves", param1 = 127}
local T = {name = "default:tree", param1 = 255}
local T = {name = "default:tree", param1 = 255, force_place = true}
local e = {name = "ethereal:lemon", param1 = 100}
ethereal.lemontree = {

View File

@ -1,7 +1,7 @@
local _ = {name = "air", prob = 0}
local M = {name = "ethereal:mushroom", prob = 255}
local T = {name = "ethereal:mushroom_trunk", prob = 255}
local T = {name = "ethereal:mushroom_trunk", prob = 255, force_place = true}
local P = {name = "ethereal:mushroom_pore", prob = 255}
ethereal.mushroomone = {

View File

@ -1,7 +1,7 @@
local _ = {name = "air", param1 = 0}
local L = {name = "ethereal:olive_leaves", param1 = 255}
local T = {name = "ethereal:olive_trunk", param1 = 255}
local T = {name = "ethereal:olive_trunk", param1 = 255, force_place = true}
local o = {name = "ethereal:olive", param1 = 150}
ethereal.olivetree = {

View File

@ -2,7 +2,7 @@
local _ = {name = "air", param1 = 0}
local L = {name = "ethereal:orange_leaves", param1 = 255}
local l = {name = "ethereal:orange_leaves", param1 = 200}
local T = {name = "default:tree", param1 = 255}
local T = {name = "default:tree", param1 = 255, force_place = true}
local o = {name = "ethereal:orange", param1 = 200}
ethereal.orangetree = {

View File

@ -2,7 +2,7 @@
local _ = {name = "air", param = 0}
local L = {name = "ethereal:palmleaves", param = 255}
local l = {name = "ethereal:palmleaves", param = 191}
local T = {name = "ethereal:palm_trunk", param = 255}
local T = {name = "ethereal:palm_trunk", param = 255, force_place = true}
local t = {name = "ethereal:palm_trunk", param = 191}
local C = {name = "ethereal:coconut", param = 127}

View File

@ -1,7 +1,7 @@
local _ = {name = "air", prob = 0}
local L = {name = "ethereal:pineleaves", prob = 255}
local T = {name = "default:pinetree", prob = 255}
local T = {name = "default:pinetree", prob = 255, force_place = true}
ethereal.pinetree = {

View File

@ -1,6 +1,6 @@
local _ = {name = "air", prob = 0}
local T = {name = "ethereal:redwood_trunk", prob = 255}
local T = {name = "ethereal:redwood_trunk", prob = 255, force_place = true}
local L = {name = "ethereal:redwood_leaves", prob = 255}
ethereal.redwood_small_tree = {

View File

@ -1,6 +1,6 @@
local _ = {name = "air", prob = 0}
local T = {name = "ethereal:redwood_trunk", prob = 255}
local T = {name = "ethereal:redwood_trunk", prob = 255, force_place = true}
local L = {name = "ethereal:redwood_leaves", prob = 255}
ethereal.redwood_tree = {

View File

@ -1,4 +1,4 @@
local T = {name = "ethereal:sakura_trunk", param1 = 255}
local T = {name = "ethereal:sakura_trunk", param1 = 255, force_place = true}
local P = {name = "ethereal:sakura_leaves", param1 = 255}
local W = {name = "ethereal:sakura_leaves2", param1 = 255}
local _ = {name = "air", param1 = 255}

View File

@ -1,6 +1,6 @@
local _ = {name = "air", prob = 0}
local T = {name = "default:tree", prob = 255}
local T = {name = "default:tree", prob = 255, force_place = true}
local L = {name = "default:leaves", prob = 255}
local u = {name = "ethereal:vine", prob = 255, param2 = 2}
local U = {name = "ethereal:vine", prob = 255, param2 = 3}

View File

@ -1,7 +1,7 @@
local _ = {name = "air", prob = 0}
local L = {name = "ethereal:willow_twig", prob = 255}
local T = {name = "ethereal:willow_trunk", prob = 255}
local T = {name = "ethereal:willow_trunk", prob = 255, force_place = true}
local t = {name = "ethereal:willow_trunk", prob = 127}
ethereal.willow = {

View File

@ -1,6 +1,6 @@
local _ = {name = "air", prob = 0}
local T = {name = "ethereal:yellow_trunk", prob = 255}
local T = {name = "ethereal:yellow_trunk", prob = 255, force_place = true}
local t = {name = "ethereal:yellow_trunk", prob = 127}
local L = {name = "ethereal:yellowleaves", prob = 255}
local A = {name = "ethereal:golden_apple", prob = 115}