[Change] Replaced custom Elytra code with fabric version

This commit is contained in:
Frank 2022-06-10 14:45:30 +02:00
parent 5622ae316a
commit aec75669ed
10 changed files with 47 additions and 281 deletions

View file

@ -2,7 +2,7 @@ package org.betterx.betterend.interfaces;
import net.minecraft.resources.ResourceLocation;
public interface FallFlyingItem {
public interface BetterEndElytra {
ResourceLocation getModelTexture();
double getMovementFactor();