difficulties with morph abilities with datapacks
charz185 opened this issue ยท 7 comments
hi, i have made a mod called attack on block and i wanted to use this mod for a server.
It was working amazingly at first being able to morph into the mobs, but now im trying to figure out custom mob abilities through datapacks. I have been struggling a lot this evening with this.
If you could make a template datapack, with one mob json files in it. think it would be much easier for me and many others. Im very thanful for the guide, but it just wont work for me.
sorry if this is the wrong place for this, but im not very good with github.
anyways, amazing mod!
Well, you would need Java coding and Minecraft modding skills to do that. Alternatively, you can tell me what abilities you might need to add that are not currently there, so that I can add these to the mod in the next version.
There should already be plenty of abilities though, so please double-check the ability list (you can find said list at the bottom of the README.md file) so that you can be sure that the ability which you want to add really doesn't exist.
Alright. I currently can't create a sample data pack sadly, however, I can point you to the data folder of this mod (it is essentially a data pack that is being activated automatically when the mod is loaded):
I hope I could resolve your issue with this answer.
Cheers,
Budschie.
Also, if you need a more detailed guide of the structure of the ability files (+ a list of all abilities), you can find it in the README.md file of this project.
i also have one last question, how do i make my own attributes? I would like to use the boom attribute more than once, so is there a way for me to make one myself?