Skip to content

Commit

Permalink
polished some uis
Browse files Browse the repository at this point in the history
  • Loading branch information
NeumimTo committed May 15, 2020
1 parent 8f20b36 commit 13d2cae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Skills: [
Id: "id:vitalize"

Skill-Types: [
"ntrpg:healing"
"ntrpg:heal"
]
Handler: "ntrpg:speed_boost"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ public static ItemStack toItemStack(ClassDefinition a) {
}

}
itemStack.offer(Keys.DISPLAY_NAME, Text.EMPTY);
itemStack.offer(Keys.ITEM_LORE, lore);
itemStack.offer(new InventoryCommandItemMenuData("ninfo class " + a.getName()));
itemStack.offer(new MenuInventoryData(true));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected ItemStack itemStringToItemStack(String[] split, Supplier<String> comma
itemStack.offer(Keys.HIDE_ATTRIBUTES, true);
itemStack.offer(Keys.HIDE_ENCHANTMENTS, true);
itemStack.offer(Keys.HIDE_MISCELLANEOUS, true);

if (dye != null) {
itemStack.offer(Keys.DYE_COLOR, dye);
}
Expand Down

0 comments on commit 13d2cae

Please sign in to comment.