Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 months ago
Updated 12 hours ago
Changelog
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
Files
Metadata
Release channel
ReleaseVersion number
0.4+1.21.2-fabricLoaders
Game versions
1.21.2Downloads
0Publication date
January 13, 2025 at 4:54 AMPublisher
RaFaEL0
Member