write something there

This commit is contained in:
N-Nachtigal 2025-05-04 16:01:41 +02:00
commit b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions

View file

@ -0,0 +1,48 @@
local _ = {name = "air", param1 = 000}
local S = {name = "default:stone", param1 = 255}
local s = {name = "default:stone", param1 = 127}
local C = {name = "default:cobble", param1 = 255}
local c = {name = "default:cobble", param1 = 127}
ethereal.desertstone_under_spike = {
size = {x = 3, y = 8, z = 3},
yslice_prob = {
{ypos = 3, prob = 127},
{ypos = 5, prob = 127},
{ypos = 6, prob = 127},
},
data = {
C,S,C,
C,S,C,
_,S,_,
_,S,_,
_,C,_,
_,_,_,
_,_,_,
_,_,_,
S,S,S,
S,S,S,
S,S,S,
_,S,_,
_,S,_,
_,S,_,
_,S,_,
_,C,_,
C,S,C,
C,S,C,
_,S,_,
_,S,_,
_,C,_,
_,_,_,
_,_,_,
_,_,_,
}
}