Conclusion
@type 2
@spawn [0, 0]
@mycustomheader myvalue
---
grass: [0, 0]*[0, 1]
{stone, grass}: [1, 0]*[1, 1]
endEnd Keyword
@type 2
@spawn [5, 0]
---
grass: [0, 0]
stone: [0, 1]*[-1, 2]Comments
@type 3
@spawn [1, 1, 4]
---
grass: (0, 10, 0, 0, 0, 10)^[0, 0, 0]
end
Wrote a simple grass platform over here. Looks pretty good.Last updated