Gateways to Eternity

Gateways to Eternity

20M Downloads

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

Bubbline5 opened this issue ยท 0 comments

commented

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.