mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 05:01:41 -04:00
Update schematic_tables.txt (large_cactus)
This commit is contained in:
parent
3ad8a6a473
commit
e18b0d10b4
1 changed files with 3 additions and 3 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Reference in a new issue