Advanced Search
Search Results
95 total results found
KubeJS 6.1 Update
For script and pack developers Scheduled events now take in durations (especially strings such as 200 t for tick durations as well) for their delays! NetworkEvents.fromServer and NetworkEvents.fromClient have been merged into NetworkEvents.dataReceived, wh...
KubeJS Industrial Foregoing
Download: Curseforge This lets you modify and create various recipes for Industrial Foregoing ServerEvents.recipes(event => { event.recipes.industrialforegoing.dissolution_chamber( ["minecraft:tnt"], // input items "minecraft:water", /...
Item modification
Item modification is a startup event. ItemEvents.modification is a startup script event used to modify various properties of existing items. ItemEvents.modification(event => { event.modify('minecraft:ender_pearl', item => { item.maxStackSize = 64 ...
New Page
Custom Blocks
This is a startup script, meaning that you will need to restart your game each time you want to make changes to it. You can register many types of custom blocks in KubeJS. Here's the simplest way: StartupEvents.registry("block", (event) => { event.create(...