Started by
iTheCreepster
on
Topic category: Help with MCreator software
I need help with making a procedure that when right clicks a entity with an item in your main hand it makes the previous entity disappear and spawns in a new one.
Topic category: Help with MCreator software
I need help with making a procedure that when right clicks a entity with an item in your main hand it makes the previous entity disappear and spawns in a new one.
with the blocks
despawn event target entity
and spawn at x y z entity:
yes but like also with it i want the player to be holding a item in there main hand whilst doing it
item in main hand of event target entity = ITEM
MCreator Tutorials (Getting Started) - YouTube
to get answers faster you could search before posting
it didnt work this is the procedure i tryed making https://imgur.com/a/EoSojx6
1st you don't need to get the event target entity = frozen_robot
so remove the AND block and just leave the item in main hand thing
2nd don't use global triggers for custom mobs
on your mob triggers select player right clicks entity
well i tryed it but it still didnt work.
could I see ur procedure again? also make Sure it is on the right trigger
sure
https://imgur.com/SvKV4lz
When you need a specific event to happen if any given item is on player's main/off hand, it must have a tick scanning and/or waiting confirmation. In order for that to happen you need to change the Event trigger to: On Player Tick Update.
if i try adding player tick to it just gives me an error im trying to find if the player is holding a item and right clicking a entity if true it makes the entity go away and spawns in a new one.
my bad i had source entity in there guess i cant read lol
mine does not work