promotional bannermobile promotional banner

Treasure Bags

Loot bags created with data packs, plus a starting inventory loot table

File Details

TreasureBags-1.14.4-1.1.0+17.jar

  • R
  • Jul 24, 2019
  • 63.84 KB
  • 4.0K
  • 1.14.4

File Name

TreasureBags-1.14.4-1.1.0+17.jar

Supported Versions

  • 1.14.4

# Treasure Bags Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Bag types that fail to load or have missing/invalid loot tables are now counted and mentioned to players when they log in. This should make data pack issues more obvious.
- A loot table (`treasurebags:starting_inventory`) which is used once when a player first joins a server. By default, this gives a single treasure bag of type `treasurebags:spawn`. Modifying the bag's loot table (`treasurebags:bags/spawn`) is recommended if you want to give new players items, but you could modify the starting inventory table if you prefer.

## [1.0.0] - 2019-07-01
Updated to 1.14.3

## [0.4.0] - 2019-06-24
JEI plugin is up to date. Recommended Forge is 26.0.51 or later.
### Added
- New layer to treasure bag model. Color can be set with `bagStringColor`.
### Changed
- Cleanup up log output

## [0.3.3] - 2019-06-20
### Fixed
- Entity group loot tables not working

## [0.3.2] - 2019-06-17
Update for Silent Lib 4.1.1

## [0.3.1] - 2019-06-11
Updated to Minecraft 1.14.2

## [0.3.0] - 2019-05-08
### Added
- Treasure bags can now be used as ingredients in recipes. See wiki for details.
- Shaped and shapeless recipe types for treasure bags. This allows you to create recipes which craft specific treasure bags. You can, of course, combine this with treasure bag ingredients as well.
- JEI can distinguish treasure bags of different types
### Changed
- Treasure bags now display the data pack's ID in the tooltip. Unknown/invalid bags are also indicated in the tooltip.
### Fixed
- Bag types should now synchronize with connecting clients on both dedicated servers and LAN games

## [0.2.0] - 2019-03-31
### Added
- Opening a bag while sneaking will now open the entire stack
- Command, `/treasurebags give` which will give players treasure bags
- Command, `/treasurebags list` which will list all bag type ID's
- Loot tables for entity groups. These will make adding bag drops easier. These are located at `data/treasurebags/loot_tables/entity_group`. The groups are hostile (monster), peaceful (animals), boss, and player.
### Changed
- Like items from a bag will get stacked together (less chat spam)

## [0.1.0] - 2019-03-28
First release