Skip to content

Commit

Permalink
Merge pull request #374 from Team-EnderIO/fix/sword-model
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 authored Jul 28, 2023
2 parents adc2e19 + 3e48cb7 commit 7ef794f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/generated",
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "enderio:item/dark_steel_sword"
}
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/enderio/base/common/init/EIOItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ private static ItemBuilder<MaterialItem, Registrate> materialItemGlinted(String
.item("dark_steel_sword", DarkSteelSwordItem::new)
.tab(EIOCreativeTabs.GEAR)
.lang("The Ender")
.model((ctx, prov) -> prov.handheld(ctx))
.register();

// TODO: Bring these back when they are finished.
Expand Down

0 comments on commit 7ef794f

Please sign in to comment.