Client entry point
This commit is contained in:
parent
f6a0f33a19
commit
fe38d2d468
4 changed files with 8 additions and 6 deletions
|
@ -105,7 +105,7 @@ public class ESignBlockEntityRenderer extends BlockEntityRenderer<ESignBlockEnti
|
|||
}
|
||||
|
||||
static {
|
||||
defaultLayer = RenderLayer.getEntitySolid(new Identifier("entity/sign/oak.png"));
|
||||
defaultLayer = RenderLayer.getEntitySolid(new Identifier("textures/entity/sign/oak.png"));
|
||||
|
||||
ItemRegistry.getModBlocks().forEach((item) -> {
|
||||
if (item instanceof BlockItem) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue