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

Suggestion: Gate and Wave-Specifc Universal Modifiers/Compound Tags for Data Packs #61

Open
Bubbline5 opened this issue Sep 12, 2024 · 0 comments

Comments

@Bubbline5
Copy link

Being able to customize individual spawned entity NBT and apply wave modifiers in the JSON of each gate is great, it offers a surprisingly robust method of custom encounter creation.

However, it would be useful to be able to apply some kind of global NBT or modifier that applies to the entire Gate, and maybe per wave NBT additions as well.

Say I wanted a Gate where every entity has the same custom NBT tag; as a simple example, giving all of them the custom name "Bob." As of now, I'd have to add

"nbt": { "CustomNameVisible": 1, "CustomName": {"Bob"}}

after every single entity in the list of entities spawned in each wave. It'd work, certainly, but doing it this way is tedious and lengthens the code considerably. Being able to just put this in once at the top of a gate's JSON or in a wave's parameters to have it apply to the entirety of the gate or wave would help to streamline the process considerably.

@Bubbline5 Bubbline5 changed the title Gate and Wave-Specifc Universal Modifiers/Compound Tags for Data Packs Suggestion: Gate and Wave-Specifc Universal Modifiers/Compound Tags for Data Packs Sep 12, 2024
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

1 participant