-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cant add two modids #478
Comments
What do you mean by 'doesn't work'? There are so many ways something can fail. Also what version? |
mod mods continue to show when i type /incontrol list |
Try adding "when": "onjoin" to both rules |
both: [ single: |
Did you try my suggestion? |
[ like this? |
thank you, it worked! |
using this config script in spawn.json
[
{
"result": "deny",
"mod": "graveyard",
"dimension": "minecraft:overworld"
},
{
"result": "deny",
"mod": "iceandfire",
"dimension": "minecraft:overworld"
}
]
and it doesnt work. when i use one mod id it works, but not both, have i typed it wrong?
The text was updated successfully, but these errors were encountered: