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

Fixed dependecy string #1

Closed
wants to merge 1 commit into from
Closed

Fixed dependecy string #1

wants to merge 1 commit into from

Conversation

dries007
Copy link

The will fix the load order. Aka this error

java.lang.NullPointerException: Initializing game
        at net.minecraft.item.ItemTool.<init>(ItemTool.java:29)
        at com.bioxx.tfc.Items.Tools.ItemTerraTool.<init>(ItemTerraTool.java:34)
        at org.rbh.tfcadditions.Items.Tools.ItemPlaner.<init>(ItemPlaner.java:25)
        at org.rbh.tfcadditions.Items.ItemSetup.LoadItems(ItemSetup.java:20)

You either have to specify @Mod.useMetadata = false and use @Mod.dependencies = ...
OR
Specify all dependencies in the mcmod.info file.

This is specified in the worst possible way in FML, I had to go digging in the Loader code to find this.

@raymondbh
Copy link
Owner

I did it slightly different, but thank you for leading me to the right spot!

@raymondbh raymondbh closed this Sep 30, 2015
@dries007
Copy link
Author

Its all the same as long as its fixed :p
This is the same issue as some of the other plugins have been having (with regards to for example anvil recipes).

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.

2 participants