mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
Resolved Wooden_Pressure_Plate
This commit is contained in:
parent
a6eb9a35ee
commit
c6c86f5c00
@ -618,7 +618,7 @@ public class ItemManager {
|
||||
ACACIA_LEAVES(161, 0, 16606, "Acacia Leaves", "LEAVES_2"),
|
||||
ACACIA_LOG(162, 0, 8385, "Acacia Log", "LOG_2"),
|
||||
ACACIA_PLANKS(5, 4, 31312, "Acacia Wood Plank", "Acacia Planks"),
|
||||
ACACIA_PRESSURE_PLATE(72, 0, 17586, "Acacia Pressure Plate", "Wooden_Presure_Plate"),
|
||||
ACACIA_PRESSURE_PLATE(72, 0, 17586, "Acacia Pressure Plate", "Wooden_Pressure_Plate"),
|
||||
ACACIA_SAPLING(6, 4, 20806, "Acacia Sapling", ""),
|
||||
ACACIA_SLAB(126, 4, 23730, "Acacia Wood Slab", "Acacia Slab"),
|
||||
ACACIA_STAIRS(163, 0, 17453, "Acacia Stairs", ""),
|
||||
@ -653,7 +653,7 @@ public class ItemManager {
|
||||
BIRCH_LEAVES(18, 2, 12601, "Birch Leaves", "LEAVES"),
|
||||
BIRCH_LOG(17, 2, 26727, "Birch Log", "LOG"),
|
||||
BIRCH_PLANKS(5, 2, 29322, "Birch Wood Plank", "Birch Planks"),
|
||||
BIRCH_PRESSURE_PLATE(72, 0, 9664, "Birch Pressure Plate", "Wooden_Presure_Plate"),
|
||||
BIRCH_PRESSURE_PLATE(72, 0, 9664, "Birch Pressure Plate", "Wooden_Pressure_Plate"),
|
||||
BIRCH_SAPLING(6, 2, 31533, "Birch Sapling", ""),
|
||||
BIRCH_SLAB(126, 2, 13807, "Birch Slab", ""),
|
||||
BIRCH_STAIRS(135, 0, 7657, "Birch Wood Stairs", "Birch Stairs"),
|
||||
@ -815,7 +815,7 @@ public class ItemManager {
|
||||
DARK_OAK_LEAVES(161, 1, 22254, "Dark Oak Leaves", ""),
|
||||
DARK_OAK_LOG(162, 1, 14831, "Dark Oak Log", ""),
|
||||
DARK_OAK_PLANKS(5, 5, 20869, "Dark Oak Wood Plank", "Dark Oak Planks"),
|
||||
DARK_OAK_PRESSURE_PLATE(72, 0, 31375, "Dark Oak Pressure Plate", "Wooden_Presure_Plate"),
|
||||
DARK_OAK_PRESSURE_PLATE(72, 0, 31375, "Dark Oak Pressure Plate", "Wooden_Pressure_Plate"),
|
||||
DARK_OAK_SAPLING(6, 5, 14933, "Dark Oak Sapling", ""),
|
||||
DARK_OAK_SLAB(126, 5, 28852, "Dark Oak Wood Slab", "Dark Oak Slab"),
|
||||
DARK_OAK_STAIRS(164, 0, 22921, "Dark Oak Stairs", ""),
|
||||
@ -1020,7 +1020,7 @@ public class ItemManager {
|
||||
JUNGLE_LEAVES(18, 3, 5133, "Jungle Leaves", ""),
|
||||
JUNGLE_LOG(17, 3, 20721, "Jungle Log", ""),
|
||||
JUNGLE_PLANKS(5, 3, 26445, "Jungle Wood Plank", "Jungle Planks"),
|
||||
JUNGLE_PRESSURE_PLATE(72, 0, 11376, "Jungle Pressure Plate", "Wooden_Presure_Plate"),
|
||||
JUNGLE_PRESSURE_PLATE(72, 0, 11376, "Jungle Pressure Plate", "Wooden_Pressure_Plate"),
|
||||
JUNGLE_SAPLING(6, 3, 17951, "Jungle Sapling", ""),
|
||||
JUNGLE_SLAB(43, 0, 19117, "Double Stone Slab", ""),
|
||||
JUNGLE_STAIRS(136, 0, 20636, "Jungle Wood Stairs", "Jungle Stairs"),
|
||||
@ -1154,7 +1154,7 @@ public class ItemManager {
|
||||
OAK_LEAVES(18, 0, 4385, "Oak Leaves", ""),
|
||||
OAK_LOG(17, 0, 26723, "Oak Log", ""),
|
||||
OAK_PLANKS(5, 0, 14905, "Oak Wood Plank", "Oak Planks"),
|
||||
OAK_PRESSURE_PLATE(72, 0, 20108, "Oak Pressure Plate", "Wooden_Presure_Plate"),
|
||||
OAK_PRESSURE_PLATE(72, 0, 20108, "Oak Pressure Plate", "Wooden_Pressure_Plate"),
|
||||
OAK_SAPLING(6, 0, 9636, "Oak Sapling", ""),
|
||||
OAK_SLAB(126, 0, 12002, "Oak Slab", "Wood step"),
|
||||
OAK_STAIRS(53, 0, 5449, "Oak Stairs", "WOOD_STAIRS"),
|
||||
@ -1403,7 +1403,7 @@ public class ItemManager {
|
||||
SPRUCE_LEAVES(18, 1, 20039, "Spruce Leaves", ""),
|
||||
SPRUCE_LOG(17, 1, 9726, "Spruce Log", ""),
|
||||
SPRUCE_PLANKS(5, 1, 14593, "Spruce Wood Plank", "Spruce Planks"),
|
||||
SPRUCE_PRESSURE_PLATE(72, 0, 15932, "Spruce Pressure Plate", "Wooden_Presure_Plate"),
|
||||
SPRUCE_PRESSURE_PLATE(72, 0, 15932, "Spruce Pressure Plate", "Wooden_Pressure_Plate"),
|
||||
SPRUCE_SAPLING(6, 1, 19874, "Spruce Sapling", ""),
|
||||
SPRUCE_SLAB(126, 1, 4348, "Spruce Slab", ""),
|
||||
SPRUCE_STAIRS(134, 0, 11192, "Spruce Wood Stairs", "Spruce Stairs"),
|
||||
|
Loading…
Reference in New Issue
Block a user