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 11 hours ago
Changelog
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
Files
Metadata
Release channel
ReleaseVersion number
0.3+1.21.1-fabricLoaders
Game versions
1.21.1Downloads
30Publication date
January 6, 2025 at 9:39 AMPublisher
RaFaEL0
Member