Added additional leaf block IDs
This commit is contained in:
parent
3a5f1ae812
commit
d3bef87c36
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,8 @@ public class BOPConfigurationIDs
|
|||
|
||||
public static int leaves1ID;
|
||||
public static int leaves2ID;
|
||||
public static int leaves3ID;
|
||||
public static int leaves4ID;
|
||||
public static int foliageID;
|
||||
|
||||
public static int leavesFruitID;
|
||||
|
@ -93,6 +95,7 @@ public class BOPConfigurationIDs
|
|||
public static int jacarandaStairsID;
|
||||
|
||||
public static int colourizedLeavesID;
|
||||
public static int colourizedLeaves2ID;
|
||||
|
||||
public static int crystalID;
|
||||
public static int cloudID;
|
||||
|
@ -347,7 +350,10 @@ public class BOPConfigurationIDs
|
|||
//Leaves
|
||||
leaves1ID = config.getBlock("Leaf Block ID 1", 1950, null).getInt();
|
||||
leaves2ID = config.getBlock("Leaf Block ID 2", 1951, null).getInt();
|
||||
leaves3ID = config.getBlock("Leaf Block ID 3", 1952, null).getInt();
|
||||
leaves4ID = config.getBlock("Leaf Block ID 4", 1953, null).getInt();
|
||||
colourizedLeavesID = config.getBlock("Colourized Leaves ID", 1955, null).getInt();
|
||||
colourizedLeaves2ID = config.getBlock("Colourized Leaves 2 ID", 1956, null).getInt();
|
||||
leavesFruitID = config.getBlock("Fruit Leaf Block ID", 1960, null).getInt();
|
||||
leavesFruit2ID = config.getBlock("Fruit Leaf Block 2 ID", 1961, null).getInt();
|
||||
petalsID = config.getBlock("Petal ID", 1962, null).getInt();
|
||||
|
|
Loading…
Reference in a new issue