Tags
Creators
Details
1.6.0
Compatibility
Required content
Changes
1.6
- New Block : Ender Packager which allow to transfer packages wirelessly
- New Block : Stock Manager which allow to protect your network, rename it and visualize blocks linked to it
It's available as a beta feature so you need to activate it in the createqol-features.json file.
- Add Shadow Steel and Refined Radiance Armors and Reworked Shadow Radiance Armor Texture
- Add Shadow Steel, Refined Radiance Armors and Shadow Radiance Armor Tools
These new tools come with new abilities like Auto-Smelt, Harvesting and more
- Add Chromatic Compound, Shadow Steel, Refined Radiance and Shadow Radiance Blocks
- Add Shadow Radiance Casing
- Inventory Linker is now crafted with shadow radiance casing
- Statues are no longer a beta feature
- Boost when starting using elytra on the shadow radiance chestplate can be disabled
- When applying elytra on chestplates, enchantments are regiven to the player
- There is no longer a reach boost on the armor, only tools have a reach multiplier from x1.5 to x2
- Add a feature to keep components on some recipe types
- Trash can mode now also work in the block form
- Stations can now be right-clicked with a schedule to add it directly
- Some tooltips on armors and tools can be hidden
- Add Keybind to toggle armors' effects
- A lot of strings are now translatable (Thanks to Vladis Crafter)
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:hezpkOYP:ADmjncvy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hezpkOYP:ADmjncvy"
}

