Links
Tags
Creators
Details
All versions
1.0.1
Release
Better Electroblob’s Wizardry 1.0.12 weeks ago 24
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
此模组旨在扩展 Electroblob's Wizardry Redux 的玩法 添加联动模组:
- 添加 帕秋莉手册 模组联动;
- 添加 KubeJS 模组联动(用于自定义配方)
- 添加 Cerulean's Mystical Smithery 模组建筑方块
添加配方:
- 添加 GameIdiot's Craftable Wizardry Items 模组中配方
- 添加 Spell Book 法术术配方(通过 KubeJS 脚本设置)
添加物品:
- 添加 上锁的书
- 添加 星芒宝钻碎片
- 添加 魔法水晶种子
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| better_ebwizardry-fabric-1.0.1-sources.jar | Source jar | 13.91 KiB |
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:GFMZsAwy:VjkScRT1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GFMZsAwy:VjkScRT1"
}

