Change loading models (WIP)
This commit is contained in:
parent
ce98c5857e
commit
1e6451e375
9 changed files with 86 additions and 23 deletions
|
@ -1,9 +1,8 @@
|
|||
package ru.betterend.patterns;
|
||||
|
||||
import net.minecraft.client.renderer.block.model.BlockModel;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface Patterned {
|
||||
String getModelString(String name);
|
||||
@NotNull BlockModel getItemModel();
|
||||
BlockModel getItemModel();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue