Start changes model loading (early WIP)
This commit is contained in:
parent
807e25c907
commit
ce98c5857e
57 changed files with 122 additions and 97 deletions
|
@ -1,5 +1,9 @@
|
|||
package ru.betterend.patterns;
|
||||
|
||||
import net.minecraft.client.renderer.block.model.BlockModel;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface Patterned {
|
||||
String getModelPattern(String name);
|
||||
String getModelString(String name);
|
||||
@NotNull BlockModel getItemModel();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue