All versions
1.1
Release
Astralis 1.19 months ago 51
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
AUGMENTS & ARTEFACTS
- Added Soul of the warden (augment) (drops from the warden)
- Added Enchanced fire augment
- Added Enchanced water augment
- Added Levitator (artefact)
- Hero totem is now an augment
- Flask of gold is now an augment
- Cloak of invisibility is now an augment
- Changed the number of artefact slots from 2 to 1
- The cloak of invisibility is now craftable
BUILDING BLOCKS
- Added Polished meteorite rock [block, stairs, slab, wall]
- Added Meteorite rock bricks [block, stairs, slab, wall]
- Added Meteorite rock tiles [block, stairs, slab, wall]
- Added Checkerboard tiles [block]
- Added Big checkerboard tiles [block]
- Added Cosmic bricks [block, stairs, slab, wall]
- Added Terracota [stairs, slab, wall] (every color)
- Added Calcite [stairs, slab, wall, button]
- Added Smooth basalt [stairs, slab, wall, button]
- Added Amethyst [stairs, slab, wall]
- Added Endstone [stairs, slab, wall, button]
- Added Gilded Blackstone [stairs, slab, wall]
- Added Smooth stone [stairs]
- Added Polished andesite [wall, button]
- Added Polished diorite [wall, button]
- Added Polished granite [wall, button]
- Added Arcane amethyst [block]
WEAPONS
(loot for future structures/bosses) (currently unobtainable)
- Added Pickaxe of the fallen hero
- Added The forgotten blade
- Added The vindicator
- Added Spear of justice
- Added Tyrant's sword
- Added Flame fractal
BLAZING
- Added Blazing ingot (drops from blazes)
- Nerfed a bit
- Retextured blazing armor and tools
- Changed the crafting recipe (now crafted like most vanilla tool armor sets)
- Removed the blazing into netherite recipes
OTHER
- Added Cosmic brick (item)
- Added Cosmic metal nugget
- Added Sunglasses
- Added Meteorite cookie
- Added Shulker core
- Added Shulker core fragment (Drops from shulkers)
- You can now smelt raw cosmic metal in a blast furnace
- Retextured raw cosmic metal
- Removed lore from lunatic cultist armor tooltips
- Made tooltips for dev items, augments and artefacts look nicer
- Fixed game crashing when milk drank with rage effect active (the rage effect is now purely visual)
- Removed dragon rage effect
- Crafting a pocket dimension now requires 4 eyes of ender instead of 4 ender pearls
- Also some other recipe changes i forgot about
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:YecusWXb:ntSoQErg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YecusWXb:ntSoQErg"
}


