diff --git a/schematics/banana_tree.lua b/schematics/banana_tree.lua index 6c88c4f..e554aa1 100644 --- a/schematics/banana_tree.lua +++ b/schematics/banana_tree.lua @@ -1,6 +1,6 @@ local _ = {name = "air", param1 = 0} -local T = {name = "ethereal:banana_trunk", param1 = 255, force_place = true} +local T = {name = "ethereal:banana_trunk", param1 = 255} local L = {name = "ethereal:bananaleaves", param1 = 255} local l = {name = "ethereal:bananaleaves", param1 = 180} local B = {name = "ethereal:banana", param1 = 255} diff --git a/schematics/bigtree.lua b/schematics/bigtree.lua index 5dfae28..689149b 100644 --- a/schematics/bigtree.lua +++ b/schematics/bigtree.lua @@ -1,7 +1,7 @@ local _ = {name = "air", prob = 0} local L = {name = "default:leaves", prob = 255} -local T = {name = "default:tree", prob = 255, force_place = true} +local T = {name = "default:tree", prob = 255} local t = {name = "default:tree", prob = 127} ethereal.bigtree = { diff --git a/schematics/birch_tree.lua b/schematics/birch_tree.lua index 0f104e2..5fdd5b8 100644 --- a/schematics/birch_tree.lua +++ b/schematics/birch_tree.lua @@ -1,6 +1,6 @@ local _ = {name = "air", param1 = 0} -local T = {name = "ethereal:birch_trunk", param1 = 255, force_place = true} +local T = {name = "ethereal:birch_trunk", param1 = 255} local L = {name = "ethereal:birch_leaves", param1 = 255} local l = {name = "ethereal:birch_leaves", param1 = 150} diff --git a/schematics/frosttrees.lua b/schematics/frosttrees.lua index d671c5b..93f1256 100644 --- a/schematics/frosttrees.lua +++ b/schematics/frosttrees.lua @@ -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, force_place = true} +local t = {name = "ethereal:frost_tree", prob = 255} ethereal.frosttrees = { diff --git a/schematics/lemon_tree.lua b/schematics/lemon_tree.lua index 5521cf6..bd95501 100644 --- a/schematics/lemon_tree.lua +++ b/schematics/lemon_tree.lua @@ -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, force_place = true} +local T = {name = "default:tree", param1 = 255} local e = {name = "ethereal:lemon", param1 = 100} ethereal.lemontree = { diff --git a/schematics/mushroomone.lua b/schematics/mushroomone.lua index 944843d..f4535ba 100644 --- a/schematics/mushroomone.lua +++ b/schematics/mushroomone.lua @@ -1,7 +1,7 @@ local _ = {name = "air", prob = 0} local M = {name = "ethereal:mushroom", prob = 255} -local T = {name = "ethereal:mushroom_trunk", prob = 255, force_place = true} +local T = {name = "ethereal:mushroom_trunk", prob = 255} local P = {name = "ethereal:mushroom_pore", prob = 255} ethereal.mushroomone = { diff --git a/schematics/olive_tree.lua b/schematics/olive_tree.lua index 922e7f8..af6e2c3 100644 --- a/schematics/olive_tree.lua +++ b/schematics/olive_tree.lua @@ -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, force_place = true} +local T = {name = "ethereal:olive_trunk", param1 = 255} local o = {name = "ethereal:olive", param1 = 150} ethereal.olivetree = { diff --git a/schematics/orange_tree.lua b/schematics/orange_tree.lua index 6b38ea7..3180109 100644 --- a/schematics/orange_tree.lua +++ b/schematics/orange_tree.lua @@ -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, force_place = true} +local T = {name = "default:tree", param1 = 255} local o = {name = "ethereal:orange", param1 = 200} ethereal.orangetree = { diff --git a/schematics/palmtree.lua b/schematics/palmtree.lua index 207eaab..88a9973 100644 --- a/schematics/palmtree.lua +++ b/schematics/palmtree.lua @@ -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, force_place = true} +local T = {name = "ethereal:palm_trunk", param = 255} local t = {name = "ethereal:palm_trunk", param = 191} local C = {name = "ethereal:coconut", param = 127} diff --git a/schematics/pinetree.lua b/schematics/pinetree.lua index de7317a..6990f88 100644 --- a/schematics/pinetree.lua +++ b/schematics/pinetree.lua @@ -1,7 +1,7 @@ local _ = {name = "air", prob = 0} local L = {name = "ethereal:pineleaves", prob = 255} -local T = {name = "default:pinetree", prob = 255, force_place = true} +local T = {name = "default:pinetree", prob = 255} ethereal.pinetree = { diff --git a/schematics/redwood_small_tree.lua b/schematics/redwood_small_tree.lua index aece10f..5af4914 100644 --- a/schematics/redwood_small_tree.lua +++ b/schematics/redwood_small_tree.lua @@ -1,6 +1,6 @@ local _ = {name = "air", prob = 0} -local T = {name = "ethereal:redwood_trunk", prob = 255, force_place = true} +local T = {name = "ethereal:redwood_trunk", prob = 255} local L = {name = "ethereal:redwood_leaves", prob = 255} ethereal.redwood_small_tree = { diff --git a/schematics/redwood_tree.lua b/schematics/redwood_tree.lua index a3a5279..43874ba 100644 --- a/schematics/redwood_tree.lua +++ b/schematics/redwood_tree.lua @@ -1,6 +1,6 @@ local _ = {name = "air", prob = 0} -local T = {name = "ethereal:redwood_trunk", prob = 255, force_place = true} +local T = {name = "ethereal:redwood_trunk", prob = 255} local L = {name = "ethereal:redwood_leaves", prob = 255} ethereal.redwood_tree = { diff --git a/schematics/sakura.lua b/schematics/sakura.lua index 8522cd5..148149c 100644 --- a/schematics/sakura.lua +++ b/schematics/sakura.lua @@ -1,4 +1,4 @@ -local T = {name = "ethereal:sakura_trunk", param1 = 255, force_place = true} +local T = {name = "ethereal:sakura_trunk", param1 = 255} local P = {name = "ethereal:sakura_leaves", param1 = 255} local W = {name = "ethereal:sakura_leaves2", param1 = 255} local _ = {name = "air", param1 = 255} diff --git a/schematics/vinetree.lua b/schematics/vinetree.lua index a56b6c2..606cca8 100644 --- a/schematics/vinetree.lua +++ b/schematics/vinetree.lua @@ -1,6 +1,6 @@ local _ = {name = "air", prob = 0} -local T = {name = "default:tree", prob = 255, force_place = true} +local T = {name = "default:tree", prob = 255} 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} diff --git a/schematics/waterlily.lua b/schematics/waterlily.lua index 340e7c9..888b873 100644 --- a/schematics/waterlily.lua +++ b/schematics/waterlily.lua @@ -6,11 +6,9 @@ ethereal.waterlily = { size = {x = 1, y = 3, z = 1}, data = { - {name = "default:sand", param1 = 255}, {name = "default:water_source", param1 = 255}, {name = "flowers:waterlily", param1 = 255}, - } } diff --git a/schematics/willow.lua b/schematics/willow.lua index 2e1c3fa..d3724f5 100644 --- a/schematics/willow.lua +++ b/schematics/willow.lua @@ -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, force_place = true} +local T = {name = "ethereal:willow_trunk", prob = 255} local t = {name = "ethereal:willow_trunk", prob = 127} ethereal.willow = { diff --git a/schematics/yellowtree.lua b/schematics/yellowtree.lua index bed770a..91019ec 100644 --- a/schematics/yellowtree.lua +++ b/schematics/yellowtree.lua @@ -1,6 +1,6 @@ local _ = {name = "air", prob = 0} -local T = {name = "ethereal:yellow_trunk", prob = 255, force_place = true} +local T = {name = "ethereal:yellow_trunk", prob = 255} local t = {name = "ethereal:yellow_trunk", prob = 127} local L = {name = "ethereal:yellowleaves", prob = 255} local A = {name = "ethereal:golden_apple", prob = 115}