VacAge When the block is set to drop itself, customBlock.getLoot(true) would return only that block as an ItemStack. getLoot() would return nothing. Adding custom drops will give this error when trying to read block drops: https://mclo.gs/kZQcy1n Loot config: https://mclo.gs/5kAjjtH
LoneDev The error NullPointerException: Cannot invoke "org.bukkit.block.Block.getBiome()" because "<parameter1>" is null is thrown because the bukkit "block" field of the instance of CustomBlock is null. Make sure that event.getBlock() is not null.