Build fix attempt
This commit is contained in:
parent
20b206426d
commit
81674b19aa
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
package micdoodle8.mods.galacticraft.API;
|
||||
|
||||
public interface IEntityBreathable
|
||||
{
|
||||
public boolean canBreath();
|
||||
}
|
Loading…
Reference in a new issue