Compatibility
Minecraft: Java Edition
26.3-snapshot-4
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.12.2
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed MIT
Published 9 months ago
Updated 5 days ago
Make Enchanted Golden Apple Great Again.
✅ Restores the classic crafting recipe (1 Apple + 8 Gold Blocks)
✅ Configurable effect presets (12w21a / 13w24b / 13w25a / 15w37a) or custom
✅ Restores the "Overpowered" advancement
✅ Full configuration file support
Recipe

(1 Apple + 8 Gold Blocks)
Advancement

Overpowered Build a Notch Apple.
Effect Presets
| Effect Version | Regeneration | Resistance | Absorption | Fire Resistance |
|---|---|---|---|---|
| 12w21a | IV (30s) | I (5min) | - | ✓ (5min) |
| 13w24b | IV (30s) | I (5min) | I (1min) | ✓ (5min) |
| 13w25a (Default) | IV (30s) | I (5min) | I (2min) | ✓ (5min) |
| 15w37a | II (20s) | III (5min) | IV (2min) | ✓ (5min) |
Note: The Datapack version only support Default effects.
Config
Upon first launch, a config file will be created at:
<game_directory>/config/egabackwards/config.json
{
"features": {
"recipe": true,
"advancement": true,
"effect": "13w25a"
},
"custom_effects": [
{
"id": "minecraft:speed",
"duration": 600,
"amplifier": 1
},
{
"id": "minecraft:strength",
"duration": 400,
"amplifier": 2
}
]
}
- recipe: Enable or disable crafting recipes (true/false)
- advancement: Enable or disable advancements (true/false)
- effect: Enable or disable custom effects (off/custom/<preset effect>)
- custom_effects: Configure custom potion effects (id: registry name of the effect, duration: time in ticks, amplifier: level (0–255))
For potion effect IDs, please also refer to the Potion Effects page on the Wiki.
Compatibility
- Supports Minecraft 1.12+
- Requires Resources Pack of Datapack version.
Note: The Fabric version requires Fabric API.


