Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7d8239c
feat: replace palm tree leaf textures with new stylized leaf art
tcm390 Mar 17, 2026
c2b2b52
feat: update palm leaf textures with muted green colorization and cle…
tcm390 Mar 17, 2026
24c6a40
refactor: remove coconut tree type from woodcutting manifest
tcm390 Mar 17, 2026
53aa866
feat: brighten dead tree and wind pine bark textures to match pine ba…
tcm390 Mar 17, 2026
bdfa923
feat: darken dead tree bark textures and sync woodcutting manifest
tcm390 Mar 17, 2026
c95f4fa
feat: add banana tree models and update woodcutting manifest
tcm390 Mar 17, 2026
9c59da2
feat: add yucca tree models and update woodcutting manifest
tcm390 Mar 17, 2026
a9f0617
feat: add windswept tree models with sand-colored leaves and bark tex…
tcm390 Mar 17, 2026
1138e2c
fix: update duel arena bounds, NPC positions, and remove stale subZon…
tcm390 Mar 18, 2026
4e2a027
fix: move arena and home positions to new terrain location
tcm390 Mar 19, 2026
81d2e66
feat: adjust terrain biome textures — darken grass, brown dirt, grey …
tcm390 Mar 19, 2026
3830340
fix: scale up oak_01 model and adjust yucca tree scale
tcm390 Mar 19, 2026
802a9c8
fix: lighten grass texture slightly and add subtle yellow tint
tcm390 Mar 19, 2026
6684593
fix: scale up oak_04 model to match other oak variants
tcm390 Mar 19, 2026
15b2731
fix: adjust palm and banana tree scales for better sizing
tcm390 Mar 19, 2026
7c35442
refactor: remove unused tree types from woodcutting manifest
tcm390 Mar 19, 2026
03e8408
fix: update knotwood and maple tree models and manifests
tcm390 Mar 19, 2026
b8dc81c
fix: brighten and warm terrain biome textures
tcm390 Mar 25, 2026
3ab0c3d
fix: replace pine models with corrected vertex colors and textures
tcm390 Mar 25, 2026
0c2d1e2
feat: add dead pine tree models and increase terrain slope limits
tcm390 Mar 25, 2026
b35fe6e
feat: add snow pine tree models and woodcutting manifest entry
tcm390 Mar 25, 2026
3508649
fix: correct world area bounds for home and arena icons
tcm390 Mar 25, 2026
4e275f6
fix: increase dead tree scale from 0.006 to 0.0075
tcm390 Mar 28, 2026
af3bd76
Merge branch 'main' into tcm/refactor-tree-vegetation-models
tcm390 Mar 28, 2026
6a48ca4
chore: align woodcutting manifest with models/trees folder layout
tcm390 Apr 6, 2026
54930ce
refactor(assets): reorganize tree GLBs into per-type subdirectories
tcm390 Apr 6, 2026
9fe7891
refactor(textures): remap grass.png to olive-green matching reference
tcm390 Apr 7, 2026
4bef387
refactor(assets): update pine tree models (pine_01–05, all LODs)
tcm390 Apr 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 9 additions & 9 deletions manifests/biomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"terrainMultiplier": 1,
"waterLevel": 0,
"maxSlope": 0.8,
"maxSlope": 1.5,
"mobTypes": [],
"difficulty": 0,
"baseHeight": 0,
Expand Down Expand Up @@ -152,7 +152,7 @@
],
"terrainMultiplier": 1,
"waterLevel": 0,
"maxSlope": 0.8,
"maxSlope": 1.5,
"mobTypes": [
"goblin",
"bandit"
Expand Down Expand Up @@ -241,7 +241,7 @@
],
"terrainMultiplier": 1,
"waterLevel": 0,
"maxSlope": 0.8,
"maxSlope": 1.5,
"mobTypes": [],
"difficulty": 0,
"baseHeight": 0,
Expand Down Expand Up @@ -355,7 +355,7 @@
],
"terrainMultiplier": 1,
"waterLevel": 0,
"maxSlope": 0.9,
"maxSlope": 2.0,
"mobTypes": [],
"difficulty": 2,
"baseHeight": 0.5,
Expand Down Expand Up @@ -472,7 +472,7 @@
],
"terrainMultiplier": 1,
"waterLevel": 0,
"maxSlope": 0.8,
"maxSlope": 1.5,
"mobTypes": [],
"difficulty": 3,
"baseHeight": 0.3,
Expand Down Expand Up @@ -558,7 +558,7 @@
],
"terrainMultiplier": 1,
"waterLevel": 0,
"maxSlope": 0.6,
"maxSlope": 1.2,
"mobTypes": [
"goblin",
"bandit",
Expand Down Expand Up @@ -656,7 +656,7 @@
],
"terrainMultiplier": 1,
"waterLevel": 0,
"maxSlope": 0.8,
"maxSlope": 1.5,
"mobTypes": [],
"difficulty": 0,
"baseHeight": 0,
Expand Down Expand Up @@ -725,7 +725,7 @@
],
"terrainMultiplier": 1,
"waterLevel": 0,
"maxSlope": 0.5,
"maxSlope": 1.0,
"mobTypes": [
"bandit"
],
Expand Down Expand Up @@ -814,7 +814,7 @@
],
"terrainMultiplier": 1,
"waterLevel": 0,
"maxSlope": 2.5,
"maxSlope": 3.0,
"mobTypes": [
"goblin",
"bandit",
Expand Down
Loading
Loading