mindustry logic execution, map- and schematic- parsing and rendering
make oilex consume sand
bendn 2023-10-30
parent 6553d02 · commit b54fd36
-rw-r--r--mindus/src/block/ratios.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mindus/src/block/ratios.rs b/mindus/src/block/ratios.rs
index d4298eb..fd8b17c 100644
--- a/mindus/src/block/ratios.rs
+++ b/mindus/src/block/ratios.rs
@@ -207,7 +207,7 @@ rats!(ConstructorBlock {
rats!(BasicBlock {
"water-extractor": [] => [Water: 6.6]
"unit-repair-tower": [Ozone: 3] => []
- "oil-extractor": [Water: 9] => [] // *cough*
+ "oil-extractor": [Water: 9, Sand: 1] => [] // *cough*
});
rats!(WallDrillBlock { none }); // more cough
rats!(DrillBlock { none });