File Details
0.6+1.21.1-fabric
- R
- Jan 27, 2025
- 103.93 KB
- 1.1K
- 1.21.1+1
- Fabric
File Name
1.21.1-rafaels-loot-bundle-0.6-fabric.jar
Supported Versions
- 1.21.1-Snapshot
- 1.21.1
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();
}
}

