Skip to content

Commit

Permalink
Added back Flower Forest biome. 1.14.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Sep 2, 2019
1 parent 182d576 commit 2fc5499
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
<java.version>1.8</java.version>
<powermock.version>1.7.4</powermock.version>
<!-- More visible way how to change dependency versions -->
<spigot.version>1.14.3-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.6.0-SNAPSHOT</bentobox.version>
<spigot.version>1.14.4-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.7.0-SNAPSHOT</bentobox.version>
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- This allows to change between versions and snapshots. -->
<build.version>0.3.2</build.version>
<build.version>0.4.0</build.version>
<build.number>-LOCAL</build.number>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/biomes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ biomes:
DIRT: 30:SAND:SAND
FOREST:
friendlyname: "Flowery forest"
biome: FOREST
icon: ROSE_RED
biome: FLOWER_FOREST
icon: RED_TULIP
priority: 4
contents:
OAK_LOG: 3
Expand Down

0 comments on commit 2fc5499

Please sign in to comment.