Compatibility
Minecraft: Java Edition
25w04a
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 4 months ago
Updated last month
Changelog
New Feature - Axolotl Loot Bundle
Content of Axolotl Bundle
- Salmon
- Cod
- Pufferfish
- Tropical Fish
public class AxolotlLootBundleContent {
public static Map<Item, Integer> getItems() {
Map<Item, Integer> items = new HashMap<>();
items.put(Items.TROPICAL_FISH, 2);
items.put(Items.PUFFERFISH, 2);
items.put(Items.COD, 2);
items.put(Items.SALMON, 2);
return items;
}
}
Files
Metadata
Release channel
ReleaseVersion number
0.5+1.21-fabricLoaders
Game versions
1.21Downloads
8Publication date
January 20, 2025 at 10:27 AMPublisher

RaFaEL0
Member