Help I can’t figure it out

Started by Lazy on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Sep 2021
Points:
545

User statistics:

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

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

Active 3 years ago
Joined Sep 2021
Points:
545

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
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

 

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

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

yes

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
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)

Active 3 years ago
Joined Sep 2021
Points:
545

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
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

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
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

Active 3 years ago
Joined Sep 2021
Points:
545

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
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

 

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
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

Active 3 years ago
Joined Sep 2021
Points:
545

User statistics:

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

Where is type is

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

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

Logic

Active 3 years ago
Joined Sep 2021
Points:
545

User statistics:

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

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

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
... 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