Hon to make Addons for already existing mod

Started by Lechoucroute on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hon to make Addons for already existing mod

Hi. I have been modding for many years. I just started making my first addon. I already know how to make recipes with items from other mods, but now I’m trying to make a procedure using one of the items in the other mod, and can’t figure out how it works. Can anybody please help me

You can reference items and…
Fri, 02/07/2025 - 17:56

You can reference items and blocks in procedures from external mods by their namespace and registry name.

You can use e.g. "item from registry name" procedure block to convert registry name text into item