Tags
Creators
Details
3.2.4
Compatibility
Changes
Changelog
[1.17.1 - 3.2.4]
- fix: correct redstone update
- ref: update buildpipeline
[1.17.1 - 3.2.3]
- feat: add item damage
- ref: update linkable api
[1.17.1 - 3.2.2]
- rem: debug output
[1.17.1-3.2.1]
- feat: added multi linking tool
[Update]
- feat: added multi-emitter block
- feat: added remote control
[!Breaking Changes]
- 1.19 update to 1.19.3+ with loosing compatibility to <= 1.19.2
- Introducing linkable API which might break things
[Update]
- feat: pr_br language from @FITFC
[Update]
- feat: Added remote activator
[1.19.1-Forge]
- Updated to Forge version 1.19.1-42.0.1
This version is only for 1.19.1-42.0.1 and higher. Please use older versions for older forge versions.
[1.19-Forge]
- Fixed startup crash for newer forge versions
This version is only for 1.19-41.0.98. Please use older versions for older forge versions
[Internal]
- Internal forge update
[Internal]
- Internal forge update
[1.19]
- deps: Updatet to 1.19
[Update/Fix]
- feat: Added block tags and loot tables (blocks drop items when they are broken)
[Internal]
- Internal forge update
[Internal]
- ref: Added final modifier
- deps: Updatet dependencies
[Internal] 04.13.2022 - 1
- Internal forge update
[Internal] 03.24.2022 - 1
- Internal forge update
[Internal] 03.16.2022 - 1
- Internal forge update
[Internal] 03.14.2022 - 1
- Internal forge update
[Fix] 03.09.2022 - 1
- Fixed wrong ressource files
- Fixed loading bug
[Update/Fix] 1.17.1 - 06.11.2022 - 1
- feat: Blocks are now breakable with an iron pickaxe
- fix: Fixed link not being saved correctly
[Update] 01.31.2022 - 1
- Update readme
[Release] 10.11.2021 - 1
Change release type from beta to release
[Fix] 1.14.4 - 08.06.2021 - 1
- Fixed issue with unneeded chunkloading
[Fix] 1.13.2 - 08.05.2021 - 2
- Fixed issue with language keys not working
1.13.2 release
[Fix] 07.28.2021 - 1
- Fixed issues with server sided translation keys
[Update] 07.23.2021 - 1
- Linkingtool status can now be viewed in the tooltip
- Emitter linking status can now be viewed by clicking on it
- Emitters can now be unlinked via sneaking and right clicking it
- Linkingtools can now be unlinked via sneaking and right clicking
- Additional information has been added
- Positions are now shown when the linking tool is used
- Added crafting recipes
- Updated EN, DE language
1.0
Inital Curserlease
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:rMlghquR:8mq8VpWe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rMlghquR:8mq8VpWe"
}

