mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 14:26:00 +03:00
15 lines
551 B
Diff
15 lines
551 B
Diff
--- ../src-base/minecraft/net/minecraft/client/renderer/block/model/ModelResourceLocation.java
|
|
+++ ../src-work/minecraft/net/minecraft/client/renderer/block/model/ModelResourceLocation.java
|
|
@@ -2,11 +2,8 @@
|
|
|
|
import java.util.Locale;
|
|
import net.minecraft.util.ResourceLocation;
|
|
-import net.minecraftforge.fml.relauncher.Side;
|
|
-import net.minecraftforge.fml.relauncher.SideOnly;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
-@SideOnly(Side.CLIENT)
|
|
public class ModelResourceLocation extends ResourceLocation
|
|
{
|
|
private final String variant;
|