

Super Mod
Активный0.0
Установок
0
Последнее обновление
3 месяца назад
Версии
1.21.1
Клиент и сервер
Fabric
Игровые механики
Технологические
SuperMod
SuperMod adds Superhot mechanics and scriptable lua computers to minecraft.
You can try out this mod and so many more live on the Modfest 1.21 server right now
Time only moves when you move
Basic Setup
- Create an Area Lib area using
/area create <id> <from> <to>
- Bind the area to a new super profile using
/super profile create <id>
- (Optional) Change some settings on the profile
- Run
/super profile activate <id>
Puters
This mod also adds completely moddable computers running lua. They can be used to code minigames, start a super session and more
Computers come with a basic api to continously run code every tick, retrieve information about the game and more. The docs can be found here