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

Added oredictionary definitions for thistle seeds #395

Merged
merged 2 commits into from
Jul 5, 2016
Merged

Added oredictionary definitions for thistle seeds #395

merged 2 commits into from
Jul 5, 2016

Conversation

Sunconure11
Copy link
Contributor

No description provided.

@Sunconure11 Sunconure11 changed the title Added oredictionary definitions for seeds Added oredictionary definitions for thistle seeds Jul 5, 2016
@@ -229,6 +229,7 @@ public void init()
OreDictionary.registerOre("foodOffal", stomach.asStack());
OreDictionary.registerOre("materialStarterCulture", starterCulture.asStack());
OreDictionary.registerOre("materialCheeseCloth", cheeseCloth.asStack());
OreDictionary.registerOre("listAllseed", seedThistle.asStack());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seedThistle can be null, wrap the line in an if block

if (seedThistle != null)
{
  OreDictionary.registerOre("listAllseed", seedThistle.asStack());
}

@IceDragon200 IceDragon200 merged commit d348b38 into GrowthcraftCE:development Jul 5, 2016
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