Скачать CucumberJS — Minecraft Моды — ModStock

CucumberJS

Активный

Установок

4

Последнее обновление

1 год назад

Версии

1.20.1
Клиент и сервер
Forge
Оружие и броня
Библиотеки
Управление
Аддоны

⚠️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

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