Перейти к содержимому
Mineforgian

CucumberJS

A KubeJS addon for creating Cucumber Library tools/weapons.

Загрузки
12K
Подписчики
3
Обновлён
9 марта 2024 г.
Лицензия
MIT

Опубликован 1 марта 2024 г.

⚠️CucumberJS has been replaced by ToolsJS⚠️

CurseForge Downloads Modrinth Downloads

CucumberJS

A KubeJS addon for creating Cucumber Library tools/weapons. That's it. idk why you'd need this

Dependencies

Recommend but not required

Creating a tool

// Inside startup_scripts, this will create a tool with no texture
StartupEvents.registry("item", (event) => {
    event.create("test_crossbow", "crossbow");
    event.create("test_fishingrod", "fishingrod");
    event.create("test_paxel", "paxel");
    event.create("test_scythe", "scythe");
    event.create("test_shear", "shears");
    event.create("test_sickle", "sickle");
    event.create("test_wateringcan", "wateringcan");
});

Credits

FooterManDev - KubeJS mod Addon template + PaxelJS references + being super great to work with!

Bluemethyst - Uh... being cool idk

Ченджлог

0.0.4-1.20.1Релиз1.20.1 · 9 марта 2024 г.

Added support for modifying tools better

Added built in textures thanks to FooterMan

Reworked Mixins thanks to Uncandango

0.0.1-1.20.1Релиз1.20.1 · 6 марта 2024 г.

Added support for item modification on already created Cucumber Library items such as Mystical Agriculture

0.0.2-1.20.1Релиз1.20.1 · 2 марта 2024 г.

Removed Shear support as it is in base KubeJS

0.0.1-1.20.1Релиз1.20.1 · 1 марта 2024 г.

Created CucumberJS!

Комментарии

Загружаем…