FABRIC CONVERSION FOR BYG/BWG(1.18.2-1.20.1) OR BOP(1.20.4/1.21.1)
Samlegamer opened this issue · 0 comments
Fabric doesn't have a block/item converter compared to forge, but mods allow you to do so.
IT IS RECOMMENDED TO BACKUP YOUR WORLD BEFORE CONVERTING, FOLLOW THE INSTRUCTIONS AND IF THE CONVERSION DOESN'T WORK OPEN AN ISSUE ON THIS GITHUB.
From 1.18.2 to 1.19.2 Macaw's BYG Fabric uses UpdateFixerUpper as a dependency to convert, modifying the ufu.txt file: https://www.curseforge.com/minecraft/mc-mods/updatefixerupper
For 1.19.3-1.20.1 Macaw's BYG Fabric uses Configurable Data Fixers, a file is created “configurabledatafixers.FORBYGRENAMETHISjson5”.
The “FORBYGRENAMETHISjson5” extension means that it's a conversion of the old byg mods and should be renamed to “configurabledatafixers.json5”, deleting the old generate file if present: https://www.curseforge.com/minecraft/mc-mods/configurable-data-fixers
For 1.20.4-1.21.1 Macaw's BOP Fabric uses Configurable Everything to convert, this mod not being present on Curse Forge it is not obligatory the folder configurable_everything and the file datafixer.FORBOPRENAMETHISdjs is generated even if it is not present just like 1.20.1 for BYG it is necessary to rename the file in “datafixer.djs” by deleting the old file generate if it is present: https://modrinth.com/mod/configurable-everything
Here are some basic conversion files for download:
BYG (1.18.2)
BYG (1.19-1.19.2)
BYG (1.19.3)
BWG (1.20.1)