Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
v8
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed Dec 24, 2013
1 parent 622c31a commit 3edbfcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Sedimentology
main: org.foo_projects.sofar.Sedimentology.Sedimentology
version: 7
version: 8
softdepend: [Factions, Towny, WorldGuard]
commands:
sedimentology:
Expand Down
3 changes: 1 addition & 2 deletions src/org/foo_projects/sofar/Sedimentology/Sedimentology.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* Water displaces sand and clay
* Ice displaces all blocks
*
* Snow compacts into Ice
* Thicker snow packs behave like ice: crunch rocks into gravel
*
* Blocks do not disappear, the volume of blocks remains equal througout the process
*
Expand Down Expand Up @@ -865,7 +865,6 @@ else if (underwater)
return;
}


/* do not decay sand further unless in a wet Biome, and under water, and under sealevel */
if (b.getType() == Material.SAND) {
if (!(b.inClayBiome() && underwater && b.block.getY() < world.getSeaLevel())) {
Expand Down

0 comments on commit 3edbfcd

Please sign in to comment.