File Details
0.6+1.21-fabric
- R
- Jan 27, 2025
- 103.93 KB
- 162
- 1.21+1
- Fabric
File Name
1.21-rafaels-loot-bundle-0.6-fabric.jar
Supported Versions
- 1.21-Snapshot
- 1.21
Curse Maven Snippet
New Feature - Cave Spider Loot Bundle

Content of Cave Spider Bundle
- String

- Spider Eye

- Fermented Spider Eye

- Cobweb

public class CaveSpiderLootBundleContent {
public static Map<Item, Integer> getItems() {
return SpiderLootBundleContent.getItems();
}
}

