aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-03Add a dummy version of mcp.MethodsReturnNonnullByDefault to forgeInjectJuuxel
2020-12-03Add javax annotations for ForgeJuuxel
2020-12-03Merge branch 'dev/0.5' into forgeJuuxel
2020-12-03Remap mod dependencies + their coremods and ATsJuuxel
2020-12-03Add support for project ATsJuuxel
2020-12-03Add the mixin config to built jar manifestsJuuxel
2020-12-03Add Forge mixin supportJuuxel
2020-12-03Add environment variables to runClient and runServerJuuxel
2020-12-03Use the source set to generate the MOD_CLASSES env varJuuxel
2020-12-03Add the build outputs to the run config as MOD_CLASSESJuuxel
2020-12-03Add environment variable support for idea run configsJuuxel
2020-12-02Allow specifying natives directory with the `fabric.loom.natives.dir` gradle ...modmuss50
2020-12-02Revert unnecessary custom changesJuuxel
2020-12-02Switch to TR (once again) for remapping srg -> officialJuuxel
2020-12-02Extract patching logic to MinecraftPatchedProviderJuuxel
2020-12-02Manifest cleanupJuuxel
2020-12-02Merge the Forge manifest with the Minecraft manifest, ignoring any class sect...Juuxel
2020-12-02at go brrrJuuxel
2020-12-02Add experimental access transforming supportJuuxel
2020-12-02wutJuuxel
2020-12-02Add fixPackageAccess to MinecraftMappedProvider's tiny remapperJuuxel
2020-11-30Fix some weirdness in SrgMergerJuuxel
2020-11-30Fix derp in YarnNamingServiceJuuxel
2020-11-30Shade tiny mappings parser inside the injection jar, add launch property for ...Juuxel
2020-11-30Try to fix the loom injectionJuuxel
2020-11-30Add yarn naming service that is injected to the game jarJuuxel
2020-11-30Delete existing ATs when remappingJuuxel
2020-11-30Fix IOOBEJuuxel
2020-11-30Use proper slash format in coremod remapperJuuxel
2020-11-30Tweak AT and coremod remappersJuuxel
2020-11-30Add coremod and AT remappersJuuxel
2020-11-30Ignore missing classes in lenient SRG mergingJuuxel
2020-11-30Ignore missing fields and methods in SRG mergingJuuxel
2020-11-30Delete existing manifests when augmenting themJuuxel
2020-11-30Add Forge implementation data to MANIFEST.MFJuuxel
2020-11-30Fix non-root walkFileSystems, part IIIJuuxel
2020-11-30Fix non-root walkFileSystems, part IIJuuxel
2020-11-30Fix walkFileSystems with non-root source directoriesJuuxel
2020-11-30Add debug print to MinecraftProvider.walkFileSystemsJuuxel
2020-11-30Oops...Juuxel
2020-11-30Add fml.mcVersion and fml.forgeVersion to launch.cfgJuuxel
2020-11-30Use DLI for launching ForgeJuuxel
2020-11-30Meta-inf go brrrJuuxel
2020-11-29Fix Forge run config generationJuuxel
2020-11-29Make Forge mode run LaunchTesting instead of DLIJuuxel
2020-11-29Fix compilationJuuxel
2020-11-29Merge remote-tracking branch 'upstream/dev/0.5' into forgeJuuxel
2020-11-15Migrate to access-widener library (#294)modmuss50
2020-11-15Configure build task dependencies as each subproject comes up. (#299)Kitlith
2020-11-15Use Mercury 0.1.0-rc1 (#301)Jamie Mansfield