← Назад к ресурсам

Enchanted Golden Apple Backwards

Experience the classic Enchanted Golden Apple from older versions in Minecraft 1.9+

Modrinth equipment food utility

Описание

# 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 ![Recipe of enchanted golden apple](https://cdn.modrinth.com/data/cached_images/349ac2c90580e7c289451476950e8f2ade562a6e_0.webp) (1 Apple + 8 Gold Blocks) ## Advancement ![Advancement Overpowered](https://cdn.modrinth.com/data/cached_images/6ffa4e25f1d02f7d871d73bf2cde87030f256d1f_0.webp) **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: **/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/) - **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](https://minecraft.wiki/w/Effect) page on the Wiki.** ## Compatibility - Supports Minecraft **1.12+** - Requires **Resources Pack** of **Datapack** version. > **Note:** The Fabric version requires [Fabric API](https://modrinth.com/mod/fabric-api).