File Details
bubustein_atm_plus-1.0.2.jar
- R
- Jul 1, 2026
- 2.28 MB
- 66
- 1.20.1
- Forge
File Name
bubustein_atm_plus-1.0.2.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
🔧 v1.0.2 — Modded-server compatibility fix
Small but important fix for servers running many other mods.
🐛 Fixed
- ATM asking for a key / opening the old interface on heavily-modded servers — the base BubusteinMoney ATM checks for its key inside the block's own use handler, which the mod overrides by taking over the right-click. On servers with many mods, another mod could win the interaction and let that base handler run anyway, so the ATM demanded the key and opened the legacy GUI (this never happened in a light dev setup, only in production). The takeover is now more assertive — it runs at the highest priority and explicitly denies the base block/item use — so the modern ATM opens reliably regardless of the other installed mods.
📦 Compatibility
- Minecraft 1.20.1
- Minecraft Forge 47.2.0+ (47.4.x recommended)
- BubusteinMoney 5.1.0+ (required)
- Works in singleplayer and on dedicated servers (client & server).