Move Elytra API to BCLib
This commit is contained in:
parent
3cecb7dd8c
commit
36b75ed25f
5 changed files with 8 additions and 32 deletions
|
@ -1,9 +1,9 @@
|
|||
package org.betterx.betterend.interfaces;
|
||||
|
||||
import org.betterx.bclib.items.elytra.BCLElytraItem;
|
||||
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
|
||||
public interface BetterEndElytra {
|
||||
public interface BetterEndElytra extends BCLElytraItem {
|
||||
ResourceLocation getModelTexture();
|
||||
|
||||
double getMovementFactor();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue