Compatibility
Minecraft: Java Edition
1.20.4
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 5 days ago
Updated last week
This mod is the official Forge 1.20.4 remastered version of the Vape Manager mod, and it has been open-sourced on GitHub.
Here are the modifications made to the original mod:
Feature | VapeManager | VapeManagerReborn |
---|---|---|
Function Configuration Interface | cn.ksmcbrigade.VM.guis.ManagerGUI | Original auxiliary function settings interface |
Configuration File Location | config/vm/mods | config/vmr/modules |
Configuration File Invocation Method | Custom-written | cn.ksmcbrigade.module.Config.get(int key); |
Function Key Customization Method | Original KeyMapping and support for other mods | ModuleKeyboardManager (Usage: Hold down the shift key and click the function to set) |
Function Registration Method | - | cn.ksmcbrigade.utils.ModuleUtils.add(Module module); |
Command Registration Method | Supported by other mods | cn.ksmcbrigade.utils.CommandsUtil.add(Command command); |
Key Press Judgment Method | Original KeyMapping.isDown(); | cn.ksmcbrigade.utils.JNAUtils.isPressed(int key); (Uses WinAPI) |
Built-in Features | None | ModuleList, RainbowGui |
Built-in Commands | None | .pos, .help |
Events | PlayerTickEvent | RenderTickEvent, RenderGuiOverlayEvent.Pre, InputEvent.Key, ClientTickEvent, LevelTickEvent, PlayerTickEvent, ScreenTickEvent, ScreenshotEvent, onMinecraftCloseEvent |
These changes enhance the functionality and flexibility of the mod, providing a more robust and customizable experience for users.