![[IMG]](/proxy/image?url=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F517039524032020500%2F547774320693346304%2FAM-BannerArtboard_1update.png) 
 
 Added:
 ● Added a new API method that was requested by 
@Tlsslurp.
 You can now grab the block data of a mine from the API that will give you a hashmap of MaterialData with their associated chances per block that is in the mine.
 
 
 
  Code (Text):
 
 
 
  AsylumMines.getAPI().getBlockData("minename");
 
 
 Fixed:
 ● Fixed up some issues that may have been caused in GUIs.
 ● Fixed up some of the GUIs so that they can potentially load milliseconds faster than before.
 ● Fixed up some issues with the mine class that would cause the mine fly to spam the player on leaving/entering a mine.
 ● Fixed up some issues that would cause blocks to sometimes go null in the mine.
 ● Fixed a issue where wool wasn't able to work correctly
 ● Fixed a issue that allowed you to put any data in the adding of a block and it wouldn't say that you couldn't meaning it added a null block to your mine.
 ● Fixed a issue where the prefix could not always show up when the plugin loaded or a player joined.
 ● Fixed an issue on my side for where it would send the update notification whilst making a newer version of the plugin.
 ● Fixed a issue where there could be potential null errors whilst trying to set a block in the mine.
 ● Fixed up the gradual resetting of a mine
 ● Fixed up an issue where resetting would sometimes impact the server by a large amount running the insane method.