Items and Blocks registries (WIP)
This commit is contained in:
parent
41df84404b
commit
a3e781b401
34 changed files with 313 additions and 1771 deletions
|
@ -5,6 +5,6 @@ import ru.betterend.registry.EndItems;
|
|||
|
||||
public class EternalCrystalItem extends ModelProviderItem {
|
||||
public EternalCrystalItem() {
|
||||
super(EndItems.makeItemSettings().stacksTo(16).rarity(Rarity.EPIC));
|
||||
super(EndItems.makeEndItemSettings().stacksTo(16).rarity(Rarity.EPIC));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue