Skip to content

Commit

Permalink
修正一处错误
Browse files Browse the repository at this point in the history
  • Loading branch information
TartaricAcid committed Oct 30, 2023
1 parent 3e671a5 commit 129aafb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

public class TileEntityEntityPlaceholderRenderer extends BlockEntityWithoutLevelRenderer {
private static final EntityPlaceholderModel BASE_MODEL = new EntityPlaceholderModel();
private static final ResourceLocation TEXTURE = new ResourceLocation(TouhouLittleMaid.MOD_ID, "textures/items/entity_placeholder.png");
private static final ResourceLocation TEXTURE = new ResourceLocation(TouhouLittleMaid.MOD_ID, "textures/item/entity_placeholder.png");

public TileEntityEntityPlaceholderRenderer(BlockEntityRenderDispatcher dispatcher, EntityModelSet modelSet) {
super(dispatcher, modelSet);
Expand Down

0 comments on commit 129aafb

Please sign in to comment.