World Preview

World Preview

1.2k Downloads

Noise view and Noise Router info

SettingDust opened this issue · 6 comments

commented

Feature Request

Helpful for data pack developing

commented

Could you please provide a bit more information on what exactly you want? What is Noise view and Noise Router info? Do you have examples?

I am not familiar with data pack development. I just call a function with a block position, and it tells me the biome.

commented

Noise router is the info in F3 that decide the terrain and biomes.
https://minecraft.wiki/w/Noise_router
图片
https://minecraft.wiki/w/Debug_screen
https://minecraft.wiki/w/World_generation#Biomes

Noise view is showing the noise value that can get the sampler from Chunk#getOrCreateChunkNoiseSampler
The result should looks like https://misode.github.io/worldgen/noise/?version=1.21 and https://minecraft.wiki/w/File:Biome_and_density_functions.png
图片

EDIT: For reference, there is a gamerule in https://modrinth.com/mod/worldgen-devtools to generating noise only

commented

So, if I understand you correctly, this would mean Adding the F3 noise router info to the hover info and adding new "heightmap" views for each noise function?

commented

So, if I understand you correctly, this would mean Adding the F3 noise router info to the hover info and adding new "heightmap" views for each noise function?

More or less. Looks like NoiseRouter includes all the info needing to calc

commented

This is now implemented in version 1.3.0

commented

For anyone can't see the values. The tooltip is controlled by language. The english will show the values