Links
Tags
Creators
Details
1.21.1-1.2
Compatibility
Changes
Create Dup Fix — версия 1.2.0
Обновление!
Мод получил новые возможности и исправления. Рекомендуется к установке всем пользователям.
🚀 Что нового
- Добавлен фикс для полок и скатертей (Create: Tradeworks) — устраняет дюп ресурсов со столов, полок (
ShelfBlock,SideShelfBlock,MetalShelfBlock) и скатертей при сборке и разборке физических конструкций (кораблей). - Автоматическая проверка обновлений — теперь мод проверяет наличие новых версий на Modrinth при запуске и выводит сообщение в консоль сервера или чат одиночной игры с кликабельной ссылкой на скачивание.
- Обновлённый конфигурационный файл — в
config/create_dupe_fix.jsonдобавлены опцииfixTableClothDupe,fixChainConveyorDupe,fixCBCSableCompatиcheckForUpdates.
🛠️ Исправленные проблемы
- Дюп предметов со скатертей и полок — при физичении конструкции вызов
TableClothBlockEntity.destroy()выбрасывал предметы на пол. Теперьdestroy()блокируется при сборке/разборке. - Дюп через цепной привод — добавлена строгая проверка соединений на сервере при снятии цепей гаечным ключом (шифт + ПКМ).
- Ошибка
@Mixin target not found— исправлено выравнивание клиентских миксинов для корректной работы на выделенных серверах. - Оптимизация зависимостей — сняты жесткие обязательные требования к некритичным аддонам.
⚙️ Дополнительно
- Конфигурационный файл
config/create_dupe_fix.json— позволяет индивидуально включать или отключать каждый фикс и автопроверку обновлений. - Оптимизация производительности — минимальное влияние на серверный тик.
🔧 Совместимость
- Minecraft: 1.21.1
- NeoForge: 21.1.230+
- Зависимости: Create 6.0.10+, Sable 1.2.1+, Copycats+ 3.0.4+
📌 Установка
- Скачайте
.jarфайл и поместите его в папкуmods. - Запустите игру (или сервер). Конфиг создастся автоматически.
- При необходимости отредактируйте
config/create_dupe_fix.json.
💬 Обратная связь
По всем вопросам, багам и предложениям — присоединяйтесь к нашему Discord-серверу:
https://discord.gg/rwDtNNq4dj
🇬🇧 English Version
Create Dup Fix — version 1.2.0
Update!
The mod has received new features and fixes. Recommended for all users.
🚀 What's New
- Added fix for shelves and tablecloths (Create: Tradeworks) — eliminates resource duplication from tables, shelves (
ShelfBlock,SideShelfBlock,MetalShelfBlock) and tablecloths during assembly and disassembly of physical structures (ships). - Automatic update checker — the mod now checks for new versions on Modrinth at startup and notifies server console or singleplayer chat with a clickable download link.
- Updated configuration file — added
fixTableClothDupe,fixChainConveyorDupe,fixCBCSableCompatandcheckForUpdatesoptions inconfig/create_dupe_fix.json.
🛠️ Fixed Issues
- Item duplication from tablecloths and shelves — when physicing a structure,
TableClothBlockEntity.destroy()dropped items on the floor. Nowdestroy()is blocked during assembly/disassembly. - Chain drive duplication glitch — added strict server connection checks when removing chains with a wrench.
@Mixin target not founderror — fixed client mixin alignment for proper dedicated server compatibility.- Dependency optimization — removed hard requirement locks for non-critical addon mods.
⚙️ Additional Features
- Configuration file
config/create_dupe_fix.json— allows configuring each fix and update check individually. - Performance optimisation — minimal impact on server tick rate.
🔧 Compatibility
- Minecraft: 1.21.1
- NeoForge: 21.1.230+
- Dependencies: Create 6.0.10+, Sable 1.2.1+, Copycats+ 3.0.4+
📌 Installation
- Download the
.jarfile and place it into yourmodsfolder. - Launch the game (or server). The config will be created automatically.
- If needed, edit
config/create_dupe_fix.json.
💬 Feedback
For bug reports, questions or suggestions — join our Discord server:
https://discord.gg/rwDtNNq4dj
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:JJRflpvX:P4L6py91"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JJRflpvX:P4L6py91"
}

