Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unidict Hiding Blocks in JEI, needed for BuildingPack. #163

Open
darth62969 opened this issue Feb 25, 2020 · 2 comments
Open

Unidict Hiding Blocks in JEI, needed for BuildingPack. #163

darth62969 opened this issue Feb 25, 2020 · 2 comments

Comments

@darth62969
Copy link

The issue is that UniDict is hiding the different Storage blocks from JEI and the Creative Tab, I'm building a Creative "builders" pack and i need the player to be able to see the different block types that are still available through chissel.

Is there a way to disable this feature such that these storage blocks show up in JEI and the Creative Tab?

@WanionCane
Copy link
Owner

if I understood correctly, you just have to add "block" to "S:autoHideInJEIKindBlackList" in UniDict.cfg

# put here kinds that you don't want to hide in JEI.
# only works if keepOneEntry is false. [default: [ore]]
S:autoHideInJEIKindBlackList <
block
ore
>

@darth62969
Copy link
Author

darth62969 commented Feb 25, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants