Skip to content

Commit 6252dce

Browse files
committed
chore(minecraft): implementation breakages of 25w32a
Breaking Change: - Removed Spawn Chunk Radius gamerule - Removed jagged noise generation configuration See: https://minecraft.wiki/w/Java_Edition_25w32a
1 parent 4207e6f commit 6252dce

File tree

1 file changed

+0
-7
lines changed
  • src/main/java/org/spongepowered/api/world/generation/config/noise

1 file changed

+0
-7
lines changed

src/main/java/org/spongepowered/api/world/generation/config/noise/NoiseRouter.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ public interface NoiseRouter {
100100
*/
101101
DensityFunction ridges();
102102

103-
/**
104-
* Returns the density function for initialDensityWithoutJaggedness
105-
*
106-
* @return The density function
107-
*/
108-
DensityFunction initialDensityWithoutJaggedness();
109-
110103
/**
111104
* Returns the density function for finalDensity
112105
*

0 commit comments

Comments
 (0)