Merge branch 'ver/6.6.0' into dev/7.0-2

This commit is contained in:
Zoe Gidiere
2024-10-25 16:14:54 -06:00
29 changed files with 4793 additions and 1 deletions
@@ -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;