{"id":28218060,"url":"https://github.com/lumine1909/wecuifix","last_synced_at":"2025-09-06T22:33:00.996Z","repository":{"id":290132939,"uuid":"973470412","full_name":"Lumine1909/WeCuiFix","owner":"Lumine1909","description":"Fix WorldEdit work with WorldEditCUI on 1.20.5 - 1.12.4","archived":false,"fork":false,"pushed_at":"2025-07-26T13:25:11.000Z","size":2649,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T19:30:34.675Z","etag":null,"topics":["fabric","fix","mod","worldedit","worldeditcui"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lumine1909.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-27T03:58:59.000Z","updated_at":"2025-07-26T13:25:21.000Z","dependencies_parsed_at":"2025-04-27T05:18:46.327Z","dependency_job_id":"05d1ccc7-e59d-4ba5-b85a-1031ab62de60","html_url":"https://github.com/Lumine1909/WeCuiFix","commit_stats":null,"previous_names":["lumine1909/wecuifix"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Lumine1909/WeCuiFix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumine1909%2FWeCuiFix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumine1909%2FWeCuiFix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumine1909%2FWeCuiFix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumine1909%2FWeCuiFix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lumine1909","download_url":"https://codeload.github.com/Lumine1909/WeCuiFix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumine1909%2FWeCuiFix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973598,"owners_count":25200575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fabric","fix","mod","worldedit","worldeditcui"],"created_at":"2025-05-18T01:10:09.557Z","updated_at":"2025-09-06T22:33:00.983Z","avatar_url":"https://github.com/Lumine1909.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## WeCuiFix (Fabric Mod)\n\nA fabric mod that fix WorldEdit work with WorldEditCUI on 1.20.5-1.21.4\n\nSince 1.21.5, WorldEdit and WorldEditCUI are compatible with each other, this mod is unnecessary\n\nPlease install this mod with both WorldEdit and WorldEditCUI\n\n----------\n\n### Update for the newer WorldEditCUI\n\nFrom [this](https://github.com/EngineHub/WorldEditCUI/commit/63ec72e101e172167a5b6a7b5a91a53450dd1f46) commit, WECUI has **Explicitly mark an incompatibility** with WorldEdit. In order to fix that, you have to modify WECUI's config file manually to bypass the fabric's compatibility check with this followed step:\n\n#### Options 1. Modify WECUI Jar:\n\n1. Open WECUI Jar from what ever unzip software you want.\n\n![image](https://github.com/user-attachments/assets/ca96d5b2-fb30-4de4-a83d-606fab6bf07f)\n\n2. Open fabric.mod.json, remove all the \"breaks\" part, and save it.\n\n![image](https://github.com/user-attachments/assets/30189b96-2c6c-4e7e-8e67-b09ce145c6eb)\n\n#### Option 2. Add dependency override file in minecraft config:\n\n1. Open `.minecraft/config` (If you enabled version isolation, open `.minecraft/version/%YOUR_VERSION%/config` instead.\n\n![image](https://github.com/user-attachments/assets/6c6db5e7-b438-4885-a38d-c8f275d86fad)\n\n3. In this folder, create a new file named `fabric_loader_dependencies.json` and input:\n```\n{\n  \"version\": 1,\n  \"overrides\": {\n    \"worldeditcui\": {\n      \"-breaks\": {\n        \"worldedit\": \"IGNORED\"\n      }\n    }\n  }\n}\n```\n\n3. Save the file. (Or you can download the file from [here](https://github.com/user-attachments/files/20972440/fabric_loader_dependencies.zip))\n\n\n#### After finish those step, you could be able to use both of the mod together.\n\n----------\n\n### License\n\nCopyright (C) 2025, Lumine1909;\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumine1909%2Fwecuifix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumine1909%2Fwecuifix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumine1909%2Fwecuifix/lists"}