Added large ribcages in deserts

This commit is contained in:
Joshua Barretto 2019-07-08 17:57:41 +01:00
parent 14ba09f96b
commit 6b415c1b87
2 changed files with 4 additions and 0 deletions

BIN
assets/world/structure/natural/ribcage-large.vox (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -426,6 +426,7 @@ lazy_static! {
pub static ref QUIRKY_DRY: Vec<Arc<Structure>> = vec![
st_asset("world/structure/natural/ribcage-small.vox", (7, 13, 4)),
st_asset("world/structure/natural/ribcage-large.vox", (13, 19, 8)),
st_asset("world/structure/natural/skull-large.vox", (15, 20, 4)),
];
}