Update schematic_tables.txt (large_cactus)

This commit is contained in:
mruncreative 2024-06-01 18:14:21 +02:00 committed by GitHub
parent 3ad8a6a473
commit e18b0d10b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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},