Merge remote-tracking branch 'origin/main'

This commit is contained in:
Bruno Rybársky 2024-07-06 10:56:35 +02:00
commit 2c77a08f95

@ -71,7 +71,7 @@ public class HardDriveContainerBlock extends ConnectedBlock implements PolymerTe
modId, modId,
BlockEntityType.Builder.create(HardDriveContainerBlockEntity::new, HARD_DRIVE_CONTAINER_BLOCK).build(null) BlockEntityType.Builder.create(HardDriveContainerBlockEntity::new, HARD_DRIVE_CONTAINER_BLOCK).build(null)
); );
PolymerBlockUtils.registerBlockEntity(STORAGE_INTERFACE_BLOCK_ENTITY); PolymerBlockUtils.registerBlockEntity(HARD_DRIVE_CONTAINER_BLOCK_ENTITY);
} }
private static ActionResult onUse(PlayerEntity player, World world, Hand hand, BlockHitResult hitResult) { private static ActionResult onUse(PlayerEntity player, World world, Hand hand, BlockHitResult hitResult) {