Started by Chargedelectric on Fri, 07/19/2024 - 05:29 Topic category: Help with Minecraft modding (Java Edition) I'm Creating a spawn egg for the illusioner and I'm having trouble with the procedure. Jump to top go in the triggers tab of the item and make a procedure for the trigger "when right clicked on block" procedure: spawn entity: illusioner at x, y+1, z Jump to top Permalink Log in or register to post comments That works, but I want to remove 1 from the players inventory when in survival or adventure like a regular spawn egg Jump to top Permalink Log in or register to post comments Add to the procedure Remove 1 "item" from event/target entity inventory Jump to top Permalink Log in or register to post comments Nevermind, Got it all to work, thank you! Jump to top Permalink Log in or register to post comments Your welcome Jump to top Permalink Log in or register to post comments
go in the triggers tab of the item and make a procedure for the trigger "when right clicked on block" procedure: spawn entity: illusioner at x, y+1, z Jump to top Permalink Log in or register to post comments
That works, but I want to remove 1 from the players inventory when in survival or adventure like a regular spawn egg Jump to top Permalink Log in or register to post comments
Add to the procedure Remove 1 "item" from event/target entity inventory Jump to top Permalink Log in or register to post comments
go in the triggers tab of the item and make a procedure for the trigger "when right clicked on block"
procedure:
spawn entity: illusioner at x, y+1, z
That works, but I want to remove 1 from the players inventory when in survival or adventure like a regular spawn egg
Add to the procedure
Remove 1 "item" from event/target entity inventory
Nevermind, Got it all to work, thank you!
Your welcome