feat: Add latitude-based world generation with extra-large biomes
- Custom BiomeSource distributes biomes by Z coordinate (north=cold, south=hot) - Extra-large biomes (~3000 blocks, 8x vanilla) - Underground biomes follow surface temperature logic - Always spawn in plains near Z=0 - Welcome message explaining latitude mechanics - Uses amplified noise settings for higher mountains - BOP biomes integrated in temperature bands - Selectable as 'Large Latitude' world type in world creation - New config section 'world_generation' - Version bumped to 2.2.0
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ plugins {
|
||||
id 'net.minecraftforge.gradle' version '[6.0.16,6.2)'
|
||||
}
|
||||
|
||||
version = '2.1.12'
|
||||
version = '2.2.0'
|
||||
group = 'com.aulyrius.custom_ore_gen'
|
||||
archivesBaseName = 'custom_ore_gen'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user