Started by
Lechoucroute
on
Topic category: Help with Minecraft modding (Java Edition)
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 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