Minecraft GoodyBags mod 2026 download
logo
minecraft mod GoodyBags

GoodyBags

Game Version: 1.7.10
Total Downloads: 37,589
Updated: Jun 26, 2015
Created: May 29, 2015
Download GoodyBagsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
GoodyBags - 1.0.0-3 +3 More+3 Others release 31.64 KB Jun 26, 2015 1.7.10 34,139 download GoodyBags GoodyBags - 1.0.0-3

+3 More+3 Others releaseDownload
GoodyBags - 1.0.0-2 +3 More+3 Others release 22.86 KB May 31, 2015 1.7.10 306 download GoodyBags GoodyBags - 1.0.0-2

+3 More+3 Others releaseDownload
GoodyBags - 1.0.0-2 +3 More+3 Others release 25.22 KB May 31, 2015 1.8 1,963 download GoodyBags GoodyBags - 1.0.0-2

+3 More+3 Others releaseDownload
GoodyBags - 1.0.0-1 +3 More+3 Others release 25.16 KB May 29, 2015 1.8 283 download GoodyBags GoodyBags - 1.0.0-1

+3 More+3 Others releaseDownload
GoodyBags - 1.0.0-1 +3 More+3 Others release 22.80 KB May 29, 2015 1.7.10 178 download GoodyBags GoodyBags - 1.0.0-1

+3 More+3 Others releaseDownload

Description

Share this:

GoodyBags allows you to create custom loot bags (similar to the Thaumcraft loot bags) through JSON files. You can find information about that here. 

 

There are currently 3 types of bags you can create:

 

  • Spawn- Spawns in a player's inventory when they first join the world. Meant to replace the inventory spam that has become current modded Minecraft. I guess you can use it for other things, too.
  • Loot- Generates in dungeon chests with a configurable weight.
  • Prize- Meant to be given to players as a reward for completing something. Similar to the HQM bags.

Currently there is no support for NBT. I will look into that at a later date.

 

Here is an example of a spawn bag:

 

{
"bagType": "SPAWN",
"name": "Spawn Bag 1",
"rarityType": "uncommon",
"stackList": [
{
"name": "minecraft:chainmail_helmet",
"metadata": 0,
"amount": 1
}
]
}

Comments

Add a comment