You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
>
I was looking for the Config file and couldn't find it. Thanks for
confirming it exists. Also I thought it would be that easy.
Could we add this to the wiki? Specifically documenting the config file?
On Tue, Feb 25, 2020 at 1:55 PM Wanderson ***@***.***> wrote:
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
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#163?email_source=notifications&email_token=ACAQ44JI7ERKWQ2O26CNRPLREVSSJA5CNFSM4K3OWTJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEM5BZZA#issuecomment-591011044>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAQ44LTVE4I5HCDTCVIXMDREVSSJANCNFSM4K3OWTJQ>
.
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?
The text was updated successfully, but these errors were encountered: