File Details
0.4+1.21-fabric
- R
- Jan 13, 2025
- 100.23 KB
- 28
- 1.21+1
- Fabric
File Name
1.21-rafaels-loot-bundle-0.4-fabric.jar
Supported Versions
- 1.21-Snapshot
- 1.21
Curse Maven Snippet
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

