-
Notifications
You must be signed in to change notification settings - Fork 5
Controls and Game Modes
AdventureCraft has an adventure state for playing maps and a debug state for authoring them. F4 toggles debug mode in the current input handler.
| Input | Current behavior |
|---|---|
F4 |
Toggle debug mode |
F5 |
Toggle third-person view |
F6 |
In debug mode, reset all blocks in loaded chunks |
F7 |
Open the item/block palette; inside it, move to the previous page |
F8 |
Inside the palette, move to the next page |
Shift + inventory key (normally E) |
Open the palette while debug mode is active |
Ctrl+Z |
Undo while debug mode is active |
Ctrl+Y |
Redo while debug mode is active |
F11 |
Toggle fullscreen |
Use /mapedit [true|false] to control map-editing mode. The historical claim that F5 toggles map editing is false for this codebase: F5 toggles third-person view.
The authoritative implementation is MixinMinecraft.java; command registration is in ServerCommands.java.
Applies to AC-Legacy 0.6.0 at source revision 439dbe5b157d. Current documentation is generated from the AC-Legacy-Mod source. Historical baseline links point to the AdventureCraft Fandom wiki, whose text is reported as CC-BY-SA. See Fact Checking and Provenance and Verification Status.
AC-Legacy Wiki
Use and authoring
Generated reference
Project and provenance