Fixed ME Drive not rendering in-world.
This commit is contained in:
parent
cc7824a0e5
commit
043f6e9919
1 changed files with 0 additions and 32 deletions
|
@ -22,7 +22,6 @@ import java.util.Collection;
|
|||
import java.util.Collections;
|
||||
import java.util.EnumMap;
|
||||
import java.util.Map;
|
||||
import java.util.Optional;
|
||||
import java.util.function.Function;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
|
@ -38,7 +37,6 @@ import net.minecraftforge.common.model.IModelState;
|
|||
import net.minecraftforge.common.model.TRSRTransformation;
|
||||
|
||||
import appeng.block.storage.DriveSlotState;
|
||||
import net.minecraftforge.common.model.animation.IClip;
|
||||
|
||||
|
||||
public class DriveModel implements IModel
|
||||
|
@ -96,34 +94,4 @@ public class DriveModel implements IModel
|
|||
{
|
||||
return TRSRTransformation.identity();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Optional<? extends IClip> getClip(String name) {
|
||||
return Optional.empty();
|
||||
}
|
||||
|
||||
@Override
|
||||
public IModel process(ImmutableMap<String, String> customData) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IModel smoothLighting(boolean value) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IModel gui3d(boolean value) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IModel uvlock(boolean value) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IModel retexture(ImmutableMap<String, String> textures) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue