Verity’s a heavy mod. Not because of textures or particle effects — it’s not a shader pack — but because of the AI integration. Every time you talk to Verity, the mod’s making API calls or running a local language model. That takes resources, and on a low-end PC, it can tank your performance.
Let’s talk about what’s actually eating your frame rate, what you can do about it, and whether your potato of a machine can handle Verity at all.
Why Verity Impacts Performance
First, understand what’s happening under the hood. Verity’s performance hit comes from three sources:
1. AI processing. Every time you talk to Verity, the mod needs to process your input and generate a response. If you’re using cloud AI (Groq or OpenRouter), this is mostly network I/O — your PC isn’t doing the heavy lifting, the API server is. But if you’re using local AI (Ollama), your CPU and RAM are doing all the work. This is the biggest performance factor.
2. Game state reading. Verity constantly reads your game data — coordinates, biome, inventory, health, light level, what block you’re looking at. This isn’t heavy, but it’s constant background processing.
3. Voice processing. If you’re using voice chat (speech-to-text and text-to-speech), that’s additional CPU and memory usage. The mod’s testing voice features in English only, so if you’re using another language, you might run into edge cases that cause extra processing.
Cloud AI vs Local AI — The Performance Difference
Here’s the big choice that affects performance more than anything else:
Cloud AI (Groq or OpenRouter):
- Needs an API key (free tiers available)
- Processing happens on remote servers
- Your PC just sends requests and receives responses
- Minimal local performance impact
- Needs internet connection
Local AI (Ollama):
- No API key needed, fully offline
- Processing happens on your machine
- CPU and RAM take the hit
- No internet needed
- Performance depends on your hardware
If you’re on a low-end PC, cloud AI is the way to go. Your machine can’t run a local language model efficiently — Ollama needs decent RAM and CPU to run smoothly. If you’ve got limited resources, local AI is going to make Minecraft unplayable.
For setup instructions, check our Ollama guide if you want to try local, or our install guide for cloud setup.
What Hardware Do You Actually Need?
Let’s be realistic about what Verity can run on. Note: These are community estimates, not official requirements from the developer.
Minimum (playable but not great):
- CPU: Modern dual-core or better
- RAM: 8GB total system memory
- GPU: Any dedicated graphics or recent integrated graphics
- Storage: SSD preferred, HDD works but slower
- Expected: Playable with cloud AI, sluggish with local AI
Recommended (comfortable experience):
- CPU: Modern quad-core or better
- RAM: 16GB total system memory
- GPU: Mid-range dedicated graphics
- Storage: SSD
- Expected: Smooth with cloud AI, acceptable with local AI
High-end (everything maxed):
- CPU: High-end modern CPU
- RAM: 32GB+
- GPU: High-end dedicated graphics
- Storage: NVMe SSD
- Expected: Excellent performance with either AI mode
If you’re below the minimum — like 4GB RAM total, older integrated graphics, HDD — Verity’s going to struggle. You can still run it with cloud AI and heavy optimization, but don’t expect a smooth experience.
Config Tweaks for Low-End PCs
Here’s what you can change to improve performance:
1. Use Cloud AI (If You Can)
This is the single biggest performance improvement. Cloud AI offloads the heavy processing to remote servers. Your PC just sends text and receives text — minimal resource usage.
You need an API key from Groq or OpenRouter. Both have free tiers that are more than enough for casual Verity usage. Check our AI models guide for setup details.
2. Reduce Minecraft’s Memory Allocation
If you’re on 8GB total RAM, allocating 4GB to Minecraft is the sweet spot. Less than that and Minecraft itself struggles. More than that and you’re taking RAM from your OS and other processes.
In your Minecraft launcher, set the JVM arguments to:
-Xmx4G -Xms2G
This gives Minecraft a maximum of 4GB, starting at 2GB and expanding as needed.
3. Lower Render Distance
Verity reads your surroundings, which means the game needs to keep chunks loaded around you. Lower render distance = fewer loaded chunks = less memory and CPU usage.
- Low-end: 6-8 chunks
- Mid-range: 10-12 chunks
- High-end: 16+ chunks
If you’re struggling, drop to 6 chunks. The world won’t look as nice, but Verity will still work.
4. Disable Voice Features (If Available)
Voice processing (speech-to-text and text-to-speech) uses CPU and memory. If you’re on a low-end PC and the mod offers voice settings, disable voice and just type to Verity.
Typing is less immersive, but it’ll save you some resources.
5. Turn Off True Darkness (Optional)
The extreme night darkness mechanic doesn’t impact performance directly, but it does affect lighting calculations. If you’re desperate for FPS, you can disable true darkness in the mod’s config (the exact setting name depends on your version — check your config file).
This makes nights brighter and easier to see, but you lose a core part of the Verity experience. Only do this if you’re really struggling.
6. Close Background Applications
This is basic, but it matters more on low-end hardware. Before launching Minecraft:
- Close your browser (Chrome eats RAM)
- Close Discord (or disable hardware acceleration)
- Close any streaming software
- Close anything else that uses CPU or memory
Verity’s already using resources for AI processing. You don’t want to compete with Chrome for RAM.
Performance Monitoring
If you’re not sure what’s causing your lag, use the F3 debug screen (or a mod like Spark) to monitor:
- FPS: If it drops when you talk to Verity, the AI processing is the issue
- Memory usage: If you’re hitting 90%+ RAM usage, you need to allocate more or close other apps
- CPU usage: If one core is pegged at 100%, it’s probably the AI processing (local mode) or Minecraft’s main thread
If FPS drops when you talk to Verity but is fine otherwise, switch to cloud AI. If FPS is consistently low regardless of Verity interaction, the issue is probably your hardware or other mods.
The Local AI Reality Check
I’ll be direct: if you’re on a low-end PC, don’t use local AI. Ollama needs resources that low-end machines don’t have. You’ll likely experience:
- Severe frame rate drops while Verity is thinking
- Long pauses before Verity responds
- General lag and stuttering
It’s not a good experience. Cloud AI is free (Groq and OpenRouter both have generous free tiers) and works way better on low-end hardware. The only reason to use local AI is if you want fully offline play or you’re on a high-end machine.
Check our Ollama setup guide if you want to try it anyway, but be warned — it’s probably going to be rough.
Other Mods That Help Performance
If you’re on a low-end PC, you’re probably already using performance mods. If not, here are the essentials:
Sodium (Fabric) or Embeddium (Forge): Massive FPS boost by optimizing rendering. Works with Verity on NeoForge 1.21.1 via Embeddium. This is the single biggest FPS improvement you can get.
Lithium: Optimizes game logic (physics, AI, etc.). Doesn’t conflict with Verity.
Phosphor or Starlight: Optimizes the lighting engine. Helps with chunk loading and render distance.
Entity Culling: Stops rendering entities you can’t see. Helps if you’re in a crowded area (like a village when Verity’s killing villagers).
These mods are compatible with Verity and will give you a smoother experience, especially on low-end hardware.
Performance Expectations
Note: These are community estimates based on player reports, not official benchmarks.
Low-end systems:
- Cloud AI with optimized settings: Playable, but expect reduced performance
- Cloud AI with medium settings: Noticeable performance impact
- Local AI (not recommended): Severe performance degradation
Mid-range systems:
- Cloud AI: Good performance
- Local AI: Acceptable performance
High-end systems:
- Cloud AI: Excellent performance
- Local AI: Smooth performance
These are with Verity actively running and you talking to it regularly. If you’re not interacting with Verity, performance is the same as vanilla Minecraft (plus a small background overhead for the mod).
Final Thoughts
Verity’s not a performance monster — it’s just AI processing, not heavy graphics. On a low-end PC, the key is to use cloud AI instead of local, optimize your Minecraft settings, and manage your expectations. You won’t get max settings, but you can get a playable experience with cloud AI.
If you’re really struggling, check our troubleshooting guide for more tips. And if you’re wondering whether your specific hardware can handle it, drop by the Verity Discord — there are plenty of players on low-end machines who can share their experiences.
The mod’s worth running even on a potato. Just don’t expect to max out the settings.