Topic category: Help with Minecraft modding (Java Edition)
Hi, I am developing a mod, that adds a lot of blocks that are like different states of the same block, i know that there is a way to hide them from creative inventory, but is there a way to hide them from list added by JEI (Just Enough Items) mod, without going into it's config? Because I don't want someone playing my mod, to see insane block mess, after looking for recipe in jei.
I am open to any difficult workarounds, because it probably isn't that simple like ticking one checkbox, but I am not too advanced modder so something may be to difficult for me (but then, I can also just not do anything with it and hope that no one will care about JEI mess, or just won't use JEI with my mod).
Btw, this is my first post here :)
Well JEI has a way to hide items, but only with coding.
So how to exacly do it?
If you can give some advice it would be nice.
Or, ifyou have any links to (well I mean whatever can help), please send them.
Well first you need to create a plugin for JEI (not MCreator plugin).
and then in one of it's methods add some code.
I can help you if you want or you can try doing it yourself:
https://github.com/mezz/JustEnoughItems/wiki
Thanks :)
I am working on it, wish me luck :)
This is appearing, when starting client test in mcreator, do you know how to solve it?
Hm.. Minecraft failed to get assets.
There may be a problem with the network connection
Try again.
This usually resolves on its own after multiple re-run setup attempts
Ok,I will try rebuilding gradle few more times
I tried few times and it says alternatly - what I showed above, or the window that build is corrupted and that it will fix it for me, I clicked clear gradle caches and it reloaded gradle and... went back to showing "glitch" with missing files (which i wrote above) and after starting gradle task (clicking green arrow) again it started loading and just showed workspace corrupted thing again. It is like endless loop alternatly showing this corruped thing or this missing thing.