Skip to content

Add item groups (aka creative tabs)#2000

Closed
ghost wants to merge 12 commits into
bleedingfrom
unknown repository
Closed

Add item groups (aka creative tabs)#2000
ghost wants to merge 12 commits into
bleedingfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jul 17, 2018

SpongeAPI | SpongeCommon | SpongeForge

  • Implemented SpongeAPI changes
  • Added ItemGroupRegistryModule and ItemGroupTest

@ghost ghost requested a review from gabizou as a code owner July 17, 2018 01:38
@@ -0,0 +1,23 @@
package org.spongepowered.test;

This comment was marked as resolved.

@ghost ghost changed the title Add item groups (aka creative tabs) [WIP] Add item groups (aka creative tabs) Jul 17, 2018

@Override
public Translation getTranslation() {
return new SpongeTranslation("itemGroup." + this.tabLabel);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Translations should be lazy loaded


@Override
public String getName() {
return getId();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@ghost
Copy link
Copy Markdown
Author

ghost commented Jul 19, 2018

~wip

@limbo-app limbo-app added the status: wip Work in progress label Jul 19, 2018
@ghost ghost changed the title [WIP] Add item groups (aka creative tabs) Add item groups (aka creative tabs) Jul 19, 2018
@ghost
Copy link
Copy Markdown
Author

ghost commented Jul 20, 2018

~qa

@limbo-app limbo-app added status: needs review a code review is needed status: needs testing does this run, does it solve the issue etc and removed status: wip Work in progress labels Jul 20, 2018
@gabizou
Copy link
Copy Markdown
Member

gabizou commented Aug 30, 2018

Since bleeding (API 8) will be targeting Minecraft 1.13, I'm going to keep the implementation not merged until we have a 1.13 workspace ready. I'm not wanting to squash the API, I just want the API to be implementable when we are getting 1.13 to work, instead of having to rip the API apart again. I haven't personally checked if there's much changes regardless.

@ghost ghost closed this Jul 30, 2019
@ghost ghost deleted the feature/itemgroups branch July 30, 2019 05:06
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch: bleeding status: needs review a code review is needed status: needs testing does this run, does it solve the issue etc version: 1.16 (u) API: 8

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants