---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ 0, 0, 0 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -1, 1, 0 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ 0, 1, -1 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -3, 2, 1 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -4, 3, 1 ]

---
kind: Building
spec:
  name: Small Oak Trees
  location: [ -4, 3, 1 ]
  facingDirection: RIGHT

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -3, 3, 0 ]

---
kind: Building
spec:
  name: Large Oak Trees
  location: [ -3, 3, 0 ]
  facingDirection: RIGHT

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -2, 3, -1 ]

---
kind: Building
spec:
  name: Small Pine Trees
  location: [ -2, 3, -1 ]
  facingDirection: RIGHT

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -1, 3, -2 ]

---
kind: Building
spec:
  name: Large Pine Trees
  location: [ -1, 3, -2 ]
  facingDirection: RIGHT

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ 0, 3, -3 ]

---
kind: Building
spec:
  name: Small Rocks
  location: [ 0, 3, -3 ]
  facingDirection: RIGHT

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ 1, 3, -4 ]

---
kind: Building
spec:
  name: Large Rocks
  location: [ 1, 3, -4 ]
  facingDirection: RIGHT

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ 1, 2, -3 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ 0, 2, -2 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -1, 2, -1 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -2, 2, 0 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -4, 4, 0 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -3, 4, -1 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -2, 4, -2 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -1, 4, -3 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ 0, 4, -4 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -3, 5, -2 ]

---
kind: Tile
spec:
  biome: DISCOVERED
  location: [ -2, 5, -3 ]
