Skip to content

Commit

Permalink
Move aquifer and structure weight samplers to chunk gen package
Browse files Browse the repository at this point in the history
as required by visibility

Fixes FabricMC#2057

Signed-off-by: liach <liach@users.noreply.github.com>
  • Loading branch information
liach committed Feb 14, 2021
1 parent 629b96e commit f498af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS net/minecraft/class_5832 net/minecraft/world/gen/AquiferSampler
CLASS net/minecraft/class_5832 net/minecraft/world/gen/chunk/AquiferSampler
FIELD field_28814 waterLevelNoise Lnet/minecraft/class_5216;
FIELD field_28815 settings Lnet/minecraft/class_5284;
FIELD field_28816 waterLevels [I
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS net/minecraft/class_5817 net/minecraft/world/gen/StructureWeightSampler
CLASS net/minecraft/class_5817 net/minecraft/world/gen/chunk/StructureWeightSampler
COMMENT Applies weights to noise values if they are near structures, placing terrain under them and hollowing out the space above them.
FIELD field_28740 INSTANCE Lnet/minecraft/class_5817;
FIELD field_28741 STRUCTURE_WEIGHT_TABLE [F
Expand Down

0 comments on commit f498af5

Please sign in to comment.