Recent Activity


















LatvianModder
User for 1 year
Created Content
Recently Created Pages View All
ItemTooltipEventJS
KubeJS
Events
onEvent('item.tooltip', tooltip => { // Add tooltip to all of these items tooltip.add(['...
Loot Table Modification (WIP)
KubeJS
Examples
onEvent('block.loot_tables', event => { event.addSimpleBlock('minecraft:dirt', 'minecraft:r...
KubeJS UI
KubeJS
Examples
You can also always look at existing modpack using KubeJS UI to see how they do it events.listen...
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...
WorldgenRemoveEventJS
KubeJS
Events
For more information on biomes field, see worldgen.add event page. onEvent('worldgen.remove', ev...