Merge pull request #66 from Joel-Paul/patch-1
Remove duplicate section from README.md
This commit is contained in:
commit
de70d29ca6
|
|
@ -22,8 +22,6 @@ When using this template the majority of your mod should be developed in the `co
|
|||
|
||||
Loader specific projects such as the `fabric` and `neoforge` project are used to load the `common` project into the game. These projects also define code that is specific to that loader. Loader specific projects can access all the code in the `common` project. It is important to remember that the `common` project can not access code from loader specific projects.
|
||||
|
||||
## Removing Platforms and Loaders
|
||||
While the MultiLoader-Template includes support for many platforms and loaders you can easily remove support for the ones you don't need. This can be done by deleting the subproject folder and then removing it from the `settings.gradle` file. For example if you wanted to remove support for Forge you would follow the following steps.
|
||||
## Removing Platforms and Loaders
|
||||
While this template has support for many modloaders, new loaders may appear in the future, and existing loaders may become less relevant.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user