Skip to content

Commit

Permalink
Fix missing spots
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups committed Oct 31, 2024
1 parent 6b03fc0 commit 4dba996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CLASS net/minecraft/class_7288 net/minecraft/client/render/entity/feature/EmissiveFeatureRenderer
FIELD field_38355 texture Lnet/minecraft/class_2960;
FIELD field_38356 animationAngleAdjuster Lnet/minecraft/class_7288$class_7289;
FIELD field_38356 animationAlphaAdjuster Lnet/minecraft/class_7288$class_7289;
FIELD field_38464 modelPartVisibility Lnet/minecraft/class_7288$class_7311;
FIELD field_54861 renderLayerFunction Ljava/util/function/Function;
METHOD <init> (Lnet/minecraft/class_3883;Lnet/minecraft/class_2960;Lnet/minecraft/class_7288$class_7289;Lnet/minecraft/class_7288$class_7311;Ljava/util/function/Function;)V
Expand Down
4 changes: 2 additions & 2 deletions mappings/net/minecraft/structure/pool/StructurePool.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ CLASS net/minecraft/class_3785 net/minecraft/structure/pool/StructurePool
FIELD field_40926 fallback Lnet/minecraft/class_6880;
METHOD <init> (Lnet/minecraft/class_6880;Ljava/util/List;)V
ARG 1 fallback
ARG 2 elementCounts
ARG 2 elementWeights
METHOD <init> (Lnet/minecraft/class_6880;Ljava/util/List;Lnet/minecraft/class_3785$class_3786;)V
ARG 1 fallback
ARG 2 elementCountsByGetters
ARG 2 elementWeightsByGetters
ARG 3 projection
METHOD method_16631 getRandomElement (Lnet/minecraft/class_5819;)Lnet/minecraft/class_3784;
ARG 1 random
Expand Down

0 comments on commit 4dba996

Please sign in to comment.