Files
custom_ore_gem/src/main/resources/META-INF/mods.toml
T
root ee1b203a7f 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
2026-05-13 10:05:09 +00:00

33 lines
1011 B
TOML

modLoader="javafml"
loaderVersion="[47,)"
license="Not specified"
[[mods]]
modId="custom_ore_gen"
version="2.2.0-forge"
displayName="Custom Ore Gen"
displayURL="https://lanro.eu"
credits="Created using mod maker MCreator - https://mcreator.net/about"
authors="Aulyrius cr\u00E9e via MCreator"
description="Changement de la distribution des ressources. Monde latitude extra-large avec biomes r\u00E9partis par Z (nord=froid, sud=chaud), montagnes amplifi\u00E9es, grottes suivent la surface. Ne pas utiliser seul sans KubeJS."
# Start of user code block mod configuration
# End of user code block mod configuration
[[dependencies.custom_ore_gen]]
modId="minecraft"
mandatory=true
versionRange="[1.20.1]"
ordering="AFTER"
side="BOTH"
[[dependencies.custom_ore_gen]]
modId="kubejs"
mandatory=true
versionRange="[1902.6.2-build.359,)"
ordering="AFTER"
side="BOTH"
# Start of user code block dependencies configuration
# End of user code block dependencies configuration