Included content
| Name | |
|---|---|
📦 Item Info Copier (IIC) - v1.0.1 ✨ Features | 新功能 Settings UI: Now supports ModMenu & Cloth Config. You can toggle copy functions in the settings menu. 设置界面: 支持 ModMenu & Cloth Config。现在可以在设置菜单中自由开关各个复制功能。 Clickable Chat: Click the [Copy] button in the chat to copy specific item information (NBT, ID, etc.). 点击复制: 聊天框信息现在支持点击操作,可单独复制某项属性(如 NBT、ID 等)。 Bilingual Support: Full support for English and Simplified Chinese. 双语支持: 完整支持中英文界面。 New Icon: Updated mod icon for a better look. 全新图标: 更新了模组图标。 ⚠️ Note | 备注 Compatibility: This version has only been tested on Minecraft 1.20.1. 兼容性: 此版本仅在 1.20.1 版本中进行过完整测试。
| Name | |
|---|---|
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.
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:I3oaVHmR:aeyT35Ss"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I3oaVHmR:aeyT35Ss"
}