New Features - Blaze Loot Bundle
Content of Blaze Bundle
- Blaze Rod
- Blaze Powder
public class BlazeLootBundleContent {
public static Map<Item, Integer> getItems() {
Map<Item, Integer> items = new HashMap<>();
items.put(Items.BLAZE_POWDER, 5);
items.put(Items.BLAZE_ROD, 3);
return items;
}
}
Changes
- Technical Changes
New Features
- Dronwed Bundle Added
Content of Drowned Bundle
- Copper Ingot
- Rotten Flesh
- Fishing Rod
- Trident
- Nautilus Shell
public class DrownedLootBundleContent {
public static Map<Item, Integer> getItems() {
Map<Item, Integer> items = new HashMap<>();
items.put(Items.ROTTEN_FLESH, 7);
items.put(Items.COPPER_INGOT, 3);
items.put(Items.NAUTILUS_SHELL, 1);
items.put(Items.TRIDENT, 1);
items.put(Items.FISHING_ROD,2);
return items;
}
}
Changes
- Fabric Version Updated
Rafael's Loot Bundles
Version: 1.0
Minecraft Compatibility: 1.21 , 1.21.1
License: MIT
Description
Rafael's Loot Bundles adds a fun, randomized loot system to Minecraft! With this mod, players can use loot bundles that yield random items when opened, ranging from common blocks to rare treasures. Perfect for adding excitement to any adventure, each loot bundle promises a unique surprise with every use.
Features
- Randomized Loot: Every loot bundle contains a selection of random items. Discover new items with each bundle you open!
- Dynamic Quantities: Loot bundles provide varying quantities for certain items, creating an unpredictable experience each time.
Installation
- Download the latest version of Rafael's Loot Bundles.
- Add the downloaded JAR file to your Minecraft
mods
folder. - Launch Minecraft with Fabric Loader and Fabric API installed.
Usage
After installation, craft or acquire a loot bundle item in the game. Right-click with the loot bundle in your hand to open it and receive random items!
Support
Found an issue or have a suggestion? Please submit it on GitHub Issues.
Happy looting! 🎉