Skip to content

Commit

Permalink
Remove unused DynamicGraphMinFixedPoint_resetChunkInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
extclp committed May 5, 2024
1 parent 7dd8764 commit 5591af5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import net.minecraft.world.level.block.state.BlockState;
import net.minecraft.world.phys.Vec3;

@Mixin(value = Explosion.class)
@Mixin(Explosion.class)
public abstract class Explosion_optimizedTntMixin
{
@Shadow
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/carpet.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"LevelEntityGetterAdapter_scarpetMixin",
"ChunkHolder_scarpetChunkCreationMixin",
"ThreadedLevelLightEngine_scarpetMixin",
"DynamicGraphMinFixedPoint_resetChunkInterface",
"DistanceManager_scarpetChunkCreationMixin",
"LevelLightEngine_scarpetChunkCreationMixin",
"LayerLightEngine_scarpetChunkCreationMixin",
Expand Down

0 comments on commit 5591af5

Please sign in to comment.