User Tools

Site Tools


tutorial:chunkgenerator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tutorial:chunkgenerator [2024/05/31 18:46] – [Registering and Codecs] miirtutorial:chunkgenerator [2025/02/08 20:28] (current) – adds note to use Registries.CHUNK_GENERATOR on 1.19.3 and above 3xpl0173d
Line 139: Line 139:
 Registry.register(Registry.CHUNK_GENERATOR, new Identifier("wiki-example", "example"), ExampleChunkGenerator.CODEC); Registry.register(Registry.CHUNK_GENERATOR, new Identifier("wiki-example", "example"), ExampleChunkGenerator.CODEC);
 </code> </code>
 +//* For Minecraft Versions 1.19.3 and above, use ''Registries.CHUNK_GENERATOR'' instead of ''Registry.CHUNK_GENERATOR''
 +//
  
 Now, you can create json files to use your new chunk generator: Now, you can create json files to use your new chunk generator:
tutorial/chunkgenerator.1717181218.txt.gz · Last modified: 2024/05/31 18:46 by miir