You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can now make lowcode mods by simply using the javafml language loader and not providing any java classes at all.
Once #246 is implemented, it will be much more natural to just not define a language loader at all for datapack-style mods, and that makes the lowcode loader somewhat redundant, which is why I suggest we deprecate it for removal (or outright remove it in a BC).
The guidance for modders should be: Just remove the loader + loaderversion from your neoforge.mods.toml.
There is slight overhead of creating a mod event bus even for such mods that don't have any event subscribers, but in large modpacks, datpack mods will make up a tine fraction of the overall mods, so I do not anticipate negative effects because of this.
The text was updated successfully, but these errors were encountered:
One can now make lowcode mods by simply using the
javafml
language loader and not providing any java classes at all.Once #246 is implemented, it will be much more natural to just not define a language loader at all for datapack-style mods, and that makes the lowcode loader somewhat redundant, which is why I suggest we deprecate it for removal (or outright remove it in a BC).
The guidance for modders should be: Just remove the loader + loaderversion from your neoforge.mods.toml.
There is slight overhead of creating a mod event bus even for such mods that don't have any event subscribers, but in large modpacks, datpack mods will make up a tine fraction of the overall mods, so I do not anticipate negative effects because of this.
The text was updated successfully, but these errors were encountered: