Removed color provider
This commit is contained in:
parent
2c8862a37b
commit
4040597a6d
475 changed files with 5411 additions and 7521 deletions
|
@ -8,7 +8,7 @@ import ru.betterend.registry.EndItems;
|
|||
public interface MultiModelItem {
|
||||
@Environment(EnvType.CLIENT)
|
||||
void registerModelPredicate();
|
||||
|
||||
|
||||
static void register() {
|
||||
EndItems.getModItems(BetterEnd.MOD_ID).forEach(item -> {
|
||||
if (item instanceof MultiModelItem) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue