mindustry logic execution, map- and schematic- parsing and rendering
basalt vent
bendn 8 months ago
parent 60c4904 · commit 79abdac
-rw-r--r--mindus/Cargo.toml2
-rw-r--r--mindus/assets/blocks/floors/basalt-vent.pngbin0 -> 709 bytes
-rw-r--r--mindus/src/data/map.rs2
3 files changed, 2 insertions, 2 deletions
diff --git a/mindus/Cargo.toml b/mindus/Cargo.toml
index 7871249..86899f7 100644
--- a/mindus/Cargo.toml
+++ b/mindus/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mindus"
-version = "5.0.33"
+version = "5.0.34"
edition = "2021"
description = "A library for working with mindustry data formats (eg schematics and maps) (fork of plandustry)"
authors = [
diff --git a/mindus/assets/blocks/floors/basalt-vent.png b/mindus/assets/blocks/floors/basalt-vent.png
new file mode 100644
index 0000000..416a2fd
--- /dev/null
+++ b/mindus/assets/blocks/floors/basalt-vent.png
Binary files differ
diff --git a/mindus/src/data/map.rs b/mindus/src/data/map.rs
index 22302aa..df32798 100644
--- a/mindus/src/data/map.rs
+++ b/mindus/src/data/map.rs
@@ -122,7 +122,7 @@ pub(crate) fn floor(tile: BlockEnum, s: Scale) -> Image<&'static [u8], 3> {
| "dacite"
| "dirt"
| "arkycite-floor"
- | "basalt"
+ | "basalt" | "basalt-vent"
| "moss"
| "mud"
| "grass"