Started by
PepitoMLG
on
Topic category: Advanced modding
Hey, I'm sorry if my English isn't good.
I have found this mod here and I wanted to update it to 1.15.2 with MCreator. Is it possible ? I just want the regeneration system, the "Grace period" and lives (13 lives, and you can regenerate you only 12 times) before a true death (like in Hardcore mode).
If it is possible, can you help me a little bit to start ? Especially with procedures.
I'm new to MCreator but I can make some cools things like I did with a future mod (I made a little golden creeper statue, change his hitbox, orientation. I also made a biome in an old mod, made some stuff like ores, tools, armors, crafts).
If you need more informations, feel free :)
(By the way, I'm not programming in Java).
Edited by PepitoMLG on Fri, 08/07/2020 - 20:15
You might be a Doctor, but I am the Doctor.
If you want a Doctor Who mod search up the Dalek Mod.
https://swdteam.com/p/dalek-mod that goes up to 1.12
If you want to make it yourself you could cancel the death event if the player has a specific nbt number and remove 1 from the number each time the event is canceled.
When the number is 0 the player will die.
That is for lives, and how can I do for the definitive death ?
I play only in 1.15.2, so for the Dalek Mod...
And for the player and regeneration animations ?
The Dalek Mod is good, you should try it sometime!
Since you cannot code I do not know how you will animate the regeneration.
You could summon some particles.
Oh, particles, I never thought about it ! Good idea.
But I still don't get how to make procedures for lives. I never use procedures because it's too hard for me
Procedures are the most important part of MCreator.
If you do not know them start here https://mcreator.net/wiki/procedure-system.
Yes I know that this wiki exists, but it's in English and I can't fully translate to figure it out because of videos.
But I'll do my best for this.
I'm going to continue my research