Tags
Creators
Details
1.21.1-0.6.0-Beta-03
Compatibility
Changes
Create: Mobile Packages - v0.6.0-Beta-03
This is a preview of the next release. Nothing is final and things will change!
DON'T USE THIS BETA-RELEASE IN YOUR MAIN WORLD. BACKUP YOUR FILES BEFORE INSTALLING!
NEW in this BETA:
Changes
- added Mobile Packager for packaging items on the go
- Bump create_version to 6.0.8-289
- added "/cmp robos clear" command to remove all robos (#261)
- disable dimension travel for robos (nether & end portals) (#250)
- fix bee port duplication bug (#252)
- update Translations (#243)
NEW in OLD BETA:
Breaking Changes
Logistics Network support
Warning! This will break all existing ports. They need to be replaced to link to a logistics network!
- link a bee port to a logistics network or place one to create a new one
- bees will only fly to bee ports within their network.
- the bee item can be linked to a logistics network
- if a bee item is not connected to a network, then the bee will fly to any port (closest)
Changes
- simplify Robo behavior state system
- add nametag 'No valid target' to Robos
- added Abstractions for the target
Bug Fixes
- add support for Create 6.0.7 (#241)
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:1vXRfEHZ:asvFQAYD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1vXRfEHZ:asvFQAYD"
}

