Scrapped Telekinesis (for now) due to complexity

This commit is contained in:
2025-03-26 15:10:27 +01:00
parent 824c84e329
commit 091efb900a
2 changed files with 3 additions and 4 deletions

View File

@ -23,7 +23,6 @@ As a challenge I'm trying to make it as user-friendly as possible. (It ain't the
- [x] Shared Ender Chest
- [x] Shared EC Access control (via config)
- [x] Vein miner
- [ ] Telekinesis
### Commands
@ -34,5 +33,7 @@ As a challenge I'm trying to make it as user-friendly as possible. (It ain't the
## Features to come
For now there are no more feautures!
Decided to scrap Telekinesis for now due to complexity
Other than that no more features!
Be sure to give your idea by [opening an issue](https://git.hak.wtf/hkuijlman/SurvivalFabric/issues/new) with the label Feature Request

View File

@ -5,9 +5,7 @@ import net.fabricmc.api.ModInitializer;
import net.fabricmc.fabric.api.command.v2.CommandRegistrationCallback;
import net.fabricmc.fabric.api.event.lifecycle.v1.ServerEntityEvents;
import net.fabricmc.fabric.api.event.player.PlayerBlockBreakEvents;
import net.minecraft.entity.Entity;
import net.minecraft.server.network.ServerPlayerEntity;
import net.minecraft.server.world.ServerWorld;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import wtf.hak.survivalfabric.commands.ReloadConfigCommand;