Touhou Little Maid

Touhou Little Maid

2M Downloads

waila信息显示

Jedidiah-Zhang opened this issue · 2 comments

commented

image
显示红色羊毛,而非祭坛

commented
if (accessor.getTileEntity() instanceof TileEntityAltar) {
  TileEntityAltar altar = (TileEntityAltar) accessor.getTileEntity();
  Block block = altar.getBlockState().getBlock();
  return new ItemStack(Item.getItemFromBlock(block), 1, block.getMetaFromState(altar.getBlockState()));
}

我就是这么设计的,让其本身显示起初的方块……
我 bug 我自己 XD
↑ 不,你这是在和你的潜意识互相争斗 bug

commented

2333