[Probably Never] "Real" Dependencies for a mod

Status
Fixed
Issue description

I know that this will probably never be add because it's to hard, but please add a valid option for being a dependant for other mods. For example, in the block / item choser, you can chose items/blocks from other mods.

I know this is possible because lots of mods have modules, that use stuff from other mods.

Issue comments

The issue is that there are many APIs and other things that could be added and which one to add first? And there are just too many to support them all. If one wants to use other APIs, one has all the means to do this in MCreator using code editor.

Example: https://mcreator.net/node/49541

I mean like supporting items from other mods, like using a thing from another mod to craft stuff in this mod

without programming knowledge in Java