Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
0.4.0-1.20.4
Beta
Divinity Unbound 0.4.0-1.20.42 years ago 256
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
v0.4.0
- Added Item Filter (can be used in Wormhole Transporter as a Whitelist or a Blacklist)
- Added Zeus Battery and Creative Zeus Battery (can be used to store power)
- Added Demeter's Harvester (can be used to automatically harvest crops)
- Added Persephone's Blessing (can be used to speed up crop growth)
- Added Condensed Matter Dust, Divine Time Dust, and Divine Space Dust (and compressed storage blocks for each)
- Added Ethereal Crystal Greens, Ethereal Crystal Greens Seeds, and Ethereal Crystal Greens Salad
- Added Ethereal Crystal Greens Seeds to plains village chest loot table
- Added Battery Core item, used in crafting Zeus Battery
- Added Proteus Converter multiblock structure to Patchouli Book for in-world visualization
- Changed Wormhole Transporters to now work in any direction, (previously did not work on the up/down on blocks)
- Changed Zeus Battery, Coal Generator, and Space Time Evaporator to push power to neighboring blocks automatically
- Added the ability to pick up the Zeus Battery and Hallowed Fluid Tank and still maintain their fluids/energy.
- Foci now have a max durability and will break after generating a certain amount of resources.
- Put restrictions on what blocks the Mystic Chronograph can tick accelerate.
- Slightly adjusted Coal Generator's energy output from 64/t to 55/t to be more in line with the standard
- Fixed bug that was preventing Wand of Teleportation from working across dimensions. Should now work across Overworld, Nether, and End.
- Fixed outline boxes for Wormhole Transporter and Persephone's Blessing
Optional dependencies
Any compatible version
Any compatible version
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:UsPGFm2q:dWyOcn2F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UsPGFm2q:dWyOcn2F"
}

