mczph / Embers-Extended-Life

Continuation of Embers Rekindled, a dwarven magic mod for Minecraft 1.12.2.

Home Page:https://curseforge.com/minecraft/mc-mods/embers-extended-life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embers - Unofficial Extended Life

License Versions Downloads

A dwarven magic modCurseForgeChangelogBugtracker


Embers is best described as a dwarven magic mod. It features a smattering of magical and technical content, from staples such as ore doubling and item transport to alchemy and magical ray guns. All centered around the core mechanic of Ember, a limited form of power that you must extract from the world's core near bedrock.

Builds

You can download the latest files here on curseforge.

Changes

Current Changes to Embers Rekindled v1.19:

  • added a config option to display the exact amount of Ash needed in an Alchemy recipe
  • registered Heat Coil in HEI as a smelting catalyst
  • switched to RetroFuturaGradle
  • updated dependencies to maintained forks
  • fixed alchemy tablet breaking after 10 days of existing
  • fixed a dupe bug with the melter and acceleration mods
    • This breaks the Sledgehammer fix, so be sure to disable it in their config
  • reworked config system, allow config changes in-game, a LOT more config options
  • added a config option to register all WIP items and blocks (useful for pack makers)
  • compatibility with Immersive Engineering's Metal Rods
  • compatibility with EnderIO & Endergy Grinding Balls

Planned Changes:

  • native GroovyScript support
  • allow addition of custom seeds
  • forking various Embers addons, while:
    • fixing various bugs, that were never fixed in the original addons
    • removing the confusing dependency hell

Compatibility

Embers Unofficial Extended Life has been tested and is compatible with the following mods:

Forked Mods

Compatibility via Mixins

Incompatibilities

Our Team currently includes:

  • _MasterEnderman_ - Project-Manager, Developer
  • Klebestreifen - Developer

You can contact us on our Discord.

Contributing

Feel free to contribute to the project. We are always happy about pull requests. If you want to help us, you can find potential tasks in the issue tracker. Of course, you can also create new issues if you find a bug or have a suggestion for a new feature. Should you have any questions, feel free to ask us on Discord.

Partnership with Akliz

It's a pleasure to be partnered with Akliz. Besides being a fantastic server provider, which makes it incredibly easy to setup a server of your choice, they help me to push myself and the quality of my projects to the next level. Furthermore you can click on the banner below to get a discount. :')

If you aren't located in the US, Akliz now offers servers in:

Maven Dependency

We use GitHub packages. If you need our mod as a dependency:

repositories {
    maven {
        name "GitHubPackages.Ender-Development.Embers-Extended-Life"
        url "https://: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@maven.pkg.github.com/Ender-Development/Embers-Extended-Life"
    }
}

dependencies {
    implementation "teamroots.embers:embers_extended_life:1.x.x:dev"
}

See https://github.com/Ender-Development/Embers-Extended-Life/packages/

About

Continuation of Embers Rekindled, a dwarven magic mod for Minecraft 1.12.2.

https://curseforge.com/minecraft/mc-mods/embers-extended-life

License:MIT License


Languages

Language:Java 99.8%Language:GLSL 0.2%