From e18b0d10b47d65b12d57df82018d38ed2962706a Mon Sep 17 00:00:00 2001 From: mruncreative <67873653+mruncreative@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:14:21 +0200 Subject: [PATCH] Update schematic_tables.txt (large_cactus) --- schematic_tables.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schematic_tables.txt b/schematic_tables.txt index eff2d359..14e696a9 100644 --- a/schematic_tables.txt +++ b/schematic_tables.txt @@ -2045,9 +2045,9 @@ mts_save("aspen_log", { -- Large cactus -local C = {name = "default:cactus", prob = 255, param2 = 20} -local R = {name = "default:cactus", prob = 255, param2 = 20, force_place = true} -local E = {name = "default:cactus", prob = 127, param2 = 20} +local C = {name = "default:cactus", prob = 255} +local R = {name = "default:cactus", prob = 255, force_place = true} +local E = {name = "default:cactus", prob = 127} mts_save("large_cactus", { size = {x = 5, y = 7, z = 5},