
Chaos Witch's Origin Grimoire__混沌魔女的起源魔导书
A mod for Minecraft 1.20.1 that supports both Forge and Fabric. On top of significantly reducing the difficulty of obtaining rare resources and advanced equipment by optimizing and altering vanilla crafting recipes, it also adds some magical items and game
1.2.1
Compatibility
Changes
修复内容:
将“小凌的妙妙铁砧”注册到标签页
优化内容:
1.提供了JEI的配方查看

注:图中红色部分为原版贴图所带有的,并非兼容性问题
2.更新了GUI的贴图
3.将原配方
{
"type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"GCG",
"GGG"
],
"key": {
"G": {
"item": "minecraft:gold_nugget"
},
"C": {
"item": "minecraft:copper_block"
}
},
"result": {
"item": "minecraft:gold_block",
"count": 1
}
}
改为该妙妙铁砧配方。内容如下:
{
"@1=@2": {
"items": "minecraft:gold_nugget*8,minecraft:copper_block*1"
},
"@3": {
"item": "minecraft:gold_block",
"count": 1
}
}
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:Axb71oHN:tqBplsRc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Axb71oHN:tqBplsRc"
}
