Advanced Search
Search Results
91 total results found
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!
Features
Here's a list of all documented (and sometimes undocumented) features that I can remember: [Full list of events] Editing Recipes Editing Tags Adding New Items Adding New Blocks Default Options Changing Window Title and Icon Changing Mod Display Names...
beJS
Download: CurseForge The custom BlockEntity event is a startup event. Block Entities Custom BlockEntities are created in a startup script. They cannot be reloaded without restarting the game. The event is not cancellable. StartupEvents.registry('block', ...
ScreenJS
Download: CurseForge The custom ContainerMenu event is a startup event. Custom Container menus are created in a startup script. They cannot be reloaded without restarting the game. The event is not cancellable. for block entities: StartupEvents.registry('m...
KubeJS REI Runtime
Download: Curseforge Modrinth KubeJS REI Runtime lets you show/hide items in REI dynamically, it provides these methods by default: // in client_scripts REIRuntime.showItem(item); // shows an item in REI REIRuntime.showItems([item, item, ...]); // shows ...
KubeJS Botany Pots
Download: Curseforge Modrinth This mod allows you to create crops, soils, and fertilizers for the Botany Pots mod. ServerEvents.recipes(event => { event.recipes.botanypots.crop( "minecraft:candle", // seed item ["oak_leaves"], // cate...
KubeJS Ars Nouveau
Download: Curseforge, Modrinth This addon allows you to create recipes for the mod Ars Nouveau ServerEvents.recipes(event => { event.recipes.ars_nouveau.enchanting_apparatus( [ "minecraft:sand", "minecraft:sand", ...
KubeJS ProjectE
Download: Curseforge, Modrinth Lets you set the EMC values of items and the Philosopher's Stone transformations blocks with the ProjectE mod. Examples are shown below. Server side events ( server_scripts ): ProjectEEvents.setEMC(event => { // sets the ...