- Clientside anotations for ArmoredElytra
- Update dependency in fabric.mod.json - Renamed interface - Cleanup
This commit is contained in:
parent
d7734cdf22
commit
cdeabbccb2
5 changed files with 22 additions and 18 deletions
|
@ -0,0 +1,9 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.fabricmc.api.EnvType;
|
||||
import net.fabricmc.api.Environment;
|
||||
|
||||
@Environment(EnvType.CLIENT)
|
||||
public interface MultiModelItem {
|
||||
void registerModelPredicate();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue