We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to make a resource pack that will play different music when battling trainers as opposed to wild pokemon.
I've set my json file up as follows
{ "type": "battle_music", "conditions": [ { "type": "trainer" } ], "music": { "start": "", "loop": "pixeltweaks:trainer/loop", "end": "" }, "priority": 20 }
Pixelmon Version: Pixelmon-1.16.5-9.1.12-universal PixelTweaks Version: PixelTweaks-Client-1.10.6a Server or Single Player: Singleplayer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Trying to make a resource pack that will play different music when battling trainers as opposed to wild pokemon.
How to reproduce
I've set my json file up as follows
{
"type": "battle_music",
"conditions": [
{
"type": "trainer"
}
],
"music": {
"start": "",
"loop": "pixeltweaks:trainer/loop",
"end": ""
},
"priority": 20
}
Context
Pixelmon Version: Pixelmon-1.16.5-9.1.12-universal
PixelTweaks Version: PixelTweaks-Client-1.10.6a
Server or Single Player: Singleplayer
The text was updated successfully, but these errors were encountered: