Help I can’t figure it out

Started by Lazy on

Topic category: Help with modding (Java Edition)

Last seen on 21:53, 28. Jan 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help I can’t figure it out

I’m trying to detect a check box being checked what procedure do I use

Last seen on 21:53, 28. Jan 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to detect…
Tue, 09/28/2021 - 18:50

Is it possible to detect what mob your hitting with a certain item with procedures

 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes
Tue, 09/28/2021 - 19:31

yes

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
global trigger Entity is…
Tue, 09/28/2021 - 19:34

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)

Last seen on 21:53, 28. Jan 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok is there a way to make a…
Tue, 09/28/2021 - 22:00

Ok is there a way to make a crafting table preview a item a in the output slot

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I honestly don't know, with…
Tue, 09/28/2021 - 22:13

I honestly don't know, with a TON of difficult procedures, it should yeah

Last seen on 21:53, 28. Jan 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What’s the source entity…
Tue, 09/28/2021 - 22:18

What’s the source entity procedure called I’m using the newest version on mcreater

 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
source entity is found on…
Tue, 09/28/2021 - 22:58

source entity is found on Minecraft Components next to Entity Iterator and Event/Target Entity

Last seen on 21:53, 28. Jan 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where is type is
Tue, 09/28/2021 - 23:04

Where is type is

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Logic
Tue, 09/28/2021 - 23:21

Logic

Last seen on 21:53, 28. Jan 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How am I Supposed to detect…
Tue, 09/28/2021 - 23:26

How am I Supposed to detect my entity and item in mainhand 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
... okay listen,  if source…
Tue, 09/28/2021 - 23:33

... 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