forked from FabricMC/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dynamic registries * Dynamic -> Builtin
- Loading branch information
Showing
7 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS net/minecraft/class_5468 net/minecraft/structure/pool/TemplatePools | ||
FIELD field_26254 EMPTY Lnet/minecraft/class_3785; | ||
FIELD field_26255 INVALID Lnet/minecraft/class_3785; | ||
METHOD method_30600 register (Lnet/minecraft/class_3785;)Lnet/minecraft/class_3785; | ||
ARG 0 templatePool |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/structure/processor/ProcessorLists.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_5469 net/minecraft/structure/processor/ProcessorLists | ||
METHOD method_30601 register (Ljava/lang/String;Lcom/google/common/collect/ImmutableList;)Lcom/google/common/collect/ImmutableList; | ||
ARG 0 name | ||
ARG 1 processorList |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/world/gen/carver/ConfiguredCarvers.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_5463 net/minecraft/world/gen/carver/ConfiguredCarvers | ||
METHOD method_30588 register (Ljava/lang/String;Lnet/minecraft/class_2922;)Lnet/minecraft/class_2922; | ||
ARG 0 name | ||
ARG 1 configuredCarver |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/world/gen/feature/ConfiguredFeatures.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_5464 net/minecraft/world/gen/feature/ConfiguredFeatures | ||
METHOD method_30590 register (Ljava/lang/String;Lnet/minecraft/class_2975;)Lnet/minecraft/class_2975; | ||
ARG 0 name | ||
ARG 1 configuredFeature |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/world/gen/feature/ConfiguredStructureFeatures.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_5470 net/minecraft/world/gen/feature/ConfiguredStructureFeatures | ||
METHOD method_30603 register (Ljava/lang/String;Lnet/minecraft/class_5312;)Lnet/minecraft/class_5312; | ||
ARG 0 name | ||
ARG 1 configuredStructureFeature |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilders.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS net/minecraft/class_5471 net/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilders | ||
METHOD method_30610 register (Ljava/lang/String;Lnet/minecraft/class_3504;)Lnet/minecraft/class_3504; | ||
ARG 0 name | ||
ARG 1 configuredSurfaceBuilder |