Started by
Ultrax_Droidx
on
Topic category: General discussion
I want to make a werewolf mod, which if you bitten, you have the option of pressing a button and turning the mob
Topic category: General discussion
I want to make a werewolf mod, which if you bitten, you have the option of pressing a button and turning the mob
I dont think that's possible in MCreator. At least without a lot of coding. However, you could make it so you get certain bonuses and such instead.
You could do this by having a procedure that's triggered every time an entity is attacked. Have it check if the one attacked is a player, and the one attacking is a certain werewolf entity. It could then set a variable for the player. Which a procedure could then check if the player is pressing a certain button, and then trigger a potion effect or something.
I can go more into that if needed, but since it isnt directly related to your question I kept it short and simple in this.
But yeah, I dont think theres a way to actually do this in MCreator.
ok thanks