Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 11 months ago
All versions
0.1.6
Release
0.1.6-forge4 years ago 64
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
This update was mostly focussed on bug fixes and usability features.
Features
- added the Everbook, which allows for saving Hexes that you make between worlds so that you can easily use them everywhere.
- added Everbook Macros, which let you draw a single pattern with your staff to in effect draw out a whole list of patterns stored in your Everbook.
- added Transmitting across, letting you start transmitting across a link, after which every pattern you draw with your staff is instead sent as an iota across the link until you stop transmitting (this allows for giving instructions easily to a wisp, or to build a mini-IDE into a wisp).
Bug Fixing
- Wisps can now only summon one wisp per cast, to further limit the possibility of making a fork bomb with them.
- Wisp casting once again doesn't show particles under the player.
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:aBVJ6Q36:Gdnp4OnN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aBVJ6Q36:Gdnp4OnN"
}

