CrystalCraftMC / CrystalSpace

Bringing the unexplored frontier of space to Minecraft
https://crystalcraftmc.com
Mozilla Public License 2.0
4 stars 11 forks source link

Planet generator and new (>1.6?) blocks #15

Closed iffa closed 9 years ago

iffa commented 9 years ago

As we all know in its current state the generator will not for some reason understand and put to use new Materials/blocks - we need to find out if it's our code's fault or if it is not an issue on our end.

I shall comment whatever I find out once I get everything up and running on my end.

iffa commented 9 years ago

New blocks do not work due to a limitation in the ChunkGenerator code itself: https://hub.spigotmc.org/jira/browse/SPIGOT-121

New blocks no longer have these "magic values", and cannot be generated in the ChunkGenerator itself, so in order to generate them a populator would have to be used (which is really hard to implement in CrystalSpace).

iffa commented 9 years ago

Fixed with commit https://github.com/CrystalCraftMC/CrystalSpace/commit/d029868f46f2dce771e6286bec9dad7579020bc4

More testing + messing around needed to see if data values etc. work properly

jwflory commented 9 years ago

I plan to test this soon for clarification!