remove unnecessary deprecated attribute

This commit is contained in:
James Seibel
2026-02-08 20:13:48 -06:00
parent 2f7ab04984
commit b219370469
2 changed files with 1 additions and 2 deletions
@@ -46,7 +46,6 @@ public class McObjectConverter
/** 4x4 float matrix converter */
@Deprecated
public static Mat4f Convert(
#if MC_VER < MC_1_19_4 com.mojang.math.Matrix4f
#elif MC_VER < MC_1_21_6 org.joml.Matrix4f