NucleoidMC / fantasy

Library to support creating dimensions at runtime
GNU Lesser General Public License v3.0
96 stars 28 forks source link

How to create a void world #47

Closed Aareon closed 5 months ago

Aareon commented 5 months ago

Is there a need for a ChunkGenerator to generate a void world? Sorry for the very basic question, I'm quite new to Minecraft modding.

haykam821 commented 5 months ago

A chunk generator is required, but Fantasy provides a void chunk generator with the VoidChunkGenerator class.

Aareon commented 5 months ago

Thanks so much, I did end up finding this shortly after posting this issue. See: VoidWeaverCommands.java#L100