mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.
This commit is contained in:
@@ -96,10 +96,10 @@ public class ItemBlock extends Item {
|
||||
}
|
||||
|
||||
public String a(ItemStack itemstack) {
|
||||
return Block.byId[this.id].p();
|
||||
return Block.byId[this.id].q();
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return Block.byId[this.id].p();
|
||||
return Block.byId[this.id].q();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user