Added Jukebox window type ID

This commit is contained in:
Dylan K. Taylor 2017-10-30 18:37:42 +00:00
parent 4ed1a39638
commit 6db5596b00

View File

@ -45,5 +45,6 @@ interface WindowTypes{
const STRUCTURE_EDITOR = 14;
const TRADING = 15;
const COMMAND_BLOCK = 16;
const JUKEBOX = 17;
}