Releases: PyXiion/mappet
0.3.1
Mappet 0.3
Стабильная версия
- Ингридиенты не показываются, если их нет.
- Добавлен метод isOnGround для IScriptEntity
- Добавлена поддержка обычных и стрелочных функций в mappet.createUI

- Добавлено событие взаимодействия игрока с сущностью
- Подсветка строк с форматированием

- Скрипты теперь создаются по умолчанию с параметром unique
- Добавлена возможность создавать тип ScriptVector
new Vector3(1, 2, 3); - Добавлены Java.import и Java.importAs

Stable version
- Ingredients are not shown if there are none.
- Added isOnGround method for IScriptEntity
- Added support for embed and arrow functions in mappet.createUI

- Added a player interaction event with an entity
- Highlighting strings with formatting

- Scripts are now created by default with the unique parameter
- Added the ability to create the ScriptVector type
new Vector3(1, 2, 3); - Added Java.import & Java.importAs

Pre-5
Pre-4
- Подсветка строк с форматированием

- Исправление работы scheduleScript с анонимными и стрелочными функциями
- Скрипты теперь создаются по умолчанию с параметром unique
- Добавлена возможность создавать тип ScriptVector
new Vector3(1, 2, 3);
Требуется библиотека Javet в папке mods. Скачать можно здесь.
- Highlighting strings with formatting

- Fix scheduleScript with anonymous and arrow functions
- Scripts are now created by default with the unique parameter
- Added the ability to create the ScriptVector type
new Vector3(1, 2, 3);
The Javet library in the mods folder is required. You can download it here.
Full Changelog: pre-3...pre-4
Pre-3
- Библиотеки теперь работают.
- Java.to для преобразования массивов и словарей в Java типы
- Исправлены конфликтующие имена у UIComponent. Чтение параметров через _x, _y и т. п.
Требуется библиотека Javet в папке mods. Скачать можно здесь.
- Libraries are working now.
- Java.to to convert arrays and dictionaries to Java types
- Fixed conflicting names in UIComponent. Reading parameters via _x, _y, etc.
The Javet library in the mods folder is required. You can download it here.
Full Changelog: pre-2...pre-3
pre-2
-
Починил методы x, y, w, h и т.д. у UIComponent
-
Java.from() для Set и Map. Конвертирует их в JS-объекты
-
Fix UIComponent x, y, w, h, etc. methods.
-
Java.from() for sets and maps. Convert them to JS array or map.
Требуется библиотека Javet в папке mods. Скачать можно здесь.
The Javet library in the mods folder is required. You can download it here.
Mappet V8 pre-1
Mappet и поддержка ES6 на движке V8. Классы, let'ы и т.д. Так же добавлены Java.import('path.to.class') и Java.importAs('ClassName', 'path.to.class'). Пример:

Имеет много ошибок, может крашиться. Об этом пишите тут или на me@pyxiion.ru с приложением лога Майнкрафт и подробными действиями. А лучше даже весь игровой мир приложить.
Mappet and ES6 support on the V8 engine. Classes, left, etc. Also added Java.import('path.to.class') and Java.importAs('ClassName', 'path.to.class'). Example:

Has a lot of errors, can crash. Write about it here or on me@pyxiion.ru with the application of the Minecraft log and detailed actions. And it's even better to attach the whole game world.
Так же требуется библиотека Javet в папке mods. Скачать можно здесь.
The Javet library in the mods folder is also required. You can download it here.