From ca8faad219108c377bbcd62a26d943ac694e6d9b Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 8 May 2023 08:05:09 +0100 Subject: [PATCH] revert bamboo force placement --- schematics/bamboo_tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schematics/bamboo_tree.lua b/schematics/bamboo_tree.lua index 65b6898..00e0650 100644 --- a/schematics/bamboo_tree.lua +++ b/schematics/bamboo_tree.lua @@ -1,6 +1,6 @@ local _ = {name = "air", param1 = 000} -local B = {name = "ethereal:bamboo", param1 = 255, force_place = true} +local B = {name = "ethereal:bamboo", param1 = 255} local L = {name = "ethereal:bamboo_leaves", param1 = 255} local l = {name = "ethereal:bamboo_leaves", param1 = 100}