Velthoric

Quick rating

Community listing page, reviews here may not be monitored by the author.

Velthoric

No reviews yet

Adds high-performance physics to Minecraft

No Theme
Tech
API/Library
Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
Velthoric 0.9.1 for Forge 1.20.1

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Velthoric brings high-performance physics to Minecraft using the full Jolt Physics engine via JoltJNI. Move, collide, and interact with rigid and soft bodies, ropes, and cloth, all with persistent worlds and a powerful developer API.

Core Features

The entire system is built on a highly performant Structure of Arrays (SoA) architecture to handle thousands of objects efficiently.

  • Rigid & Soft Bodies: Full simulation of solid objects as well as deformable things like cloth and ropes.
  • Drivable Vehicles: Cars and motorcycles with working suspension and wheel physics.
  • Collision Detection: Efficient broad and narrow phase detection that supports complex shapes and convex hulls.
  • Humanoid Ragdolls: Create physical ragdolls from living entities.
  • Buoyancy: Objects float in water and lava based on their volume and density.
  • Block Conversion: Convert any standard Minecraft block into a dynamic physics object.
  • Constraints: Connect bodies using joints and other physics constraints.
  • Raycasting: Precise ray and shape casting against the physics world.
  • Persistence: Physics bodies are saved with the world and synchronized efficiently between server and client.

🛠️ Developer API

Create custom physics objects, control rendering, manipulate bodies, and extend the system.
Documentation can be found here.

🎯 Testing Commands


/vxsummon
Spawn built-in and custom objects: boxes, ropes, cloth, marbles and more.
Also works with any objects registered via the API.

Test Vehicles:
You can spawn a test car or motorcycle that you can drive using:

/vxsummon velthoric:car ~ ~ ~
/vxsummon velthoric:motorcycle ~ ~ ~

The seat is visible when you press F3 + B.


/vxtest
Quickly create predefined setups for dev & debugging.
Includes chained boxes, configurable soft bodies, box grids, and more.


/vxkill @x[...]
Remove physics objects matching a selector.
You can target objects by type, bodytype, distance, limit, and sort.

Example:

/vxkill @x[type=velthoric:box,limit=5,sort=nearest]

🔧 Included Tools

  • PhysicsGun – Pick up, move, rotate, and yeet objects.
  • Magnetizer – Pull or push objects where you aim.
  • BoxThrower – Spawn and launch boxes instantly.
  • ChainCreator – Connect two objects (or one to the ground) with a chain.

💻 Supported Platforms

  • Windows x86_64
  • Linux x86_64
  • Linux Arm64
  • MacOS x86_64
  • MacOS Arm64

Note: All other platforms (e.g., 32-bit systems, Android) are not supported and will crash.

⚠️ Bug Reports & Mod Compatibility

Found a bug, crash, or an incompatible mod? Please report it on the issue tracker:

GitHub Issues


🙏 Acknowledgments

Velthoric Icon

Velthoric

Redefining physics in the world of Minecraft.

Environment   Hosted by Cloudsmith

Fabric Forge NeoForge Quilt

👋 Welcome to Velthoric

Velthoric is a project dedicated to bringing advanced, high-performance physics to Minecraft.

Important Note: Right now, this mod is a Proof of Concept. This means we are currently testing what’s possible and building the foundation. It is a work in progress, but it won't stay this way forever. We have big plans to turn this into a fully-fledged, stable physics engine for the community.

💥 What makes this mod special?

We aren't just adding simple animations. Velthoric integrates the professional Jolt Physics engine (via JoltJNI) directly into Minecraft. This allows for interactions that feel heavy, realistic, and incredibly smooth.

Current Features:

  • True Rigid and Soft Bodies: Interact with solid objects, or play with deformable things like cloth and ropes.
  • Working Vehicles: Drive cars and motorcycles that feature actual suspension and wheel physics.
  • Realistic Ragdolls: Watch living entities react to the world with physical skeletal systems.
  • Buoyancy: Objects actually float in water and lava based on their weight and shape.
  • World Interaction: Convert standard blocks into dynamic physics objects that fall and collide.
  • Optimized Performance: Built using a "Structure of Arrays" (SoA) architecture to handle thousands of objects without killing your frame rate.
  • Persistence: Everything stays where it is. Physics bodies are saved with your world and synced perfectly between the server and the client.

🎮 How to play with it

You can test the engine right now using these commands:

  • /vxsummon: Spawn objects like boxes, ropes, or marbles.
    • Try this to test a vehicle: /vxsummon velthoric:car ~ ~ ~ (Use F3 + B to see where to sit).
    • /vxtest: A quick way to spawn debug setups like chain grids or soft bodies.
    • /vxkill: Use this to clean up. You can target specific types of objects or everything nearby.
      • Example: /vxkill @x[type=velthoric:box,limit=5,sort=nearest]

🔧 Tools included

We’ve added several tools to help you manipulate the world:

  • PhysicsGun: Grab, move, and throw objects around.
  • Magnetizer: Push or pull things with magnetic force.
  • Launchers: Special tools to shoot boxes or ragdolls into the air.
  • ChainCreator: Link objects together or anchor them to the ground.

Hint: You can press TAB while holding any tool to open a menu and tweak settings like strength and range.


💻 Supported Platforms

Because Velthoric relies on native code for the physics engine, it currently supports:

  • Windows (x86_64)
  • Linux (x86_64 and Arm64)
  • MacOS (x86_64 and Arm64)

Warning: Any other platforms, such as 32-bit systems or Android, are not supported and will result in a crash.

⚠️ Feedback and Bug Reports

If you find a bug or a compatibility issue, please let us know on the issue tracker:

GitHub Issues

🙏 Acknowledgments

This project wouldn't be possible without these amazing resources:

Screenshots

Gallery

  • Physics Gun grabbing a body
    Physics Gun grabbing a body
  • Body chained to another object
    Body chained to another object
  • Physics Gun grabbing a chain of bodies
    Physics Gun grabbing a chain of bodies

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~14,000
Total Downloads
CurseForge
~4,000
Modrinth
~10,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works