Request - Don't display block that be hidden in JEI
Snownee opened this issue · 8 comments
I guess removing the blocks from the recipe list would be more confusing for many people.
Edit: so what do you want? removing the recipe if the input block is hidden or removing any hidden blocks in the output?
Edit2: did you ask mezz to make hidden items invisible in recipes as well?
I am making a modpack and I plan to completely replace vanilla coal ore with Geolosys‘, but the problem is the previous recipe still shows so I guess it may confuse players.
- Removing the recipe if the input block is hidden
- No I didn't because I can simply remove a recipe by using CraftTweaker. But for drops it is more difficult to tweak drops and wasting time investigates hidden blocks seems unnecessary.
There is another solution: adding a blacklist for specific blocks
It's not that difficult to remove drops from the list. open config/BlockDrops/blockdrops.txt
, search for 'coal' and delete the entry.
I don't know if it is possible to hide recipes dynamically