Terasology / DynamicCities

Cities that get fancy!
18 stars 14 forks source link

chore: update SolidRasterizer to use new Biome API to query block types #99

Closed naalit closed 3 years ago

naalit commented 3 years ago

Now that CoreWorlds uses the new API (https://github.com/Terasology/CoreWorlds/pull/35), DynamicCities can use it as well. It makes the rasterizer much simpler, and allows Metal Renegades (which uses DynamicCities' SolidRasterizer) to add new biomes without changing the rasterizer. This change shouldn't change the behavior of anything, if it does something else probably needs to be updated.