https://github.com/minecraftmoddevelopmentmods/additionalloottables
https://github.com/minecraftmoddevelopmentmods/additionalloottables
loot-tables minecraft minecraft-forge-mod minecraft-mod
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minecraftmoddevelopmentmods/additionalloottables
- Owner: MinecraftModDevelopmentMods
- License: mit
- Created: 2016-08-23T20:09:26.000Z (over 8 years ago)
- Default Branch: master-1.12
- Last Pushed: 2020-07-11T00:31:27.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T17:48:48.058Z (3 months ago)
- Topics: loot-tables, minecraft, minecraft-forge-mod, minecraft-mod
- Language: Java
- Size: 1.2 MB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
Awesome Lists containing this project
README
# AdditionalLootTables
Mod for Minecraft-Forge 1.9 that makes it easier to add custom mod items to loot tables# How it works
When this mod is installed, it will create a folder in the **config** folder called **additional-loot-tables**. You (or your mod) can place folders in **additional-loot-tables** that contain loot table definitions.For example, **ModX** wants to make dungeon chests contain a jetpack as treasure. To do this, **ModX** creates the file **config/additional-loot-tables/modx/chests/simple_dungeon.json**. This file contains the loot table definition for spawning a jetpack. When a player with **ModX** and **AdditionalLootTables** installed creates or loads a world, **AdditionalLootTables** automatically detects the files in **config/additional-loot-tables** and merges them with the default (or manually added) Minecraft loot tables.