Started embedding new techhider into fight system

This commit is contained in:
D4rkr34lm
2026-05-20 21:30:44 +02:00
parent ba29e5cf23
commit 5da3767378
4 changed files with 55 additions and 135 deletions
@@ -189,7 +189,7 @@ public abstract class TechHider {
private ChunkHider chunkHider;
// TODO handle packet bundle
public TechHider(Plugin plugin, Block blockUsedForObfuscation) {
public TechHider(Block blockUsedForObfuscation) {
this.blockUsedForObfuscation = blockUsedForObfuscation;
this.blockStateUsedForObfuscation = blockUsedForObfuscation.defaultBlockState();