Expose InternalBiomeUtils.transformBiome
See original GitHub issuetransformBiome
can be used by dimension mods for transforming modded biomes into their variants, which is done in the SetBaseBiomesLayer
mixin in the biome API. (SetBaseBiomesLayer
places all registered continental biomes, so I can’t use that directly.)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
KaptainWutax/BiomeUtils - GitHub
This library aims to give easy access to the different biomes generations of Minecraft. It is not direct copy of Minecraft source code...
Read more >What is a Learning Ecosystem? And How Does it Support ...
The term “learning ecosystem” is a trendy one in learning and development circles. It's an important idea; understanding it helps organizations and their ......
Read more >Plugin API - Vite
Internally, plugins that use virtual modules should prefix the module ID with \0 while resolving the id, a convention from the rollup ecosystem....
Read more >Ecosystem File - PM2
Advanced process manager for production Node.js applications. Load balancer, logs facility, startup script, micro service management, at a glance.
Read more >Network Exposure - Enable 5G Innovation - Ericsson
The 5G core network expose standard APIs to the internal or external developer ecosystem to be called on and consumed by their applications...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Anyway, we should expose it through a method in
FabricBiomes
, I think (since that’s the class for stuff not pertaining to a specific dimension). PossiblyFabricBiomes#transformBiome
orFabricBiomes#transformBiomeVariant
?@valoeghese should speak given he wrote the biome api.