Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
1package net.lerariemann.infinity.entity.client;
2
3//? if >1.21.2 {
4import net.minecraft.client.renderer.entity.state.LivingEntityRenderState;
5
6public class AntEntityRenderState extends LivingEntityRenderState {
7 public int headYaw;
8 public float limbAngle;
9 public float limbDistance;
10 public int headPitch;
11}
12//?}