nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
CucumberJS

CucumberJS

Mod

A KubeJS addon for creating Cucumber Library tools/weapons.

Client and server EquipmentLibraryManagementUtility

438 downloads
1 follower

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

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

Bluemethyst - Uh... being cool idk

External resources


Project members

Bluemethyst

Member

FooterManDev

Major Contributor


Technical information

License
MIT
Client side
required
Server side
required
Project ID