Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CLASS net/minecraft/class_3864 net/minecraft/world/gen/feature/DefaultBiomeFeatures
METHOD method_1_4420 addSulfurCavesDecoration (Lnet/minecraft/class_5485$class_5495;)V
ARG 0 builder
METHOD method_1_4972 addSulfurSpikes (Lnet/minecraft/class_5485$class_5495;)V
ARG 0 builder
METHOD method_16957 addWindsweptHillsTrees (Lnet/minecraft/class_5485$class_5495;)V
ARG 0 builder
METHOD method_16958 addWindsweptForestTrees (Lnet/minecraft/class_5485$class_5495;)V
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CLASS net/minecraft/class_6801 net/minecraft/world/gen/feature/UndergroundConfiguredFeatures
FIELD field_1_3727 ROOTED_SULFUR_SPRING Lnet/minecraft/class_5321;
FIELD field_1_5769 SULFUR_SPIKE Lnet/minecraft/class_5321;
FIELD field_1_5770 SULFUR_SPIKE_CLUSTER Lnet/minecraft/class_5321;
FIELD field_35770 MONSTER_ROOM Lnet/minecraft/class_5321;
FIELD field_35771 FOSSIL_COAL Lnet/minecraft/class_5321;
FIELD field_35772 FOSSIL_DIAMONDS Lnet/minecraft/class_5321;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CLASS net/minecraft/class_6812 net/minecraft/world/gen/feature/UndergroundPlacedFeatures
FIELD field_1_3770 ROOTED_SULFUR_SPRING Lnet/minecraft/class_5321;
FIELD field_1_5801 SULFUR_SPIKE Lnet/minecraft/class_5321;
FIELD field_1_5802 SULFUR_SPIKE_CLUSTER Lnet/minecraft/class_5321;
FIELD field_35980 MONSTER_ROOM Lnet/minecraft/class_5321;
FIELD field_35981 MONSTER_ROOM_DEEP Lnet/minecraft/class_5321;
FIELD field_35982 FOSSIL_UPPER Lnet/minecraft/class_5321;
Expand Down
Loading