Skip to content

Commit

Permalink
1.19.4 BiomeNMS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 15, 2023
1 parent 459f0b8 commit e737d95
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@

public class BiomeNMSImpl extends BiomeNMS {

public static final MethodHandle BIOME_CLIMATESETTINGS_CONSTRUCTOR = ReflectionHelper.getConstructor(Biome.class.getDeclaredClasses()[0], Biome.Precipitation.class, float.class, Biome.TemperatureModifier.class, float.class);
public static final MethodHandle BIOME_CLIMATESETTINGS_CONSTRUCTOR = ReflectionHelper.getConstructor(Biome.class.getDeclaredClasses()[0], boolean.class, float.class, Biome.TemperatureModifier.class, float.class);

public Holder<Biome> biomeHolder;
public ServerLevel world;
Expand Down

0 comments on commit e737d95

Please sign in to comment.