End Stone Smelter

This commit is contained in:
Aleksey 2020-09-29 15:26:15 +03:00
parent 257307d93d
commit a542aac45b
18 changed files with 551 additions and 77 deletions

View file

@ -94,6 +94,7 @@ public class EndStoneSmelter extends BaseBlockWithEntity {
@Override
public int getComparatorOutput(BlockState state, World world, BlockPos pos) {
//TODO
return ScreenHandler.calculateComparatorOutput(world.getBlockEntity(pos));
}