Someone teach me about procedures because non of the tutorials are helping:(

Started by Bobert downey person on

Topic category: Help with MCreator software

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Someone teach me about procedures because non of the tutorials are helping:(

I want to learn about the procedur3s on mcreator aND make aattacks for my boss but idk hown:(

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedures have a specific…
Fri, 12/20/2024 - 11:30

Procedures have a specific way of working. Example: you want that your mob would drop your item, right. 

Let us use: IF ..... DO - If your mob dies, do what? - Find the procedure which mentions mob killing and add it to IF, then find the procedure to dropping items and place it to DO

 

It could work similar by your boss, if the there is a mob they despise, what should they do? Remember, there is a search bar in the procedures, so you can always find the needed puzzle piece

 

I recommend you to use IF DO procedure, as it can teach you logical thinking(if something has to happen, what will it do)