@@ -27,7 +27,7 @@
|
||||
|
||||
+ // Called to run this stack through the data converter to handle older storage methods and serialized items
|
||||
+ public void convertStack() {
|
||||
+ if (MinecraftServer.getServer() != null) {
|
||||
+ if (false && MinecraftServer.getServer() != null) { // Skip for now, causes more issues than it solves
|
||||
+ // Don't convert some things - both the old and new data values are valid
|
||||
+ // Conversion would make getting then impossible
|
||||
+ if (this.item == Blocks.PUMPKIN.getItem() || this.item == Blocks.GRASS.getItem() || this.item == Blocks.SNOW.getItem()) {
|
||||
|
||||
Reference in New Issue
Block a user