Terasology / TutorialWorldGeneration

A tutorial on the facet world generation system
http://terasology.github.io/TutorialWorldGeneration
10 stars 21 forks source link

chore: fix imports, replace Region with BlockArea and BlockRegion #19

Closed sin3point14 closed 3 years ago

naalit commented 3 years ago

It should compile and work now, since I replaced the uses of old APIs that don't exist anymore. The zoned world generator still won't work due to a bug in WorldBuilder in the engine - see https://github.com/MovingBlocks/Terasology/pull/4751.