Custom Procedure Block Making

Started by Tucky143 on

Topic category: Help with MCreator software

Active 6 hours ago
Joined Feb 2024
Points:
549

User statistics:

  • Modifications: 1
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 2
  • Comments: 197
Custom Procedure Block Making

Could someone explain to me how I would create a procedure block for MCreator? The specific thing of what I want is a replace item command that replaces a certain item in inventory or a specified slot with another item. It is possible to do normally in mcreator but is hard and long. I am also trying to learn to become a dev and at first, I tried using copilot AI but that did not help at all. How do I create procedures, and how would I create the one I specified?

Active 2 weeks ago
Joined Apr 2024
Points:
449

User statistics:

  • Modifications: 9
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 475
You have to make a plugin to…
Fri, 09/13/2024 - 06:02

You have to make a plugin to actually create a procedure block, but a faster solution could be making the whole procedure once and then you can either call It in other ones or export It and import It in whatever other procedure you need it

Active 6 hours ago
Joined Feb 2024
Points:
549

User statistics:

  • Modifications: 1
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 2
  • Comments: 197
I know but I want to make a…
Fri, 09/13/2024 - 13:08

I know but I want to make a plugin to do it. I don't know how to create procedure blocks though. I know how to make a plugin but thats all I know. That and API's.

Active 6 hours ago
Joined Feb 2024
Points:
549

User statistics:

  • Modifications: 1
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 2
  • Comments: 197
Thanks, but I am new to…
Fri, 09/13/2024 - 20:46

Thanks, but I am new to coding so I don't know how to create a procedure to replace item in slot _ with an item.

To learn coding, you may…
Sat, 09/14/2024 - 09:38

To learn coding, you may need to deep dive into Java basics first, then work further with exploring documentation of the modding API you are working from