Merge commit '3d2ca45'

This commit is contained in:
Dylan K. Taylor 2020-04-25 12:14:45 +01:00
commit 45bed454f2
2 changed files with 7 additions and 1 deletions

View File

@ -66,6 +66,9 @@ class Enchantment{
public const RIPTIDE = 30;
public const LOYALTY = 31;
public const CHANNELING = 32;
public const MULTISHOT = 33;
public const PIERCING = 34;
public const QUICK_CHARGE = 35;
public const RARITY_COMMON = 10;
public const RARITY_UNCOMMON = 5;

View File

@ -55,9 +55,12 @@ final class WindowTypes{
public const ELEMENT_CONSTRUCTOR = 21;
public const MATERIAL_REDUCER = 22;
public const LAB_TABLE = 23;
public const LOOM = 24;
public const LECTERN = 25;
public const GRINDSTONE = 26;
public const BLAST_FURNACE = 27;
public const SMOKER = 28;
public const STONECUTTER = 29;
public const CARTOGRAPHY = 30;
}