mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 02:48:14 -05:00
Update #48 - Added some features from OptiFine
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package net.optifine.config;
|
||||
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
public interface IObjectLocator {
|
||||
Object getObject(ResourceLocation var1);
|
||||
}
|
Reference in New Issue
Block a user