Item classes rename
This commit is contained in:
parent
5f3547de8e
commit
b53e76ce7b
15 changed files with 57 additions and 64 deletions
|
@ -1,11 +0,0 @@
|
|||
package ru.betterend.item;
|
||||
|
||||
import net.minecraft.util.Rarity;
|
||||
import ru.betterend.registry.EndItems;
|
||||
|
||||
public class EternalCrystal extends PatternedItem {
|
||||
|
||||
public EternalCrystal() {
|
||||
super(EndItems.makeItemSettings().maxCount(16).rarity(Rarity.EPIC));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue