Skip to content

Commit

Permalink
change: delete PistonHeadBlockMixin as vanilla includes an equivalent…
Browse files Browse the repository at this point in the history
… optimization since 1.16.2pre1
  • Loading branch information
2No2Name committed Sep 23, 2020
1 parent 90c2427 commit de4f806
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 136 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ private LithiumConfig() {

this.addMixinRule("block", true);
this.addMixinRule("block.flatten_states", true);
this.addMixinRule("block.piston_shapes", true);

this.addMixinRule("cached_hashcode", true);

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/lithium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"alloc.world_ticking.ServerWorldMixin",
"block.flatten_states.AbstractBlockStateMixin",
"block.flatten_states.FluidStateMixin",
"block.piston_shapes.PistonHeadBlockMixin",
"cached_hashcode.BlockNeighborGroupMixin",
"chunk.count_oversized_blocks.MixinChunkSection",
"chunk.entity_class_groups.TypeFilterableListMixin",
Expand Down

0 comments on commit de4f806

Please sign in to comment.