Skip to content

Conversation

@JohnTrinca
Copy link

I've added all ender's cataclysm enemy trofers and loot table, the netherie monstrosity and the scylla has some problem but i'm trying to contact the mod creator to fix them.
2025-08-20_08 27 19
2025-08-20_08 28 12

@SubordinalBlue
Copy link
Contributor

This could be much more compact, likely even just one file, making this easier to maintain too.

The idea is to have simple data structure, grouping each trofer's details together, then have a custom function loop over that, building up and adding each trofer.

You can see examples of this idea elsewhere in the kubejs scripts.

@JohnTrinca
Copy link
Author

I can easily convert it if preferred. I followed the Trofers guidelines and kept it in pure datapack format so it would also work without KubeJS.
If the project prefers a more compact structure with a script, just let me know and I’ll push a new merge request with the script.

@SubordinalBlue
Copy link
Contributor

That'd be sweet, imo, if you can do the compact option.
Kubejs is essential to our pack construction process, so we don't really have to think about doing without it.

},
"name": {
"color": "#c890f0",
"translate": "trophy.trofers.composed",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way, you only created the translation key here, but you didn't write it into the language file. I think this may be wrong.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i use the mods translation so for the coral trophy as you can see in the screen it takes the trofert translation and the cataclysm translation for the mob, (the screen is in italian)
image

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

Successfully merging this pull request may close these issues.

3 participants