Skip to content
/ Paramita Public template

Another mutli-loader template, but beyond imagination.

License

Notifications You must be signed in to change notification settings

3TUSK/Paramita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pāramitā

When you still can't decide which loader and which version to develop with... why not choose ALL OF THEM?

This is a multi-project template for those who wish to develop a single Minecraft mod on multiple Minecraft versions and multiple loaders, altogether in a single place.

As you can see, this template is definitely NOT for newcomers. Users of this template are expected to have experiences on modding two or more Minecraft versions, as well as experiences with different modding frameworks (Fabric, Forge, Quilt, ...)

If you want something much simpler, jaredlll08/MultiLoader-Template is also a good start. That template focuses on one specific Minecraft version, which is much more conventional.

The name of this template Pāramitā is IAST of Sanskrit पारमिता, usually translated as "perfection", or less commonly interpreted as "that which goes beyond".

Usage

Simply clone the repository and start adding/removing subprojects based on your need. After that, you can start coding. Remember,

  • Change the mod name from ExampleMod to something else.
  • All shared code goes to -base projects.
  • Loader-specific code goes to loader-specific projects.
  • Access Wideners used in -base projects must be duplicated in all loader-specific projects, unless some APIs you depend on have done so already. This will get more significant when you encounter a method/field that Forge's AT has exposed for you.
  • Purge the entire .git directory and then git init if you need a fresh start of your git history.

All build.gradle files should give you enough hint about what do they do.

More coming soon

How to know which projects do I need?

Depends on your actual need. You probably want the latest version (as of today, it is 1.19.3) first. Nevertheless, here are a few things to consider:

  • Maintaining too many loader+version combinations can make you burn out very fast. You have been warned.
  • If you are on/want 1.19.*, you will need all of 1.19.2, 1.19.3 and 1.19.4 subprojects if:
    • You have new items (due to creative tabs changes between 1.19.2 and 1.19.3)
    • You have anything to do with BakedModel (due to various changes between 1.19.2 and 1.19.3)
    • You have direct reference to ItemTransforms.TransformType (ItemDisplayContext succeeds it in 1.19.4)
    • to be continued
  • If you are on/want 1.18.*, you will need both 1.18.1 and 1.18.2 subprojects if:
    • You have anything to do with world generation
  • To be continued

How to contribute

Coming soon

Credits

Special thanks to williewillus, Hurby, Alwinfy, et al. for their multi-loader project architecture used in Botania; without their pioneering work, this gigantic project layout will not be possible.

Special thanks to Architectury team for their work on Architectury Loom, which enables the usage of full Official Mapping on Forge with Minecraft 1.14 - 1.16.5.

Special thanks to all developers behind these projects:

  • Architectury Loom
  • Fabric Loom
  • ForgeGradle
  • Librarian (by ParchmentMC)
  • MixinGradle
  • Quilt Loom
  • VanillaGradle

Further Reading

About

Another mutli-loader template, but beyond imagination.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published