Package | Description |
---|---|
com.legacy.structure_gel.worldgen.jigsaw |
Modifier and Type | Method and Description |
---|---|
void |
GelJigsawStructure.handleStartFactory(GelJigsawStructure.Start start,
net.minecraft.util.registry.DynamicRegistries dynamicRegistries,
net.minecraft.world.gen.ChunkGenerator chunkGen,
net.minecraft.world.gen.feature.template.TemplateManager templateManager,
int chunkX,
int chunkZ,
net.minecraft.world.biome.Biome biome,
net.minecraft.world.gen.feature.structure.VillageConfig config)
Called in the start factory so you won't need to make your own for basic
things.
|