Skip to content

Commit

Permalink
Fix ContenaireUIID (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseiTarzan authored Dec 15, 2022
1 parent 033bca2 commit 876292c
Showing 1 changed file with 40 additions and 39 deletions.
79 changes: 40 additions & 39 deletions src/types/inventory/ContainerUIIds.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,43 +41,44 @@ private function __construct(){
public const RECIPE_SEARCH = 18;
public const RECIPE_SEARCH_BAR = 19;
public const RECIPE_EQUIPMENT = 20;
public const ENCHANTING_INPUT = 21;
public const ENCHANTING_MATERIAL = 22;
public const FURNACE_FUEL = 23;
public const FURNACE_INGREDIENT = 24;
public const FURNACE_RESULT = 25;
public const HORSE_EQUIP = 26;
public const HOTBAR = 27;
public const INVENTORY = 28;
public const SHULKER_BOX = 29;
public const TRADE_INGREDIENT1 = 30;
public const TRADE_INGREDIENT2 = 31;
public const TRADE_RESULT_PREVIEW = 32;
public const OFFHAND = 33;
public const COMPOUND_CREATOR_INPUT = 34;
public const COMPOUND_CREATOR_OUTPUT_PREVIEW = 35;
public const ELEMENT_CONSTRUCTOR_OUTPUT_PREVIEW = 36;
public const MATERIAL_REDUCER_INPUT = 37;
public const MATERIAL_REDUCER_OUTPUT = 38;
public const LAB_TABLE_INPUT = 39;
public const LOOM_INPUT = 40;
public const LOOM_DYE = 41;
public const LOOM_MATERIAL = 42;
public const LOOM_RESULT_PREVIEW = 43;
public const BLAST_FURNACE_INGREDIENT = 44;
public const SMOKER_INGREDIENT = 45;
public const TRADE2_INGREDIENT1 = 46;
public const TRADE2_INGREDIENT2 = 47;
public const TRADE2_RESULT_PREVIEW = 48;
public const GRINDSTONE_INPUT = 49;
public const GRINDSTONE_ADDITIONAL = 50;
public const GRINDSTONE_RESULT_PREVIEW = 51;
public const STONECUTTER_INPUT = 52;
public const STONECUTTER_RESULT_PREVIEW = 53;
public const CARTOGRAPHY_INPUT = 54;
public const CARTOGRAPHY_ADDITIONAL = 55;
public const CARTOGRAPHY_RESULT_PREVIEW = 56;
public const BARREL = 57;
public const CURSOR = 58;
public const CREATED_OUTPUT = 59;
public const RECIPE_BOOK = 21;
public const ENCHANTING_INPUT = 22;
public const ENCHANTING_MATERIAL = 23;
public const FURNACE_FUEL = 24;
public const FURNACE_INGREDIENT = 25;
public const FURNACE_RESULT = 26;
public const HORSE_EQUIP = 27;
public const HOTBAR = 28;
public const INVENTORY = 29;
public const SHULKER_BOX = 30;
public const TRADE_INGREDIENT1 = 31;
public const TRADE_INGREDIENT2 = 32;
public const TRADE_RESULT_PREVIEW = 33;
public const OFFHAND = 34;
public const COMPOUND_CREATOR_INPUT = 35;
public const COMPOUND_CREATOR_OUTPUT_PREVIEW = 36;
public const ELEMENT_CONSTRUCTOR_OUTPUT_PREVIEW = 37;
public const MATERIAL_REDUCER_INPUT = 38;
public const MATERIAL_REDUCER_OUTPUT = 39;
public const LAB_TABLE_INPUT = 40;
public const LOOM_INPUT = 41;
public const LOOM_DYE = 42;
public const LOOM_MATERIAL = 43;
public const LOOM_RESULT_PREVIEW = 44;
public const BLAST_FURNACE_INGREDIENT = 45;
public const SMOKER_INGREDIENT = 46;
public const TRADE2_INGREDIENT1 = 47;
public const TRADE2_INGREDIENT2 = 48;
public const TRADE2_RESULT_PREVIEW = 49;
public const GRINDSTONE_INPUT = 50;
public const GRINDSTONE_ADDITIONAL = 51;
public const GRINDSTONE_RESULT_PREVIEW = 52;
public const STONECUTTER_INPUT = 53;
public const STONECUTTER_RESULT_PREVIEW = 54;
public const CARTOGRAPHY_INPUT = 55;
public const CARTOGRAPHY_ADDITIONAL = 56;
public const CARTOGRAPHY_RESULT_PREVIEW = 57;
public const BARREL = 58;
public const CURSOR = 59;
public const CREATED_OUTPUT = 60;
}

0 comments on commit 876292c

Please sign in to comment.