Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 3 months ago
All versions
1.3.0
Release
Databank 1.3.08 months ago 29.4K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Additions
- Moved interface for dynamically modifying item attributes from DnE to Databank
- Added a system for special conditions
- Added support for armatures in databank models
- Added utilities for stretched blits and nine slices
- Added a dialogue system
- Added a small utility for conversion between Rotation and Direction to DatabankUtils
- Added utilities for modifying the data of offline players
- Added utilities for instanced dimensions
Changes
- Modified the databank model format; if you are a developer, please run the python script in the databank github to update your models
- Changed BasicMegablockCores to take in a BlockState in the getRotation method
Fixes
- Fixed an issue where inflation on models would be inverted on y axis
- Fixed Megastructure logging error saying it was music controllers
- Fixed BasicMegablockCores not using the rotated shape when checking if it can place
- Fixed it being difficult to change the placement block state for BasicMegablockCores
- Fixed an issue where the BasicMegablockRouter would not properly set the "core" variable
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:2Ct0NAxj:62xo9p1M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2Ct0NAxj:62xo9p1M"
}

