mixin tweak

This commit is contained in:
Zoe Gidiere
2024-10-25 16:09:42 -06:00
parent e56b8856fa
commit 144c932703

View File

@@ -33,7 +33,7 @@ import com.dfsek.terra.mod.util.MinecraftAdapter;
@Implements(@Interface(iface = com.dfsek.terra.api.entity.Entity.class, prefix = "terra$"))
public abstract class EntityMixin {
@Shadow
public net.minecraft.world.World world;
private net.minecraft.world.World world;
@Shadow
private BlockPos blockPos;