mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
mixin tweak
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ import com.dfsek.terra.mod.util.MinecraftAdapter;
|
|||||||
@Implements(@Interface(iface = com.dfsek.terra.api.entity.Entity.class, prefix = "terra$"))
|
@Implements(@Interface(iface = com.dfsek.terra.api.entity.Entity.class, prefix = "terra$"))
|
||||||
public abstract class EntityMixin {
|
public abstract class EntityMixin {
|
||||||
@Shadow
|
@Shadow
|
||||||
public net.minecraft.world.World world;
|
private net.minecraft.world.World world;
|
||||||
|
|
||||||
@Shadow
|
@Shadow
|
||||||
private BlockPos blockPos;
|
private BlockPos blockPos;
|
||||||
|
|||||||
Reference in New Issue
Block a user