Crystalite Elytra
This commit is contained in:
parent
1ad72cbe88
commit
a6895004c7
22 changed files with 160 additions and 100 deletions
|
@ -0,0 +1,8 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
|
||||
public interface FallFlyingItem {
|
||||
ResourceLocation getModelTexture();
|
||||
double getMovementFactor();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue