Pain is pain leaving the pain
This commit is contained in:
parent
9e9412e53e
commit
86331811a8
11 changed files with 114 additions and 87 deletions
|
@ -5,20 +5,12 @@ import com.swdteam.common.command.tardim.ICommand;
|
|||
import com.swdteam.tardim.TardimData;
|
||||
import com.swdteam.tardim.TardimManager;
|
||||
|
||||
|
||||
import net.minecraft.core.BlockPos;
|
||||
import net.minecraft.core.Registry;
|
||||
import net.minecraft.resources.ResourceKey;
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
import net.minecraft.sounds.SoundEvent;
|
||||
import net.minecraft.sounds.SoundSource;
|
||||
import net.minecraft.world.entity.player.Player;
|
||||
import net.minecraft.world.level.Level;
|
||||
import su.a71.tardim_ic.tardim_ic.Registration;
|
||||
|
||||
//import static com.swdteam.common.command.tardim.CommandTardimBase.sendResponse;
|
||||
|
||||
|
||||
public class CommandCloisterBell implements ICommand {
|
||||
@Override
|
||||
public void execute(String[] args, Player player, BlockPos pos, CommandTardimBase.CommandSource source) {
|
||||
|
|
|
@ -7,6 +7,7 @@ import org.spongepowered.asm.mixin.injection.Inject;
|
|||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||
import su.a71.tardim_ic.tardim_ic.registration.CommandInit;
|
||||
|
||||
// TARDIM loads commands a bit later on Forge, so we have to use mixins for this :/
|
||||
@Mixin(value = CommandManager.class, remap = false)
|
||||
public abstract class Commands {
|
||||
@Inject(method="init()V", at=@At("TAIL"))
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
package su.a71.tardim_ic.tardim_ic.mixin;
|
||||
|
||||
import com.swdteam.tileentity.TileEntityFuelStorage;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
|
||||
@Mixin(TileEntityFuelStorage.class)
|
||||
public abstract class FuelTank {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue