diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-11 16:55:39 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-11 16:55:39 +0200 |
commit | 2537e764a359328870c3eabb16ee5238becd3c73 (patch) | |
tree | 07b731da36fd795399dbb62446e8a36ae3318f0b /data | |
parent | 51f3c580fcfac8d37e5e345031cadda141f0340f (diff) | |
download | hurrycurry-2537e764a359328870c3eabb16ee5238becd3c73.tar hurrycurry-2537e764a359328870c3eabb16ee5238becd3c73.tar.bz2 hurrycurry-2537e764a359328870c3eabb16ee5238becd3c73.tar.zst |
add conveyor filters
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/conveyors_dot_com.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/conveyors_dot_com.yaml b/data/maps/conveyors_dot_com.yaml index 91b185bf..0b93306e 100644 --- a/data/maps/conveyors_dot_com.yaml +++ b/data/maps/conveyors_dot_com.yaml @@ -77,8 +77,8 @@ tile_entities: "^": !conveyor { dir: [0, -1] } entities: - - !conveyor { from: [4, 15], to: [4, 7] } - - !conveyor { from: [17, 7], to: [17, 15] } + - !portal { from: [4, 15], to: [4, 7] } + - !portal { from: [17, 7], to: [17, 15] } items: "S": pot |