mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-03-24 20:57:12 +01:00
11 lines
198 B
Java
11 lines
198 B
Java
|
package com.minelittlepony;
|
||
|
|
||
|
import net.minecraft.client.resources.data.IMetadataSection;
|
||
|
|
||
|
/**
|
||
|
* Dummy interface so gson won't go crazy
|
||
|
*/
|
||
|
public interface IPonyData extends IMetadataSection {
|
||
|
|
||
|
}
|