Saturday 18 April 2015

LootBags Mod 1.7.10

LootBags Mod adds an item that contains random loot from any of the vanilla dungeon loot lists (dungeons, strongholds, mineshafts, temples, and blacksmiths). This bag can be found dropped by monsters, passive mobs, and players or in vanilla worldgen chests.


Internal Mechanics Information:


  • Loot Determination Algorithm: The bag does not know its loot until it is opened by a player.  There are a maximum of five inventory slots that can be filled.  Once opened, the bag will determine 1-5 slots to fill and for each slot choose a random loot list from all lists plus the whitelist if there are any items in the whitelist.  From that list a random output itemstack is selected with a random stack size that does not exceed both the max stack size for that item and that entered in the config and placed in the slot.

  • Black/White-list Item Detection: The lists will read a string array and for each element identify the number of words, if it is one/two (blacklist/whitelist) the code assumes the entry is an OreDictionary entry and attempt to add all itemstacks from the OreDictionary that matches that tag to the list.  In the case of a whitelist, this only adds the first entry.  If the entry word count is three/four the code assumes it is a modID entry and will attempt to find the item or block that is registered under the modID that is the first word with an internal registry name of the second word.  If a block or item is found, an itemstack that uses the third word parsed to an integer is added to the list.  Each successful process will add a log message indicating the addition.

  • Blacklist Item Removal: During item selection when the bag is opened if the blacklist has any items the mod will compare each item to the blacklist and if there is a match that particular slot is rolled again.

 



 



LootBags Mod 1.7.10

No comments:

Post a Comment