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

Trainer Condition won't play specified battle music #24

Open
LifeOfBlu opened this issue Sep 22, 2024 · 0 comments
Open

Trainer Condition won't play specified battle music #24

LifeOfBlu opened this issue Sep 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@LifeOfBlu
Copy link

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

@LifeOfBlu LifeOfBlu added the bug Something isn't working label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant