diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 7867af1..ccac4c8 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java index 35058c8..de9e2ab 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java @@ -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:{