Darkhax-Minecraft / Open-Loader

An open source resource and data loader for Minecraft.
GNU Lesser General Public License v2.1
18 stars 7 forks source link

Impossible to assign "forge:" tag #7

Closed JWTHDYTWA closed 3 years ago

JWTHDYTWA commented 3 years ago

If you put datapack with such structure: datapack_name\data\forge\tags\items\plates\gold.json It will be impossible to load a world. But if you override forge with something else, your custom_namespace, everything will be ok.

JWTHDYTWA commented 3 years ago

Here is .json format: gold.json

Darkhax commented 3 years ago

Hello, could you share a log file for a world that could not load?

JWTHDYTWA commented 3 years ago

Where should this log file be?

JWTHDYTWA commented 3 years ago

Default logs in .minecraft\logs are only generated on startup. This is what i see after world loading attempt: изображение

JWTHDYTWA commented 3 years ago

Don't mind it, the problem was More Plates mod. It removes all items from tags but its own.