Skip to content

Commit

Permalink
chore: remove complete todos
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Apr 11, 2024
1 parent b181f5d commit 88d36e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ public void render(SacrificialBowlBlockEntity blockEntity, float partialTicks, P

poseStack.pushPose();

//TODO: Currently the items bob up and down, instead of away from the bowl facing and back

poseStack.pushPose();

//slowly bob up and down following a sine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ public class SacrificialBowlBlock extends DirectionalBlock implements EntityBloc

private static final DirectionalBlockShape SHAPE = new DirectionalBlockShape(12, 12, 2.3f);

//TODO Rotate renderer

public SacrificialBowlBlock(Properties properties) {
super(properties);

Expand Down

0 comments on commit 88d36e8

Please sign in to comment.