promotional bannermobile promotional banner

LootJS: KubeJS Addon

Add functionality for packdevs to modify global loot modifications through KubeJS

File Details

LootJS-Forge-1.20.1-2.11.0

  • R
  • Feb 10, 2024
  • 236.17 KB
  • 1.0M
  • 1.20.1
  • Forge + 1

File Name

lootjs-forge-1.20.1-2.11.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:lootjs-570630:5096206")

NeoForge

implementation fg.deobf("curse.maven:lootjs-570630:5096206")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • Added LootEntry.of("#tag"), LootEntry.of("@modid") to select a random entry from a tag or modid.
  • Added LootEntry.ofJson(json) to create a loot entry from JSON to support custom entries from other mods