KubeJS Library 1.17.1/1.16.5 – Minecraft Mod Download

How to install KubeJS Library 1.17.1/1.16.5 (Library for LatvianModder’s Mods)

Follows 5 Steps bellow to install KubeJS Library on Windows and Mac :
1. You need ready installed Minecraft Forge.
2. Download a Forge compatible mod from url download, or anywhere else!
3. Open Minecraft, click ->> ‘Mods’ button on the main menu,  click – >> ‘Open Mods Folder’.Important: Some older versions of Forge may not have the ‘Open Mods Folder’ button. If that is the case, you need to find the folder manually. Windows:

  • Press the Windows key and R at the same time
  • Type %appdata% and press enter
  • Find the Minecraft folder and then look for the Mods folder within that

Mac:

  • Click on the desktop and then press Command+Shift+G all at the same time
  • Type ~/Library and press enter
  • Open the folder Application Support and then Minecraft

4. Place the mod file downloaded (.jar or .zip) into the Mods folder.
5. Relaunch Minecraft, and you should now see the new mod installed in the list!

KubeJS Library  allows you to create JavaScript language scripts to manage your server. This mod adds new blocks and items, changes recipes, adds custom controllers for mission mods, and more.

How to use:

  • 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.
  • You can use /reload. Note: Not everything is reloadable. Some things require you to restart game, some only world, some work on fly.

Requires:

Minecraft Forge

KubeJS Library 1.17.1/ 1.16.5/1.15.2 Download Links .

Changelog

  • Merge branch ‘dev’ – LatvianModder
  • Renamed ingredient action methods, improved filter parser – LatvianModder