mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-12-02 15:03:28 +01:00
Adjusted config.yml comments.
Switched POM to reference 0.9.0 Bentobox.
This commit is contained in:
parent
b3ba8c935e
commit
cbf3f6cbd5
2
pom.xml
2
pom.xml
@ -70,7 +70,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>world.bentobox</groupId>
|
<groupId>world.bentobox</groupId>
|
||||||
<artifactId>bentobox</artifactId>
|
<artifactId>bentobox</artifactId>
|
||||||
<version>0.10.0-SNAPSHOT</version>
|
<version>0.9.0-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -53,7 +53,7 @@ limits:
|
|||||||
NETHERRACK: 1000
|
NETHERRACK: 1000
|
||||||
|
|
||||||
# This section lists the value of a block. Value must be an integer.
|
# This section lists the value of a block. Value must be an integer.
|
||||||
# Any blocks not listed will have a value of 1. AIR is always zero.
|
# Any blocks not listed will have a value of 0. AIR is always zero.
|
||||||
# Format is MATERIAL: value
|
# Format is MATERIAL: value
|
||||||
|
|
||||||
blocks:
|
blocks:
|
||||||
|
Loading…
Reference in New Issue
Block a user