[Change] Replaced custom Elytra code with fabric version
This commit is contained in:
parent
5622ae316a
commit
aec75669ed
10 changed files with 47 additions and 281 deletions
|
@ -139,11 +139,11 @@ public class EndItems {
|
|||
EndArmorMaterial.AETERNIUM,
|
||||
Items.PHANTOM_MEMBRANE,
|
||||
900,
|
||||
0.975D,
|
||||
0.97D,
|
||||
true
|
||||
)
|
||||
);
|
||||
public static final Item CRYSTALITE_ELYTRA = registerEndItem("elytra_crystalite", new CrystaliteElytra(650, 0.99D));
|
||||
public static final Item CRYSTALITE_ELYTRA = registerEndItem("elytra_crystalite", new CrystaliteElytra(650, 1.01D));
|
||||
|
||||
// Tools //
|
||||
public static final TieredItem AETERNIUM_SHOVEL = registerEndTool("aeternium_shovel", new BaseShovelItem(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue