Tags
Creators
Details
All versions
0.9.0
Beta
Oritech 0.9.02 years ago 3,716
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
The arcane update! Allows us engineers to harness the power of minecrafts' arcane parts.
Full changelog:
- Update to minecraft version 1.21.1, fabric loader 0.16.2, fabric api version 0.102.1+1.21.1
- Add arcane catalyst block, used to apply enchantments from books using souls
- Add stabilized enchanter block, used to apply selected enchantments using souls from nearby catalysts
- Add spawner cage controller and spawner cage blocks, used to spawn mobs using souls
- Add soul flower crops
- Mobs now release souls on death when a block capable of collecting it is nearby
- Add a tooltip to the item filter item
- Remove banana block
- Item/Fluid Pipes remember extraction state when switching between regular and connection pipes (@jshipley)
- Portable storages and portable tanks can now be moved with pistons, and placed from dispensers (@jshipley)
- Addons will now cause pipes to properly connect when activated (@jshipley)
- Add silicon item tag for better compatibility with Energized Power (@jshipley)
- Enderic lasers now restart their search when targeted amethysts are fully grown (@jshipley)
- Add mod compat for alloy forgery mod (@jshipley)
- Add proper hitboxes to machine addon blocks (@jshipley)
- Update guidebook art and new sections (@jshipley)
- Make Oritech more translatable (@jshipley)
- Solar panels now only work with sky light (@jshipley)
- Destroyer blocks will now properly harvest blocks when shears are required (@jshipley)
- Fertilizer blocks can now use bonemeal to speed up their operations (@jshipley)
- Tree cutters now work on tree-like structures, such as large mushrooms (@jshipley)
- More minor block behaviour improvements (@jshipley)
- New Jade plugin to improvements shown data for used machine cores
- Add block variants for machine platings (pressure plates, stairs, slabs) (@jshipley)
- Use vanilla-like durations for smelting/blasting recipes
- Update athena, lavender, geckolib and owo-lib
- Fix Exo Armor leg animations rendering on the wrong sides
- Fix basic generator consuming lava buckets
- Fix z-fighting model issues with lava generator, basic generator and steam addon (@jshipley)
- Fix inventory slot automation issues in portable tank and generators (@jshipley)
- Fix right drone propeller not spinning in the landing animation
- Fix item duping in drone port UI
- Fix guide book working as universal diamond-level tool
- Fix a potential crash with energy transfer of pipes in rare edge cases
- Fix crash when block picking large energy storage blocks (from in-world)
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:4sYI62kA:2gKNPLtT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4sYI62kA:2gKNPLtT"
}





