Updated some more friendly versions of names.

dev
sigonasr2 9 years ago
parent b61abd62cf
commit 0cc1a8949f
  1. BIN
      TwosideKeeper.jar
  2. 25
      src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java

Binary file not shown.

@ -254,6 +254,28 @@ public class GenericFunctions {
}
}
}
case WOOD:{
switch (type.getDurability()) {
case 0:{
return "Oak Wood Planks";
}
case 1:{
return "Spruce Wood Planks";
}
case 2:{
return "Birch Wood Planks";
}
case 3:{
return "Jungle Wood Planks";
}
case 4:{
return "Acacia Wood Planks";
}
case 5:{
return "Dark Oak Wood Planks";
}
}
}
case MILK_BUCKET:{
return "Milk";
}
@ -369,6 +391,9 @@ public class GenericFunctions {
case SMOOTH_BRICK:{
return "Stone Brick";
}
case SMOOTH_STAIRS:{
return "Stone Brick Stairs";
}
case STEP:{
switch (type.getDurability()) {
case 0:{

Loading…
Cancel
Save