minecraft-access icon indicating copy to clipboard operation
minecraft-access copied to clipboard

A mod for minecraft java (fabric/forge) that adds accessibility feature

Results 141 minecraft-access issues
Sort by recently updated
recently updated
newest added

Can you please add a check to the GitHub pages build script to check that it is actually in the minecraft-access/minecraft-access repository before attempting to build? Every time I update...

The gradle files in use right now are from 1.17 Minecraft and have been through two mapping migrations. I feel that these files should be audited to make sure there...

Currently the mod checks and downloads (if not exist) library files at every game start, the logic is inside [AutoLibrarySetup.java]( https://github.com/minecraft-access/minecraft-access/blob/20046ac08b3046544413802d5403e8c95438f898/common/src/main/java/org/mcaccess/minecraftaccess/features/AutoLibrarySetup.java). After discussion, we decide to change the behavior to...

Opening a formal issue for this. But the game's credits and end poem should be made accessible by the mod. I have already successfully added narration that the credits have...

Currently we use a mixin to alter the `I18n` class to fall back to English and to use named placeholders. English fall-back is vanilla behaviour and named placeholders should be...

Current block-finding algorithm like `Fall Detector` and `Find nearest water` is a simply BFS that checks every block around player, which is CPU consuming and will lag the game for...

Currently the type of blocks like ores, doors, functional etc is determined by a hardcoded list. These lists contain only vanilla blocks and whenever we want to add a new...

Right now, large coordinates are separated by commas like 10,000,000.5Y There are some languages/countries that use decimals and other different formatting to format numbers. There should be a way to...

The fall detector makes a warning noise for falls/drops, even if they are obscured through walls. This is most noticeable when you get an end spawn that is under the...

Reported by @Molitvan Stone Cutter recipes aren't being narrated, although keyboard navigation still works completely fine in the list.