Started by
Planqqc
on
Topic category: Help with Minecraft modding (Java Edition)
I am using a datapack with functions that are then called upon by commands from the mod that I am working on in order to display images for casting magic, however I was wondering if anyone had a way to make these functions intrinsically a part of the mod. Thank you for anyone who has read this' time.
You can call functions that datapack adds using procedures, for example.
There is call function procedure block
How would I ship my procedures with the mod so they do not need to be in the form of a datapack?