Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
1.4.0
Release
ars_additions-1.19.2-1.4.02 years ago 7,761
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
New
- Nexus Towers - A new structure, similar to Waystones, that allows easier teleportation around your world.
- Warp Nexus - A new block to facilitate storing and providing a UI for accessing Warp Scrolls. Requires Source unless naturally generated.
- Nexus Warp Scroll - A new type of scroll only useable inside a Warp Nexus, these are not craftable and spawn inside the Nexus Towers with their co-ordinates pre-written.
- Snoozebuncle - A new painting created by Ars Nouveau's own artist Gootastic.
- Wixie Enchanting Apparatus - A new crafting station for Wixie's to automate crafting on the Enchanting Apparatus.
- Added Sourcestone Buttons, Walls and Cracked Sourcestone
- Added Ars-themed Lanterns - Standard Lanterns with Ars themed casings
- Added Magelight-Lanterns - Hollowed Lanterns that have Magelights inside
- Ars-themed Chains - To match the new lantern types
- Ruined Warp Portals - A Warp Portal variant of the Ruined Portals that include an Explorer's Warp Scroll to help you discover new places.
- Retaliate Form - Cast a spell targeting the entity that last hit you within the last 5 seconds.
- Mark Effect - Store a reference to a target block or entity inside a Reliquary
- Recall Form - Use a reference from a Reliquary to cast a spell on a target block or entity.
- Ritual of Arcane Permanence - A ritual to chunkload your surrounding area, fully configurable and disabled by default.
- Ender Source Jar - An Ender Chest for Source. Place one in your base to fill up with source and take another with you to access it anywhere.
- Codex Entry (Lost, Ancient variants) - Teaches a random glyph of it's corresponding tier. Tier 1 is obtainable in basic dungeon loot. Higher tiers are unobtainable by default.
Updated
- Updated the version ranges for dependency mods.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ars_additions-1.19.2-1.4.0-sources.jar | Unknown | 644.7 KiB |
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:GYK6Gk8R:LeoXs7uo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GYK6Gk8R:LeoXs7uo"
}

