Skip to content

Commit

Permalink
WHAT
Browse files Browse the repository at this point in the history
  • Loading branch information
stpv221 authored Jun 5, 2024
1 parent 60ecaff commit a11c549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/minecraft/item/Item.java
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,8 @@ public String apply(ItemStack itemstack) {
registerItem(436, (String) "ruby",
(new Item()).setUnlocalizedName("ruby").setCreativeTab(CreativeTabs.tabMaterials));
registerItem(437, (String) "magic_book", (new ItemMagicBook()).setUnlocalizedName("magicBook"));
registerItem(439, (String) "thunder_staff", (new ItemThunderStaff()).setUnlocalizedName("staffThunder"));
registerItem(438, (String) "thunder_staff",
(new ItemThunderStaff()).setUnlocalizedName("staffThunder").setCreativeTab(CreativeTabs.tabMisc));
registerItem(2256, (String) "record_13", (new ItemRecord("13")).setUnlocalizedName("record"));
registerItem(2257, (String) "record_cat", (new ItemRecord("cat")).setUnlocalizedName("record"));
registerItem(2258, (String) "record_blocks", (new ItemRecord("blocks")).setUnlocalizedName("record"));
Expand Down

0 comments on commit a11c549

Please sign in to comment.