From 63a0e204ad1ea3f3891b75f9d9cd9baf4c82ea9a Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 26 Oct 2017 17:36:38 +0200 Subject: [PATCH] ALPHA-9 --- plugin.yml | 2 +- src/Ad5001/Spherable/generators/spheres/SpheresGenerator.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yml b/plugin.yml index fc11978..45617e7 100644 --- a/plugin.yml +++ b/plugin.yml @@ -17,7 +17,7 @@ name: Spherable description: A spheres world generator. A new survival challenge. author: Ad5001 version: 1.0 -api: [3.0.0-ALPHA7] +api: [3.0.0-ALPHA, 3.0.0-ALPHA9] main: Ad5001\Spherable\Main website: "https://download.ad5001.eu/en/view.php?name=Spherable&src=github" psmimplements: true diff --git a/src/Ad5001/Spherable/generators/spheres/SpheresGenerator.php b/src/Ad5001/Spherable/generators/spheres/SpheresGenerator.php index 91db826..3cee1bf 100644 --- a/src/Ad5001/Spherable/generators/spheres/SpheresGenerator.php +++ b/src/Ad5001/Spherable/generators/spheres/SpheresGenerator.php @@ -196,7 +196,7 @@ class SpheresGenerator extends Generator { ], [ [Block::DIAMOND_ORE, 0, 10], - [Block::NETHER_BRICKS, 0, 90], + [Block::NETHER_BRICK_BLOCK, 0, 90], ], [ [Block::DIAMOND_ORE, 0, 10],