Skip to content

Commit

Permalink
Update LivingEntityMixin.java
Browse files Browse the repository at this point in the history
* Cleaned some Comments

Co-Authored-By: Justindraak1 <[email protected]>
  • Loading branch information
MeAlam1 and Justindraak1 committed Oct 6, 2024
1 parent 57d6a66 commit 1796720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class LivingEntityMixin implements IVariantAccessor {
*/
@Inject(method = "defineSynchedData", at = @At("HEAD"))
protected void defineSynchedData(SynchedEntityData.@NotNull Builder pBuilder, CallbackInfo pCi) {
pBuilder.define(bluelib$VARIANT, "normal"); // Default variant is "normal"
pBuilder.define(bluelib$VARIANT, "normal");
}

/**
Expand Down

0 comments on commit 1796720

Please sign in to comment.