fix: Minecraft 1.20 crashing the semver parser
int patch = patchString == null ? 0 : Integer.parseInt(matcher.group(patchString));
fix: Minecraft 1.20 crashing the semver parser
nitpick: could use the previously assigned variable in the Integer.parseInt
call
rework dsl, add mod configurations (remapped), add support for other mappings
b6b212fdd9
start supporting other mapping formats
97c27ac542
update thyroxine, rewrite dsl, add support for other mapping formats