Details
-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: Minecraft 1.13-pre3, 20w27a, 20w51a
-
Fix Version/s: None
-
Labels:None
-
Confirmation Status:Confirmed
-
Category:(Unassigned)
Description
The name of the Redstone Wire (block.minecraft.redstone_wire) is also used for the item form.
In 1.12 there was a distinction between the block and the item:
1.12.2
tile.redstoneDust.name = Redstone Dust item.redstone.name = Redstone
But in 1.13 Redstone Dust is used for both:
1.13
block.minecraft.redstone_wire = Redstone Dust item.minecraft.redstone = Redstone
Apart from the said above, it could be better to keep the name Restone Dust for the item form since it's showing a pile of dust and Redstone Wire for the block form.