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

Bump all deps, hide some stuff, merge PRs #239

Merged
merged 1 commit into from
Sep 21, 2015

Conversation

Adaptivity
Copy link
Contributor

Changelog:

  1. Bumped all deps to latest. I can lower Forge requirement but I think it should be bumped at least to 1448.
  2. Updated Gradle wrapper to latest
  3. Localized growth tooltips
  4. Technical stuff like door blocks and crops block now hidden from NEI. The door items still available of course.
  5. Merged localization PRs
    Closes Create pl_PL.lang #210
    Closes Update ko_KR.lang #197

API.hideItem(new ItemStack(NContent.sakuraDoor));
API.hideItem(new ItemStack(NContent.ghostDoor));
API.hideItem(new ItemStack(NContent.bloodDoor));
API.hideItem(new ItemStack(NContent.redwoodBarkDoor));
Copy link
Owner

Choose a reason for hiding this comment

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

not sure why we would want to hide all the door's

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's not doors. It's door BLOCKS. These guys -> http://i.imgur.com/l2piveq.jpg

progwml6 added a commit that referenced this pull request Sep 21, 2015
Bump all deps, hide some stuff, merge PRs
@progwml6 progwml6 merged commit 6b44148 into progwml6:master Sep 21, 2015
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.

None yet

2 participants