ALPHA-9
This commit is contained in:
parent
c15eacd83d
commit
63a0e204ad
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ name: Spherable
|
||||||
description: A spheres world generator. A new survival challenge.
|
description: A spheres world generator. A new survival challenge.
|
||||||
author: Ad5001
|
author: Ad5001
|
||||||
version: 1.0
|
version: 1.0
|
||||||
api: [3.0.0-ALPHA7]
|
api: [3.0.0-ALPHA, 3.0.0-ALPHA9]
|
||||||
main: Ad5001\Spherable\Main
|
main: Ad5001\Spherable\Main
|
||||||
website: "https://download.ad5001.eu/en/view.php?name=Spherable&src=github"
|
website: "https://download.ad5001.eu/en/view.php?name=Spherable&src=github"
|
||||||
psmimplements: true
|
psmimplements: true
|
||||||
|
|
|
@ -196,7 +196,7 @@ class SpheresGenerator extends Generator {
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
[Block::DIAMOND_ORE, 0, 10],
|
[Block::DIAMOND_ORE, 0, 10],
|
||||||
[Block::NETHER_BRICKS, 0, 90],
|
[Block::NETHER_BRICK_BLOCK, 0, 90],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
[Block::DIAMOND_ORE, 0, 10],
|
[Block::DIAMOND_ORE, 0, 10],
|
||||||
|
|
Loading…
Reference in a new issue