Started by
wyattdude120
on
Topic category: Help with MCreator software
trying to make an entity spawn when you right click with a sword and then despawn if you right click again by checking if it exists with a variable but the variable system is very confusing anyone mind explaining to me what to do???
My mod also has pets, download it and see if you like my way! >
https://mcreator.net/modification/46809/more-crafts-solar-update-forge-2611
If I like, I can teach you or give you modifying tips! :)
If you do use global variables, you run the risk of no multiplayer compatibility and the ability to have multiple pets by exiting the game, and possibly other, more minor issues.
I agree!
This is way simply than you think it is and you don't need to use variables
On item right click in air event simply spawn entity you want
And on right click on entity
Check if item that player is holding is your desired item than instakill entity
The problem with that is that it lets you have infinite pets.