Infusion enchantment books
This commit is contained in:
parent
2e56feec93
commit
479f506ca8
9 changed files with 586 additions and 12 deletions
|
@ -1,10 +1,11 @@
|
|||
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));
|
||||
super(EndItems.makeItemSettings().maxCount(16).rarity(Rarity.EPIC));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue