Skip to content

Commit

Permalink
The import javanet cannot be resolved in class Explode2 #1343
Browse files Browse the repository at this point in the history
  • Loading branch information
athrane committed Apr 16, 2022
1 parent 2c8e009 commit 101d1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/bassebombecraft/operator/entity/Explode2.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
import static bassebombecraft.operator.Operators2.applyV;
import static net.minecraft.world.Explosion.Mode.DESTROY;

import javanet.minimport bassebombecraft.operator.Operator2;
import bassebombecraft.operator.Operator2;
import bassebombecraft.operator.Ports;
import java.util.function.Function;
import net.minecraft.core.BlockPos;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.level.Level;
import net.minecraft.world.phys.AABB;

ecraft.world.level.Explosion.BlockInteraction static bassebombecraft.config.ModConfiguration.*;
import static bassebombecraft.config.ModConfiguration.*;
import bassebombecraft.operator.Operator2;
import bassebombecraft.operator.Ports;
import net.minecraft.entity.Entity;
Expand Down

0 comments on commit 101d1ba

Please sign in to comment.