Links
Tags
Creators
Details
v0.1.2-Alpha
Compatibility
Required content
Changes
Show Changelog
Rewrite v0.1.2 Alpha
The Textures Update (+Advancements)
Changes:
- Changed Old Item Textures
- Reptianium shard, ingot, tools and armor textures were refreshed
- Virtus and Nefas Essences textures got refreshed
- Added Particles for Virtus & Nefas Lamps
- Changed the particles emitted by Virtus & Nefas Lamps from the placeholders to the new particles
- Now placing Virtus or Nefas Lamps will release a shockwave that showcases the area of prevention
- Added Advancements
- Renamed "Essence of ..." to "... Essence"
Fixed Bugs:
No fixed bugs
Known Issues:
Currently no known issues, If you encounter an issue, please report it through the GitHub Issue Tracker
Notes:
- NAI Additions version is
0.1.2-Alpha - I didn't change the textures of blocks as I quite like them, I just wanted to fix the terrible textures of Reptianium items
P.S.: I'm making this project for fun! And also to learn Java, It might not get updated or maintained frequently, But I will try to not abandon it.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:cGQ5Ig5j:rh7PeoMm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cGQ5Ig5j:rh7PeoMm"
}

