Skip to content

Commit

Permalink
Missed some apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Dec 26, 2024
1 parent 1c52230 commit 9ef266c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public void onRenderItem(LivingEntity entity, EntityModel<?> model, ItemStack it
//#else
//$$ bookModel = new BookModel();
//#endif
//spotless:on
}
if (entity.isSleeping()) { // Stop holding stuff in your sleep
if (NEABaseMod.config.dontHoldItemsInBed) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public PlayerEntityModelMixin() {
//#else
//$$ super(0);
//#endif
//spotless:on

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public PlayerRendererMixin(Context context, PlayerModel model, float shadowRadiu
//$$ super(entityRenderDispatcher, entityModel, f);
//$$ }
//#endif
//spotless:on

@Inject(method = "<init>*", at = @At("RETURN"))
public void onCreate(CallbackInfo info) {
Expand Down

0 comments on commit 9ef266c

Please sign in to comment.