Ritchie's Projectile Library
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #460 of 1284 fabric mods in this game by downloads
📋 About This Mod
# Ritchie's Projectile Library Code reused in multiple projects by rbasamoyai. Adds the following features: - `#ritchiesprojectilelib:precise_motion`: an entity type tag that sends more detailed movement and position data to clients. - A configurable chunkloading system oriented towards modded long-range and fast projectiles. - Unloads forceloaded chunks that are no longer in use - Loads a portion of forceloaded chunks at a time to reduce performance impact while still allowing for many long distance projectiles - Screen shake effect for mods, particularly those focused on firearms and artillery - Projectile bursts, for effective simulation of things like fragmentation explosions, shotgun pellets, and shrapnel shells without having to rely on large amounts of entities --- ## Depending on RPL First, add the following maven to your `repositories` block: ```gradle repositories { //... maven { // Ritchie's Projectile Library url = "https://maven.realrobotix.me/master/" content { includeGroup("com.rbasamoyai") // THIS IS IMPORTANT } } } ``` RPL artefacts are formatted as follows: ``` ritchiesprojectilelib-<rpl_version>+mc.<minecraft_version>-<rpl_platform>-build.<rpl_build_number> ``` where `rpl_version` is the version of Ritchie's Projectile Library, `minecraft_version` is the Minecraft version, `platform` is the modloader platform, of which `forge`, `fabric`, and `common` JARs are provided, and `build_number` is the build number. The latest build can be found in the GitHub actions history: https://github.com/Wagers-of-Industrial-Warfare/RitchiesProjectileLib/actions Depending on your `build.gradle` setup, add one of the following to your `dependencies` block: __ForgeGradle (1.18.2-1.20.1)__ ```gradle implementation fg.deobf("com.rbasamoyai:ritchiesprojectilelib:<rpl_version>+mc.<minecraft_version>-forge-build.<rpl_build_number>") { transitive = false } ``` __Loom (Fabric/Architectury)__ ```gradle modImplementation("com.rbasamoyai:ritchiesprojectilelib:<rpl_version>+mc.<minecraft_version>-<rpl_platform>-build.<rpl_build_number>") { transitive = false } ``` `rpl_platform` should either be `common`, `forge`, or `fabric` depending on the Architectury subproject you add the mod to. For Fabric, only use `fabric`.
# Ritchie's Projectile Library
Code reused in multiple projects by rbasamoyai.
Adds the following features: - `#ritchiesprojectilelib:precise_motion`: an entity type tag that sends more detailed movement and position data to clients. - A configurable chunkloading system oriented towards modded long-range and fast projectiles. - Unloads forceloaded chunks that are no longer in use - Loads a portion of forceloaded chunks at a time to reduce performance impact while still allowing for many long distance projectiles - Screen shake effect for mods, particularly those focused on firearms and artillery - Projectile bursts, for effective simulation of things like fragmentation explosions, shotgun pellets, and shrapnel shells without having to rely on large amounts of entities
## Depending on RPL
First, add the following maven to your `repositories` block: ```gradle repositories { //... maven { // Ritchie's Projectile Library url = "https://maven.realrobotix.me/master/" content { includeGroup("com.rbasamoyai") // THIS IS IMPORTANT } } } ```
RPL artefacts are formatted as follows:
```
ritchiesprojectilelib-
The latest build can be found in the GitHub actions history: https://github.com/Wagers-of-Industrial-Warfare/RitchiesProjectileLib/actions
Depending on your `build.gradle` setup, add one of the following to your `dependencies` block:
__ForgeGradle (1. 18. 2-1. 20. 1)__
```gradle
implementation fg.deobf("com.rbasamoyai:ritchiesprojectilelib:
__Loom (Fabric/Architectury)__
```gradle
modImplementation("com.rbasamoyai:ritchiesprojectilelib:
📊 Mod Details
- Game
- Minecraft Mods
- Author
- realRobotix
- Version
- 2.1.2
- Downloads
- 3,001,622
- Endorsements
- 67
- Category
- fabric
- Created
- 5/22/2025
- Updated
- 2/7/2026
- Game Versions
- 1.21.1
- Tags
- library
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Ritchie's Projectile Library support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Ritchie's Projectile Library?
Version 2.1.2, published 2026-02-07 with 3.0M downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await