https://github.com/the-aether-team/emissivity
An addon for The Aether, adding emissivity to various textures.
https://github.com/the-aether-team/emissivity
1-19 1-20 1-21 addon aether aether-i aether-mod aether-team curseforge forge minecraft minecraft-1-19 minecraft-1-20 minecraft-1-21 mod modrinth neoforge official
Last synced: 4 months ago
JSON representation
An addon for The Aether, adding emissivity to various textures.
- Host: GitHub
- URL: https://github.com/the-aether-team/emissivity
- Owner: The-Aether-Team
- License: lgpl-3.0
- Created: 2023-08-13T20:02:21.000Z (almost 3 years ago)
- Default Branch: 1.21.1-develop
- Last Pushed: 2025-04-06T16:47:50.000Z (about 1 year ago)
- Last Synced: 2025-05-05T04:36:31.747Z (about 1 year ago)
- Topics: 1-19, 1-20, 1-21, addon, aether, aether-i, aether-mod, aether-team, curseforge, forge, minecraft, minecraft-1-19, minecraft-1-20, minecraft-1-21, mod, modrinth, neoforge, official
- Language: Java
- Homepage: https://modrinth.com/mod/aether-emissivity
- Size: 330 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-ASSETS.txt
Awesome Lists containing this project
README
# Emissivity
The Emissivity addon applies **emissive textures to various items, blocks, and equipment** found in the Aether mod. This means that these textures will appear bright regardless of the light level when they are in the world.
These changes apply to things made from **Ambrosium, Phoenix equipment, dungeon stone runes, and even the Shield of Repulsion**. All items and blocks have emissive textures handled through the mod's data pack files, while emissive equipment is toggleable within the mod's config options.
## :heart: Support The Aether Team
[](https://patreon.com/TheAetherTeam)
[](https://discord.gg/aethermod)
[](https://twitter.com/DevAether)
[](https://mastodon.gamedev.place/@DevAether)
[](https://bsky.app/profile/aether-mod.net)
[](https://www.threads.net/@devaether)
[](https://www.facebook.com/AetherMod)
[](https://www.instagram.com/devaether)
[](https://www.tiktok.com/@devaether)
[](https://www.youtube.com/@DevAether)
[](https://www.twitch.tv/theaetherteam)
[](https://www.reddit.com/r/TheAether/)
[](https://aether.wiki.gg/)
If you enjoy our work, [please consider making a pledge](https://patreon.com/TheAetherTeam) today to help fund development. Every pledge goes directly into our development process and services, enabling us to continue making the Minecraft mods you know and love.
You can also support The Aether Team's projects by telling your friends, joining our Discord server, and sharing our progress and announcements on social media. Every bit helps!
If you're interested in sponsoring Emissivity or The Aether Team, please [contact Oz#1986 on the Aether Community Discord](https://discord.gg/aethermod).
## :package: Download the latest releases
[](https://files.minecraftforge.net/net/minecraftforge/forge/)
[](https://modrinth.com/mod/aether-emissivity)
[](https://modrinth.com/mod/aether-emissivity)
[](https://www.curseforge.com/minecraft/mc-mods/aether-emissivity)
[](https://www.curseforge.com/minecraft/mc-mods/aether-emissivity)
[](https://app.circleci.com/pipelines/github/The-Aether-Team/Emissivity?branch=1.21.1-develop)
### Release builds
Emissivity has stable release builds available on [Modrinth](https://modrinth.com/mod/aether-emissivity) and [CurseForge](https://www.curseforge.com/minecraft/mc-mods/aether-emissivity).
### Bleeding edge builds
If you’re feeling a bit more adventurous or wish to help test the in-development versions, we provide **bleeding edge builds** which are produced on [CircleCI](https://app.circleci.com/pipelines/github/The-Aether-Team/Emissivity). These builds are created for every new commit and contain the latest available code. We do not recommend users treat these builds as releases, as they are unfinished and may contain serious issues. If you wish to download these builds, check out [this guide](https://github.com/The-Aether-Team/The-Aether/wiki/CircleCI-Guide).
### Packages
To install this mod through GitHub Packages in Gradle for development, you will need the [Gradle Github Packages Plugin](https://github.com/0ffz/gpr-for-gradle). To use it, make sure you have access to the Gradle plugins maven and the plugin as a buildscript dependency:
Buildscript Code
`settings.gradle`
```
pluginManagement {
repositories {
gradlePluginPortal()
}
}
```
`build.gradle`
```
plugins {
id 'io.github.0ffz.github-packages' version '[1,2)'
}
```
Then you need to specify the package you want to use in your repository:
Repositories Code
```
repositories {
...
maven githubPackage.invoke("The-Aether-Team/Emissivity")
}
```
Then load it through your dependencies, with `project.emissivity_version` specified in the `gradle.properties`:
Dependencies Code
```
dependencies {
...
compileOnly "com.aetherteam.aether_emissivity:aether_emissivity:${project.emissivity_version}"
runtimeOnly fg.deobf("com.aetherteam.aether_emissivity:aether_emissivity:${project.emissivity_version}")
...
}
```
## :bug: Report bugs or other issues
If you're running into bugs or other problems, feel free to open an issue on our [issue tracker](https://github.com/The-Aether-Team/Emissivity/issues). When doing so, make sure to use one of the provided templates and fill out all the requested information. Make sure to keep your issue's description clear and concise. Your issue's title should also be easy to digest, giving our developers and reporters a good idea of what's wrong without including too many details. Failure to follow any of the above may result in your issue being closed.
## :wrench: Contribute to the project
Looking to contribute to the project? We ask that you read over our [Contributor's Guide](https://github.com/The-Aether-Team/Emissivity/blob/1.21.1-develop/docs/CONTRIBUTING.md) for more details as well as our [Contributor License Agreement (CLA)](https://github.com/The-Aether-Team/Emissivity/blob/1.21.1-develop/docs/AGREEMENT.md) before getting started.
Not sure what to help with? Take a look at our issue tracker for some ideas! [Here's a quick link](https://github.com/The-Aether-Team/Emissivity/labels/status%2Fhelp-wanted) which shows all the currently open issues that we'd love some help on.
## :scroll: License information
[](https://en.wikipedia.org/wiki/All_rights_reserved)
[](https://github.com/The-Aether-Team/Emissivity/blob/1.21.1-develop/LICENSE.txt)
If you're wanting to create a gameplay video/review, extension or addon, parody, or any other fan work of your own for Emissivity, go for it! We love seeing the content our community creates, and we hope to make it as welcoming as possible for everyone. We ask however that you please don't advertise using our brand (our specific logo assets, team name, official social media posts).
If you are thinking about using Emissivity's project code or assets, please note our licensing. **All assets of Emissivity are unlicensed and all rights are reserved to them by The Aether Team and their respective authors.** The source code of Emissivity is under the LGPL v3.0 license.
If you have a reason that you wish to use our brand or any unlicensed material, please [get in contact with Oz#1986 on the Aether Community Discord](https://discord.gg/aethermod) for details.
## :star2: Special mentions
### :speech_balloon: Translations
Emissivity is available in these languages thanks to the following contributors:
| Language | Locale | Translators |
|----------|---------|-------------|
| Russian | (ru_ru) | mpustovoi |
|