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

KubeJS

Edit recipes, add new custom items, script world events, all in JavaScript!

Загрузки
17.2M
Подписчики
390
Обновлён
22 июня 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 24 мая 2022 г.

KubeJS


What does this mod do?

This mod lets you create scripts in JavaScript language to manage your server, add new blocks and items, change recipes and tags, add custom handlers for quest mods, change worldgen and more!

How to use it?

Run the game with mod installed once. It should generate kubejs folder in your minecraft directory with example scripts. startup scripts only get run once when the game loads. Those are for registering items, setting up configs etc. Server/data scripts are loaded when you join a world, those are better for things like clearlag, displaying custom login messages and world/player related things in general.

Video tutorial for 1.19.2

Can I reload scripts?

Yes, use /reload. Note: Not everything is reloadable. Some things require you to restart game, some only world, some work on fly.

I don't know JavaScript / I need help with this mod!

There's examples and pre-made scripts on KubeJS Wiki.

I have a question / suggestion / bug report!

If wiki didn't have the answer for what you were looking for, you can ask questions, make feature suggestions and report bugs here: KubeJS Support

Ченджлог

26.1.2-8.0.3+neoforgeБета26.1.2 · 22 июня 2026 г.
  • Builders now generate the required model data for item and block-item tinting (#1156)
  • Fix Client binding not being available from startup/client scripts (#1152)
  • Fixed circular initialization between ConsoleJS and ScriptType before script consoles are ready (#1147)
  • Fixed creative tab modification not firing correctly (#1149)
26.1.2-8.0.2+neoforgeБета26.1.2 · 12 июня 2026 г.
  • Readd error handling during the recipe event (#1142)
  • Fix BlockItemBuilder translation key resolution/duplicate key (#1143)
  • Reimplement basic JEI integration. EMI and REI at the time of writing are not released for 26.1 yet and will follow later.
  • Fix registry type coercion not working (...because it didn't return a value)
26.1.2-8.0.1+neoforgeБета26.1.2 · 8 июня 2026 г.
  • Hotfix for the release version of NeoForge, sorry to anybody who got a Mixin crash when they tried to open a world!
26.1.2-8.0.0+neoforgeБета26.1.2 · 8 июня 2026 г.

this is a manual upload due to workflow errors, see https://github.com/KubeJS-Mods/KubeJS/releases/tag/v26.1.2-neoforge-8.0.0 for a formatted changelog

2101.7.2-build.368Релиз1.21, 1.21.1 · 13 мая 2026 г.
2101.7.2-build.363Релиз1.21.1 · 29 апреля 2026 г.

Hotfix for a sidedness issue

2101.7.2-build.361Релиз1.21, 1.21.1 · 29 апреля 2026 г.
2101.7.2-build.350Релиз1.21, 1.21.1 · 29 апреля 2026 г.

Комментарии

Загружаем…