Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with whitelist items and metadata id #21

Open
Thyriel opened this issue Oct 14, 2017 · 4 comments
Open

Problem with whitelist items and metadata id #21

Thyriel opened this issue Oct 14, 2017 · 4 comments

Comments

@Thyriel
Copy link

Thyriel commented Oct 14, 2017

When the whitelist items are of specific metadata they don't seem to work at all (Maybe i'm specifying metadata the wrong way ?) and generate errors in the logfile

e.g.
"ingots": ["botania:manaresource:7"],
Ingot isn't smelt/castable and logfile error: [main/WARN] [infinitic/infinitic]: Unable to find a material named manaresource.
botania:manaresource:7 is elementium ingot.

@Thyriel
Copy link
Author

Thyriel commented Oct 14, 2017

Update on this issue:
Seems the problem may not be the metadata itself, but the item name.
I came across this when i added custom ingots created with Romimoco Ore's mod and then tried to add them to TiC with InifiniTic:
After i wondered why one JSON config worked, while another - that was just a copy of the working one except different names (even same colorcode) - did not work.

For some oddly strange reason it seems that the names provided in the whitelist need to be similar to the name specified in the second line of the Infini-Tic JSON file.
So for example, when i add name: "adamantium" with an ingot named "romimocoores:ingotadamantium" it works. When i create an ingot named "romimocoores:ingotdummy" and the only thing i change in the JSON file is the ingot it stops working.

@LakMoore
Copy link
Owner

Would you be willing to donate your config files for both Infini-TiC and Romimoco Ore so that I can fix this problem as this is not intended behaviour.

@Thyriel
Copy link
Author

Thyriel commented Oct 16, 2017

I uploaded the config files for both here:
https://github.com/Thyriel/Minecraft-Aeons/tree/infinitic-test

None of these InfiniTic JSONs is working
To see the problems:

  • adamantium.json: change "name" in 2nd line to "adamantium" and it's working

  • elementium.json: (metadata problem)
    change ingots to "romimocoores:ingotelementium" and it's working. (This doesn't even work with the botania elementium ingot when the "name" is manaresource - so i guess it's another problem with metadata items.

  • Blocks don't work at all in these examples. (See blocks not working #19)

Tested in minimum mod environment: Baubles, Botania, Infini-Tic, JEI, Mantle, Romimoco-ores, TConstruct
And don't wonder why the romimoco/ores/oreDefinitions.json is missing the ore spawn parameters, it's just to prevent ores from spawning. The items from Romimoco have no language file, it's atm a bit complicated to set them up (needs a resource pack written)

@mistaboom
Copy link

I'm having the Metadata issue too. When I try to use "stevescarts:modulecomponents:49" which is Steve's Carts Reborn Enhanced galgador, it will not smelt.

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

No branches or pull requests

3 participants