summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-01Fix water edge issues at sea level and below.Auke Kok
This removes flowing_water issues around the edges of beaches, and puts stationary water blocks there instead under the right circumstances.
2015-01-25cleanfileAuke Kok
2015-01-25Convert material props to table. Add some non-default nodes as well.Auke Kok
2015-01-15Update zip namev1Auke Kok
2015-01-15Adding gitignore for zip file releasesAuke Kok
2015-01-15Quick makefile for easy releasing.Auke Kok
2015-01-15Add readme (mostly correct) from the bukkit plugin, with changes.Auke Kok
2015-01-15Add Copyright info.v0Auke Kok
Since this is a 1:1 port from Sedimentology, I'm sticking the same license to it.
2015-01-15Protect blocks command behind server privs. Add help.Auke Kok
2015-01-15Display operation params with statsAuke Kok
2015-01-15Only stop sand forming above water...Auke Kok
2015-01-15Discard attempts outside circle radius, instead of squareAuke Kok
2015-01-15Unneeded debug code snipplets.Auke Kok
2015-01-15Sand creation fixesAuke Kok
- don't make sand unless we should make desert_sand - don't make sand unless there's already some form of sand around
2015-01-15Allow changing of blocks.Auke Kok
2015-01-14Nasty bug to find! Now the main features are functional.Auke Kok
2015-01-14Working commit.Auke Kok
Still does not properly displace everything just yet...
2015-01-14Initial checkin.Auke Kok
This mostly already works - It's at the stage where I'm debugging the tricky bits and most of the error and edge case handling, and some of the lua tricks.