Skip to content

Commit

Permalink
pixelsAreChunks = false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ToCraft committed Oct 30, 2024
1 parent 23df737 commit aca2797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@SuppressWarnings("OptionalUsedAsFieldOrParameterType")
public final class MapSettings {
static final MapSettings DEFAULT = new MapSettings(null, true, 1, new ArrayList<>(), null, BlockLayer.defaultLayers(-64), 66, -64, 279, 64, BasicSurface.DEFAULT, 31, Optional.empty(), Optional.empty(), List.of(CarverSetting.DEFAULT));
static final MapSettings DEFAULT = new MapSettings(null, false, 1, new ArrayList<>(), null, BlockLayer.defaultLayers(-64), 66, -64, 279, 64, BasicSurface.DEFAULT, 31, Optional.empty(), Optional.empty(), List.of(CarverSetting.DEFAULT));

public static final Codec<MapSettings> CODEC = RecordCodecBuilder.create((instance) -> instance.group(
ResourceLocation.CODEC.fieldOf("biome_map").forGetter(o -> o.mapId),
Expand Down

0 comments on commit aca2797

Please sign in to comment.