FTBTeam / FTB-Mods-Issues

Any mod issues, be it FTB Teams, Quests or any other of our mods can be reported here!
22 stars 1 forks source link

[Bug]: Added tools are not able to activate ultimine #1368

Closed ShadowDragon1848 closed 2 weeks ago

ShadowDragon1848 commented 2 weeks ago

Mod

FTB Ultimine

Mod version

ftb-ultimine-fabric-2001.1.5

Forge / Fabric version

Fabric 0.16.7

Modpack & version

No response

What issue are you having?

It seems impossible to add items as tools in the included tools folder.

Crashlogs

No response

Steps to reproduce

I tried everything to include tools from Modern Industrialization, but no matter what I do, when I activate the option that you need a tool to ultimine it does not work.

I looked into the files and tried to add the tools from MI. I opened the main folder and navigated to the data\ftbultimine\tags\items\ folder. Then I looked in the excluded tools to look how it's made there and copied the syntax. But as I said, it does not work.

Anything else to note?

No response

desht commented 2 weeks ago

Show the tag files you created

ShadowDragon1848 commented 2 weeks ago

As I said I copied the excluded tools file and tried out different things.

Screenshot 2024-10-15 191432

UnRealDinnerbone commented 2 weeks ago

Looks like you are missing a , on line 7 and have an extra one on line 20

ShadowDragon1848 commented 2 weeks ago

I fixed the two errors, but the result is the same.

WyFryMU commented 2 weeks ago

In order for a datapack to override the file, it needs the same file/folder structure. Your datapack is named "small_changes" which is fine, but the 2nd "small_changes" should be "ftbultimine". So changed the folder name to ftbultimine.

ShadowDragon1848 commented 2 weeks ago

You're right. It works now. Thank you very much!