Add plantlike_rooted coral

This commit is contained in:
Ezhh 2018-11-15 00:49:16 +00:00 committed by GitHub
parent 5f61379757
commit 21f5eaade0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 171 additions and 46 deletions

View file

@ -2083,44 +2083,6 @@ mts_save("papyrus", {
})
-- Corals
local C = {name = "default:coral_brown", prob = 255, force_place = true}
local c = {name = "default:coral_brown", prob = 191, force_place = true}
local O = {name = "default:coral_orange", prob = 255, force_place = true}
local o = {name = "default:coral_orange", prob = 191, force_place = true}
local X = {name = "default:coral_skeleton", prob = 255, force_place = true}
local x = {name = "default:coral_skeleton", prob = 63, force_place = true}
mts_save("corals", {
size = {x = 5, y = 3, z = 5},
data = {
_, _, _, _, _,
o, C, O, c, _,
_, C, x, _, _,
_, _, X, _, _,
C, O, O, C, o,
c, c, O, o, x,
_, X, X, X, _,
c, C, C, O, O,
O, C, O, C, c,
_, _, X, _, _,
x, O, C, O, C,
_, x, C, O, _,
_, _, _, _, _,
_, o, O, C, c,
_, _, o, _, _,
},
yslice_prob = {
{ypos = 2, prob = 127},
}
})
-- Bush
local L = {name = "default:bush_leaves", prob = 255}