Re-implemented some units / Bugfixes
This commit is contained in:
@@ -60,9 +60,9 @@ public class FileMapGenerator implements WorldGenerator{
|
||||
}
|
||||
|
||||
//add random decoration
|
||||
if(Mathf.chance(0.015) && !tile.floor().isLiquid && tile.block() == Blocks.air){
|
||||
tile.setBlock(tile.floor().decoration);
|
||||
}
|
||||
//if(Mathf.chance(0.015) && !tile.floor().isLiquid && tile.block() == Blocks.air){
|
||||
// tile.setBlock(tile.floor().decoration);
|
||||
//}
|
||||
}
|
||||
|
||||
if(!anyCores){
|
||||
|
||||
Reference in New Issue
Block a user