Server crash fix
This commit is contained in:
parent
f7076457d2
commit
a843f69977
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package ru.betterend.interfaces;
|
|||
import net.fabricmc.api.EnvType;
|
||||
import net.fabricmc.api.Environment;
|
||||
|
||||
@Environment(EnvType.CLIENT)
|
||||
public interface MultiModelItem {
|
||||
@Environment(EnvType.CLIENT)
|
||||
void registerModelPredicate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue