Resources:
- (*) https://fabricmc.net/wiki/tutorial:migratemappings
- https://fabricmc.net/develop/
- further info on fabric modding: https://fabricmc.net/wiki/start
Basic steps:
- Select the target Minecraft version on site (*)
- Copy gradle command and run it in the root of the gradle project
- Migrated sources lay in
remappedSrc
, compare tosrc/main/java
(for example with the toolmeld
) - Merge changes from
remappedSrc
intosrc/main/java
- Update
gradle.properties
according to info on site (*) - Refresh project in IDE
- Check and update any mixin targets that may be outdated