Alex's Caves

Alex's Caves

5M Downloads

[Suggestion] Galena Gauntlet compatibility with modded weapons and tools.

DigitalWendigo opened this issue ยท 5 comments

commented

There are some incompatibilities with modded weapons and tools.
I'm not sure exactly what the issue may be, as I am neither a coder or modder, but if I had to guess, I'd say it might be something related to tags.
The Galena Gauntlet works perfectly with vanilla weapons and tools, especially with the Crystal enchantment.
But for modded weapons, even those made of a material like Steel, or for another example, Born In Chaos's Dark Metal, the galena gauntlet won't do anything with them.
Currently tested with Mekanism's Steel, Refined Obsidian, and other materials, including Born In Chaos's various Dark Metal weapons, and the tools and weapons from the mod Gobber. (Because, 3x3 hammers are nice.)
It would be quite useful to see some compatibility in the future.
Again, since I'm neither a coder or modder, I have no idea how difficult this request might be, so I apologize if I'm asking the impossible.

Once more, cheers for the amazing mod!

commented

add metal items to the alexscaves:ferromagnetic_items tag and crystal items to alexscaves:galena_gauntlet_crystallization_items tag.

commented

May I ask what the order of folder locations should be?
I've managed to make a data pack with correct item id's, for both the .json files you mentioned. (Found them in the Alex's caves .jar file).
But, it does not seem to work.

commented

Currently added it in the following order of folders.
[datapack name]->data->alexcaves->tags->items->

commented

latest.log
Currently getting this in the log messages.

  • [01Mar2024 12:34:09.018] [Worker-ResourceReload-5/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag [#alexscaves:ferromagnetic_items (from alexscaves-1.1.2.jar), #alexscaves:ferromagnetic_items (from file/Alex Caves More Magnetic Compatibility), gobber2:gobber2_glob_nether_nether (from file/Alex Caves More Magnetic Compatibility)] as it is missing following references: #alexscaves:ferromagnetic_items (from alexscaves-1.1.2.jar),
    #alexscaves:ferromagnetic_items (from file/Alex Caves More Magnetic Compatibility),
    gobber2:gobber2_glob_nether_nether (from file/Alex Caves More Magnetic Compatibility)

I have no idea what I'm doing wrong.

These are the edited files.
ferromagnetic_items.json
galena_gauntlet_crystallization_items.json

commented

Nevermind!
I am an actual idiot.
Fixed it.