Loot table
Use the loot table requirement in a KubeJS recipe
.lootTableOutput("loot_table")
.lootTableOutput("loot_table", luck)Example
ServerEvents.recipes(event => {
event.recipes.custommachinery.custom_machine("custommachinery:power_crusher", 100)
.lootTableOutput("custommachinery:my_test_loottable")
})Last updated