Is it posible to use items from other mods on my procedure?

Started by Mr_Drospoter on

Topic category: Help with modding (Java Edition)

Last seen on 02:12, 24. Oct 2023
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it posible to use items from other mods on my procedure?

Greetings, I am working on a mod that includes a custom crafting table. I am planning to use this crafting table to craft an item that is made with items from other mods. I know you can edit the recipes json’s and just write the items ID’s but since this is a custom crafting table I have to use procedures. Any ideas on how I could do it?

Last seen on 11:18, 9. Mar 2024
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does it work to change the…
Mon, 08/21/2023 - 15:34

Does it work to change the id of an item by editing code?