mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/liquid.rs')
| -rw-r--r-- | src/block/liquid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/liquid.rs b/src/block/liquid.rs index 4816e5a..7164885 100644 --- a/src/block/liquid.rs +++ b/src/block/liquid.rs @@ -18,7 +18,7 @@ make_simple!( let (index, rot, flip) = mask2rotations(mask, rot); // TODO caps. stopped trying bcz too complex - rotations2tile((index, rot, flip), "conduit", s) + rotations2tile((index, rot, flip), name, s) }, true ); |