Budschie's Morph Mod

Budschie's Morph Mod

939k Downloads

difficulties with morph abilities with datapacks

charz185 opened this issue ยท 7 comments

commented

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!

commented

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.

commented

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.

commented

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):

https://github.com/Budschie/BudschieMorphMod/tree/master/src/main/resources/data/bmorph/morph_abilities

I hope I could resolve your issue with this answer.
Cheers,
Budschie.

commented

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.

commented

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?

commented

What exactly do you mean by using an attribute more then once?

commented

ok so i just realized i can use more than one ability at once, but how do i make more abilities to be used?