1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-27 11:25:24 +01:00

Rename perlin noise to value noise (#15858)

This commit is contained in:
Erich Schubert
2025-04-10 14:39:40 +02:00
committed by GitHub
parent 372e37faf2
commit 78293404c7
27 changed files with 339 additions and 309 deletions

View File

@@ -19,7 +19,7 @@ read_globals = {
"VoxelManip",
"profiler",
"Settings",
"PerlinNoise", "PerlinNoiseMap",
"ValueNoise", "ValueNoiseMap",
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "copy_with_metatables", "getn", "indexof", "keyof", "insert_all"}},