概述
这是一个既简单又实用的电梯模组。
本模组添加了各种颜色电梯方块,玩家只需通过跳跃来向上传送,潜行来向下传送。
配置
可以通过位于游戏目录下的 /config/ase.json 修改模组配置。
{
"range": 20, // in what range the next elevator will be searched
"center_pitch_on_tp": true, // center player pitch on teleportation
"allow_carpets_on_elevator": true, // should elevators work with carpets on them
"play_use_sound": true, // whether a whoosh sound should be played on elevator use
"elevator_not_found_msg": false // whether a message should appear for a player when next elevator isn't found
}