File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
fabric/src/main/java/noobanidus/mods/lootr/fabric/client/item Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class LootrDecoratedPotItemRenderer extends BlockEntityWithoutLevelRender
2424 public LootrDecoratedPotItemRenderer (BlockEntityRenderDispatcher pBlockEntityRenderDispatcher , EntityModelSet pEntityModelSet ) {
2525 super (pBlockEntityRenderDispatcher , pEntityModelSet );
2626 this .blockEntityRenderDispatcher = pBlockEntityRenderDispatcher ;
27- this .tile = new LootrDecoratedPotBlockEntity (BlockPos .ZERO , LootrRegistry .getChestBlock ().defaultBlockState ());
27+ this .tile = new LootrDecoratedPotBlockEntity (BlockPos .ZERO , LootrRegistry .getDecoratedPotBlock ().defaultBlockState ());
2828 }
2929
3030 public LootrDecoratedPotItemRenderer () {
You can’t perform that action at this time.
0 commit comments