Erekir generation improvements

This commit is contained in:
Anuken
2021-12-02 13:25:43 -05:00
parent f754dd1373
commit fff492d89d
9 changed files with 132 additions and 37 deletions

View File

@@ -115,6 +115,11 @@ public class Floor extends Block{
//keep default value if not found...
if(wall == null) wall = Blocks.air;
//try to load the default boulder
if(decoration == null){
decoration = content.block(name + "-boulder");
}
if(isLiquid && walkEffect == Fx.none){
walkEffect = Fx.ripple;
}