Compatibility
Minecraft: Java Edition
25w04a
1.21–1.21.4
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last year
Updated 10 months ago
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.2-fabricLoaders
Game versions
1.21.2Downloads
18Publication date
January 20, 2025 at 10:28 AMPublisher

RaFaEL0
Member


