Advanced Search
Search Results
110 total results found
Recipes
This page is still under development. It is not complete, and subject to change at any time. The recipe event is a server event. Contents How Recipes & Callbacks Work Adding Recipes Shaped Shapeless Smithing Smelting & other Cooking Stonecutting ...
Command Registry
This page is unfinished and only provides basic information Example: The following code has not been completely tested on 1.18 and not at all on 1.16 onEvent("command.registry", event => {//command registry event const { commands: Commands, arguments: ...
Datapack Load Events
You can load json datapack files programmatically! onEvent('server.datapack.first', event => { event.addJson(name, json) }) resourceLocation could be minecraft:loot_tables/entities/villager.json json could be for example: { type: "entity", pools:...
KubeJS Thermal
Download: CurseForge, Modrinth This info is currently incomplete! Supported recipe types: - furnace- sawmill- pulverizer- smelter- centrifuge- press- crucible- chiller- refinery- brewer- bottler event.recipes.thermal.press('minecraft:bone', '#forge:dyes/bl...
KubeJS UI
Download: CurseForge No info yet!
KubeJS Create
Download: CurseForge, Modrinth The example scripts are only here to demonstrate the recipes. They are not meant to be used with the items shown. Compacting Syntax: compacting(output[], input[]) Features: supports multiple inputs and outputs supports .h...
KubeJS Immersive Engineering
Download: CurseForge, Modrinth No info yet!
KubeJS Mekanism
Download: CurseForge, Modrinth No info yet!
PonderJS
Download: CurseForge No info yet!
KubeJS Blood Magic
Download: CurseForge No info yet!
KubeJS Tinkers Construct
Download: CurseForge No info yet!
LootJS
Download: CurseForge, Modrinth No info yet!
ProbeJS
Download: CurseForge No info yet!
KubeJS Additions
Download: CurseForge, Modrinth No info yet! For more information please see the project's Github Page, which has usage examples and documentation.
MoreJS
Download: CurseForge No info yet!
Block Modification
The block modification event is a startup event. BlockEvents.modification event is a startup script event that allows you to change properties of existing blocks. BlockEvents.modification(e => { e.modify('minecraft:stone', block => { block.destroySpe...
Global
Primitive prototype additions String#namespace: String - namespace part of namespaced string, aka of "minecraft:oak_planks" it's "minecraft". Defaults to "minecraft" if there's no :. String#path: String - path part of namespaced string, aka of "minecraft:o...
PowerfulJS
Download: CurseForge No info yet!