Links
Tags
Creators
Details
All versions
v1.15.0-mc1.21.3
Release
Carpet IGNY Addition v1.15.0 for mc1.21.3last week 6
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Carpet-Igny-Addition v1.15.0
✨新内容:
规则:
- 阻止海豚丢弃物品动画堵塞 (preventDolphinItemDropAnimationClogging) 10b8063
- 发射器回收实体 (dispenserEntityRetrieval) 10b8063
- 快速放置熔岩 (quickPlaceLava) 10b8063
- 重新引入箭矢逐一碰撞实体 (sequentialArrowHitEntityReintroduced) 10b8063
- 关闭TNT投掷 (disableTntDispense) 9de139d
- 音符盒音高不变 (noteBlockNoteUnchanged) 9de139d
- 更好的轻松放置协议 (betterEasyPlaceProtocol) 9de139d
🐛修复:
- 1.20.4-无法放置末影箱 01de2ef #94
可链接的末影箱 (linkableEnderChest)规则不兼容Carpet-AMS-Addition的largeEnderChest规则 3db07ea- 合成器与投掷器面对末影箱时投掷行为异常 9b42079
- 潜在的客户端内存泄露 9b42079
完整更新日志: v1.14.1...v1.15.0
Carpet-Igny-Addition v1.15.0
✨ New Features:
Rules:
- preventDolphinItemDropAnimationClogging 10b8063
- dispenserEntityRetrieval 10b8063
- quickPlaceLava 10b8063
- sequentialArrowHitEntityReintroduced 10b8063
- disableTntDispense 9de139d
- noteBlockNoteUnchanged 9de139d
- betterEasyPlaceProtocol 9de139d
🐛 Bug Fixes:
- Fixed an issue where ender chests could not be placed in versions below 1.20.4 01de2ef #94
- Fixed an issue where the
linkableEnderChestrule was incompatible with thelargeEnderChestrule inCarpet-AMS-Addition3db07ea - Fixed an issue where crafters and droppers behaved abnormally when throwing while facing an ender chest 9b42079
- Fixed an issue where there was a potential client-side memory leak 9b42079
Full Changelog: v1.14.1...v1.15.0
Build Information
- File name:
carpet-igny-addition-v1.15.0-mc1.21.3.jar - SHA-256:
5710427414ba7e46a3a6b21c84ecd57893e9e47c77b0bee30a04fe0e63148f0d - Built from: https://github.com/liuyuexiaoyu1/Carpet-Igny-Addition/actions/runs/32360467722
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:7PCm6yD1:HpzEC1Cz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7PCm6yD1:HpzEC1Cz"
}

