As of 22w07a (mod version 1.4.61), `sample_noise` always returns null, despite what the documentation says.
James103 opened this issue ยท 2 comments
fabric-carpet/src/main/java/carpet/script/api/WorldAccess.java
Lines 1624 to 1626 in 74f56c1
Exactly as the title says.
According to the documentation, the function should return (one or more properties of the) noise map at a given location.
It was mentioned in the release, but it hasn't been fixed yet. I don't think it was expected to be disabled for so long, that's why docs weren't changed.
Resolved given sample_noise
has now been replaced by compute_density_function
in f2c658b