Logo LatvianModder's Mods
Search Shelves Books Log in
 
Search Filters
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

35 total results found

REI Integration (Fabric Only)

KubeJS Examples

Hide Items onEvent('rei.hide.items', event => { event.hide('example:ingredient') }) Add ...

Loot Table Modification (WIP)

KubeJS Examples

onEvent('block.loot_tables', event => { event.addSimpleBlock('minecraft:dirt', 'minecraft:r...

Changing Window Title and Icon

KubeJS Examples

Yes, you can do that with KubeJS too. To change title, all you have to do is change title in kub...

KubeJS UI

KubeJS Examples

You can also always look at existing modpack using KubeJS UI to see how they do it events.listen...

WorldgenAddEventJS

KubeJS Events

This event isn't complete yet and can only do basic things. Adding dimension-specific features al...

WorldgenRemoveEventJS

KubeJS Events

For more information on biomes field, see worldgen.add event page. onEvent('worldgen.remove', ev...

RecipeEventJS

KubeJS Events

Examples Possible settings you can change for recipes. It's recommended that you put this in it'...

Back to top