Registry update
This commit is contained in:
parent
9c1c1edb12
commit
3b570cd80e
6 changed files with 67 additions and 170 deletions
|
@ -10,7 +10,7 @@ public interface MultiModelItem {
|
|||
void registerModelPredicate();
|
||||
|
||||
static void register() {
|
||||
EndItems.getModItems(BetterEnd.MOD_ID).forEach(item -> {
|
||||
EndItems.getModItems().forEach(item -> {
|
||||
if (item instanceof MultiModelItem) {
|
||||
((MultiModelItem) item).registerModelPredicate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue