pollen
⚙️ Library for all Moonflower mods. Adds bridges for Fabric and Forge using Architectury along with utilities such as our Pinwheel bedrock animation API. (by MoonflowerTeam)
MultiLoader-Template
A template for a Forge + Fabric project setup using a Common source set. (by jaredlll08)
pollen | MultiLoader-Template | |
---|---|---|
1 | 7 | |
32 | 443 | |
- | 7.4% | |
4.0 | 6.8 | |
10 months ago | about 1 month ago | |
Java | Java | |
GNU General Public License v3.0 or later | Creative Commons Zero v1.0 Universal |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pollen
Posts with mentions or reviews of pollen.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-06.
-
This guy on curse forge must've joined a cult or something, mod is simple unbreakable tools
Also you can create your own bridge APIs like Pollen.
MultiLoader-Template
Posts with mentions or reviews of MultiLoader-Template.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-06.
-
I would like to attempt making a mod
The two main ways I know of are "Multiloader-Template style" and "using Architectury-Loom". Archloom is a big Gradle plugin that tries to do everything for you, multiloader-template is less of a software package and more of a code style. I'm not familiar with archloom but i've written a bunch of mods with the multiloader-template style.
-
My new mod, Gourds Fix, adding horizontal placement for pumpkins and melons, is out!
This mod wouldn't be possible without Statement Library, which does all the heavy lifting (that said, it is required on both server and client). Also thanks to Jaredlll08 and Darkhax for creating Multiloader Template!
-
Forge or Fabric, from a mod developing perspective?
As a developer I want as many players to enjoy my work as possible, that's why I prefer both and have worked on tools to make it easier for developers to release for both.
-
Making a mod in 2022, which should I use after all, Fabric or Forge
Regardless of what you choose, If you do want to support both down the line there is a template by Darkhax, jaredlll08 and a few others which makes compiling for both easier by having a common source https://github.com/jaredlll08/MultiLoader-Template
-
This guy on curse forge must've joined a cult or something, mod is simple unbreakable tools
It's the end of the world as we know it.
-
The WIP story of refactoring JEI into a multi-project
You can clone https://github.com/jaredlll08/MultiLoader-Template and see how it works, I know that ForgeGradle fixed a bug they had with multiproject configurations, but I'm not sure if any of the other problems are solved.
What are some alternatives?
When comparing pollen and MultiLoader-Template you can also consider the following projects:
webdisplays - WebDisplays mod for Minecraft 1.12.2
architectury-api - An intermediary api aimed at easing development of multiplatform mods.
betteranimalsplus - A mod adding new animals to Minecraft
fabric-loader - Fabric's mostly-version-independent mod loader.
LightOverlay - To provide users with NEI-like light overlay for Minecraft 1.14+.
fabric-loom - Gradle build system plugin used to automate the setup of a minecraft mod development environment.