LevelZ File Format
  • 🏠Home
  • Documentation
    • Introduction
    • 📑Headers
    • 📦Blocks
    • 🧭Coordinates
    • Conclusion
  • Usage
    • Bindings
    • CLI
  • Examples
    • 2D Examples
      • 🌾Grasslands
      • 🌋Volcano
    • 3D Examples
      • 🌾Grasslands
Powered by GitBook
On this page
  1. Examples
  2. 3D Examples

Grasslands

Previous3D Examples

Last updated 1 year ago

Level 1

Level 1 includes a 3D map for grass, dirt, and some random points for grass, dirt, and stone.

🌾
https://github.com/LevelZ-File/examples/blob/master/3D/grasslands/1.lvlz
@type 3
@spawn default
---
grass: [1, 0, 0]
grass: [0, 0, -1]
grass: (-2, 2, 0, 0, -2, 2)^[0, 0, 0]
dirt: (-2, 2, 0, 0, -2, 2)^[0, -1, 0]
{grass,dirt}: (-3, 3, 0, 0, -3, 3)^[0, -2, 0]
{0.3=dirt, 0.7=stone}: (-5, 5, 0, 0, -5, 5)^[0, -3, 0]
end