write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
117
mods/ethereal/schematics/mushroomone.lua
Normal file
117
mods/ethereal/schematics/mushroomone.lua
Normal file
|
@ -0,0 +1,117 @@
|
|||
|
||||
local _ = {name = "air", prob = 0}
|
||||
local M = {name = "ethereal:mushroom", prob = 255}
|
||||
local t = {name = "ethereal:mushroom_trunk", prob = 255}
|
||||
local T = {name = "ethereal:mushroom_trunk", prob = 255, force_place = true}
|
||||
local P = {name = "ethereal:mushroom_pore", prob = 255}
|
||||
|
||||
ethereal.mushroomone = {
|
||||
|
||||
size = {x = 8, y = 11, z = 8},
|
||||
|
||||
yslice_prob = {
|
||||
{ypos = 3, prob = 127},
|
||||
{ypos = 4, prob = 127},
|
||||
{ypos = 7, prob = 220}
|
||||
},
|
||||
|
||||
data = {
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,M,M,_,_,_,
|
||||
_,_,_,M,M,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,M,_,_,M,_,_,
|
||||
_,_,M,_,_,M,_,_,
|
||||
_,_,_,M,M,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,M,_,_,_,_,M,_,
|
||||
_,M,_,_,_,_,M,_,
|
||||
_,_,M,P,P,M,_,_,
|
||||
_,_,_,M,M,_,_,_,
|
||||
|
||||
_,_,_,T,T,_,_,_,
|
||||
_,_,_,T,T,_,_,_,
|
||||
_,_,_,T,T,_,_,_,
|
||||
_,_,_,t,t,_,_,_,
|
||||
_,_,_,t,t,_,_,_,
|
||||
_,_,_,t,t,_,_,_,
|
||||
_,_,_,t,t,_,_,_,
|
||||
M,_,_,t,t,_,_,M,
|
||||
M,_,_,t,t,_,_,M,
|
||||
_,M,P,P,P,P,M,_,
|
||||
_,_,M,M,M,M,_,_,
|
||||
|
||||
_,_,_,T,T,_,_,_,
|
||||
_,_,_,T,T,_,_,_,
|
||||
_,_,_,T,T,_,_,_,
|
||||
_,_,_,t,t,_,_,_,
|
||||
_,_,_,t,t,_,_,_,
|
||||
_,_,_,t,t,_,_,_,
|
||||
_,_,_,t,t,_,_,_,
|
||||
M,_,_,t,t,_,_,M,
|
||||
M,_,_,t,t,_,_,M,
|
||||
_,M,P,P,P,P,M,_,
|
||||
_,_,M,M,M,M,_,_,
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,M,_,_,_,_,M,_,
|
||||
_,M,_,_,_,_,M,_,
|
||||
_,_,M,P,P,M,_,_,
|
||||
_,_,_,M,M,_,_,_,
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,M,_,_,M,_,_,
|
||||
_,_,M,_,_,M,_,_,
|
||||
_,_,_,M,M,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,M,M,_,_,_,
|
||||
_,_,_,M,M,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue