Back to mods
Functional-Storage-JS project artwork

CurseForge · Minecraft mod

Functional-Storage-JS

Allows you to add new Functional Storage Drawers and Upgrades using KubeJS!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Functional-Storage-JS release should I use?

Updated today
Latest stable file FunctionalStorageJS-1.1.jar
Game version 1.20.1
Loader Forge

Functional-Storage-JS FunctionalStorageJS-1.1.jar targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 5 required mods have matching files.

Where it goes

Is Functional-Storage-JS required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Functional-Storage-JS FunctionalStorageJS-1.1.jar need?

FunctionalStorageJS-1.1.jar. Change the file and its required mods may change too.

All 5 required mods have matching files

Install Functional Storage, KubeJS, Titanium, Rhino and 1 more first. We found matching files for this game-version and loader setup. 3 come through another mod in the chain.

2 listed on this file 3 pulled in by those mods
Functional Storage Needed by Functional-Storage-JS FunctionalStorageJS-1.1.jar
required
Matching file found Matched file: functionalstorage-1.20.1-1.2.10.jar
KubeJS Needed by Functional-Storage-JS FunctionalStorageJS-1.1.jar
required
Matching file found Matched file: KubeJS Forge 2001.6.5-build.26
Titanium Needed by Functional Storage
pulled in
Matching file found Matched file: titanium-1.20.1-3.8.34.jar
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino Forge 2001.2.3-build.10
Architectury API Needed by KubeJS
pulled in
Matching file found Matched file: [Forge 1.20(.1)] v9.2.14

3 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Functional-Storage-JS without breaking your instance.

Built for Functional-Storage-JS FunctionalStorageJS-1.1.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use FunctionalStorageJS-1.1.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Functional Storage, KubeJS, Titanium, Rhino and 1 more first. We found matching files for this game-version and loader setup. 3 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside FunctionalStorageJS-1.1.jar. It opens that exact file at the source.

About this project

What does Functional-Storage-JS add?

A KubeJS Addon for Functional Storage

A KubeJS addon that allows you to directly register Functional Storage Drawers and Storage Upgrades through KubeJS scripts.

Adding Drawers

FunctionalStorageJSEvents.register((event) => {
    event.addDrawer("rubberwood", (builder) => {
        builder.log("minecraft:stone")
            .planks("minecraft:stone_bricks")
            .frontTexture("kubejs:block/aaaa/rubberwood_front")
            .sideTexture("kubejs:block/aaaa/rubberwood_side")
    })
})

`

Registering a drawer will automatically register the 1x1, 1x2, and 2x2 variants.

Adding Storage Upgrades

FunctionalStorageJSEvents.register((event) => {
    event.addUpgrade("rose_gold", (builder) => {
        builder.multiplier(8)
            .fluidMultiplier(4)
            .rangeMultiplier(2)
            .texture("kubejs:item/upgrade/rose_gold")
            .foil(true)
            .addToTab(true)
    })
})

Requirements:


一个 KubeJS 附属模组, 让你可以直接通过 KubeJS 脚本注册 功能性存储 的 储物抽屉 和 存储升级

添加抽屉

FunctionalStorageJSEvents.register((event) => {
    event.addDrawer("cmi:rubberwood", (builder) => {
        builder.log("minecraft:stone")
            .planks("minecraft:stone_bricks")
            .frontTexture("kubejs:block/aaaa/rubberwood_front")
            .sideTexture("kubejs:block/aaaa/rubberwood_side")
    })
})

注册时会同时注册1x1, 1x22x2的抽屉

添加存储升级

FunctionalStorageJSEvents.register((event) => {
    event.addUpgrade("rose_gold", (builder) => {
        builder.multiplier(8)
            .fluidMultiplier(4)
            .rangeMultiplier(2)
            .texture("kubejs:item/upgrade/rose_gold")
            .foil(true)
            .addToTab(true)
    })
})

需要:

Project description from CurseForge.

Pick your setup

Functional-Storage-JS by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Functional-Storage-JS versions and loaders

2 of 2 releases match

Looking for an older file? The official CurseForge project page is in Resources.