Change models loading (WIP)
This commit is contained in:
parent
2910df3078
commit
60568cea18
12 changed files with 144 additions and 59 deletions
|
@ -1,8 +1,9 @@
|
|||
package ru.betterend.patterns;
|
||||
|
||||
import net.minecraft.client.renderer.block.model.BlockModel;
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
|
||||
public interface ModelProvider {
|
||||
String getModelString(String name);
|
||||
BlockModel getModel();
|
||||
BlockModel getModel(ResourceLocation resourceLocation);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue