biome forest spawner

This commit is contained in:
Ed
2024-08-03 21:35:42 +03:00
parent ff3656b417
commit 62559cfb19
3 changed files with 16 additions and 1 deletions

View File

@@ -39,4 +39,16 @@
- state: cave
- state: frame
- type: CP14BiomeSpawner
biome: CP14CavesGeneric
biome: CP14CavesGeneric
- type: entity
id: CP14BiomeSpawnerForest
parent: CP14BaseBiomeSpawner
suffix: Forest
components:
- type: Sprite
layers:
- state: forest
- state: frame
- type: CP14BiomeSpawner
biome: CP14GrasslandHills

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

View File

@@ -15,6 +15,9 @@
},
{
"name": "grass"
},
{
"name": "forest"
}
]
}