Started by Lazy on Tue, 09/14/2021 - 21:28 Topic category: Help with Minecraft modding (Java Edition) I’m trying to detect a check box being checked what procedure do I use Jump to top Is it possible to detect what mob your hitting with a certain item with procedures Jump to top Permalink Log in or register to post comments yes Jump to top Permalink Log in or register to post comments global trigger Entity is hurt if source entity is type: Player AND Event/Target entity is type: YOUR_ENTIT AND item in main hand of source entity = YOUR_ITEM do (what ever you want to do) Jump to top Permalink Log in or register to post comments Ok is there a way to make a crafting table preview a item a in the output slot Jump to top Permalink Log in or register to post comments I honestly don't know, with a TON of difficult procedures, it should yeah Jump to top Permalink Log in or register to post comments What’s the source entity procedure called I’m using the newest version on mcreater Jump to top Permalink Log in or register to post comments source entity is found on Minecraft Components next to Entity Iterator and Event/Target Entity Jump to top Permalink Log in or register to post comments Where is type is Jump to top Permalink Log in or register to post comments Logic Jump to top Permalink Log in or register to post comments How am I Supposed to detect my entity and item in mainhand Jump to top Permalink Log in or register to post comments ... okay listen, if source entity is type: Player AND Event/Target entity is type: YOUR_ENTITY AND item in main hand of source entity = YOUR_ITEM do (what ever you want to do) it is that easy, Please search on google in MCreator wikis for 5 Minutes at least Jump to top Permalink Log in or register to post comments Pagination First page first Previous page previous Page 1 Page 2 Current page 3
Is it possible to detect what mob your hitting with a certain item with procedures Jump to top Permalink Log in or register to post comments
global trigger Entity is hurt if source entity is type: Player AND Event/Target entity is type: YOUR_ENTIT AND item in main hand of source entity = YOUR_ITEM do (what ever you want to do) Jump to top Permalink Log in or register to post comments
Ok is there a way to make a crafting table preview a item a in the output slot Jump to top Permalink Log in or register to post comments
I honestly don't know, with a TON of difficult procedures, it should yeah Jump to top Permalink Log in or register to post comments
What’s the source entity procedure called I’m using the newest version on mcreater Jump to top Permalink Log in or register to post comments
source entity is found on Minecraft Components next to Entity Iterator and Event/Target Entity Jump to top Permalink Log in or register to post comments
How am I Supposed to detect my entity and item in mainhand Jump to top Permalink Log in or register to post comments
... okay listen, if source entity is type: Player AND Event/Target entity is type: YOUR_ENTITY AND item in main hand of source entity = YOUR_ITEM do (what ever you want to do) it is that easy, Please search on google in MCreator wikis for 5 Minutes at least Jump to top Permalink Log in or register to post comments
Is it possible to detect what mob your hitting with a certain item with procedures
yes
global trigger Entity is hurt
if source entity is type: Player
AND Event/Target entity is type: YOUR_ENTIT
AND item in main hand of source entity = YOUR_ITEM
do (what ever you want to do)
Ok is there a way to make a crafting table preview a item a in the output slot
I honestly don't know, with a TON of difficult procedures, it should yeah
What’s the source entity procedure called I’m using the newest version on mcreater
source entity is found on Minecraft Components next to Entity Iterator and Event/Target Entity
Where is type is
Logic
How am I Supposed to detect my entity and item in mainhand
... okay listen,
if source entity is type: Player
AND Event/Target entity is type: YOUR_ENTITY
AND item in main hand of source entity = YOUR_ITEM
do (what ever you want to do)
it is that easy, Please search on google in MCreator wikis for 5 Minutes at least