Mod

TacZ Mesh Loader [TML]

Quick rating

TacZ Mesh Loader [TML]

No reviews yet

This mod allows you to load mesh geo models created with the Meshy plugin into TacZ.

API/Library
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
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

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
GNU General Public License v3.0 or later
Latest Version
TacZ Mesh Loader - 0.1.6 [Fabric 1.21.1]
Authors
CurseForge
Modrinth

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

This add-on is not an official TacZ add-on; it is unofficial. Please do not report any bugs caused by this add-on to the TacZ server under any circumstances. Please report them exclusively in the comments section of this mod or on Vell's Mods info server.

Please note that Forge 1.20.1 requires the official Timeless and Classics Zero Guns, Fabric 1.20.1 and 1.21.1 require TaCZ: Refabricated, and NeoForge 1.21.1 requires the [UNOFFICIAL] TaCZ NeoForge Port as dependency mods.


Overview

TacZ Mesh Loader is a client-side mod that allows TacZ gun and attachment models to use poly_mesh geometry exported by the BlockBench plugin Meshy

By default, TacZ only supports Bedrock-format cube models. With this mod installed, gunpack creators can use polygon mesh models — smooth shapes built from triangle and quad polygons — directly in TacZ guns and attachments.


Features

  • Poly mesh support — Loads Meshy-exported poly_mesh geometry directly into TacZ's model pipeline.
  • Guns & attachments — Works for both gun models and attachments such as scopes and suppressors.
  • VBO caching — At first glance, you might think that mesh models put a strain on your computer, but this mod incorporates VBO processing, which minimizes the load even when you spawn a large number of mesh model guns at once.

For Gunpack Creators

-Those who want to enable VBO-

If you want to create everything with mesh models and enable VBO, first convert all cube models to mesh before exporting if you used cube models before converting to Bedrock geometry using the Meshy plug-in. Next, merge all converted mesh objects into one mesh object per bone. (You only need to merge them into one mesh object per bone, and you do not need to merge all hierarchical bone objects into one.) Failure to do this will cause rendering problems when the model is loaded by TacZMeshLoader after exporting using the Meshy plugin.

-For mixed cube and mesh models-(*VBO is not supported in the cube model.)

First, for the mesh model, be sure to merge each bone into a single mesh object as described above. Next, for the cube model, there is no need to do anything to it.

The model type can only be defined if this MOD is installed. In the JSON file used for display, simply define a new “model_type”and set it to “mesh”. Please note that the definition ‘model_type’:“mesh” is only required for the gun itself and is not necessary for attachments. Please note that even if a model consists primarily of cube models, you must define “model_type”: “mesh” if it contains even a single mesh model.

{
  "model_type": "mesh",
  "model": "mypack:gun/mygun_geo",
  "texture": "mypack:gun/uv/mygun",
  "animation": "mypack:mygun"
}

File locations and structure follow the standard TacZ gunpack format. Models should be created in BlockBench using the Meshy Plugin. You can download it directly from the blockbench plugin list.

Please note that if you use this MOD to create and release a gun pack for mesh models, you must define this MOD as a dependency.

Important Note:
At this time, the ocular object does not support mesh models and only works properly with cube models. Therefore, please do not use mesh models when using the ocular object.


License

GPL-3.0


Credits

Author: VellEagle

tmllogo

This add-on is not an official TacZ add-on; it is unofficial. Please do not report any bugs caused by this add-on to the TacZ server under any circumstances. Please report them exclusively in the comments section of this mod or on Vell's Mods info server.

Please note that Forge 1.20.1 requires the official Timeless and Classics Zero Guns, Fabric 1.20.1 and 1.21.1 require TaCZ: Refabricated, and NeoForge 1.21.1 requires the [UNOFFICIAL] TaCZ NeoForge Port as dependency mods.


Overview

TacZ Mesh Loader is a client-side mod that allows TacZ gun and attachment models to use poly_mesh geometry exported by the BlockBench plugin Meshy. 

By default, TacZ only supports Bedrock-format cube models. With this mod installed, gunpack creators can use polygon mesh models — smooth shapes built from triangle and quad polygons — directly in TacZ guns and attachments.


Features

Poly mesh support — Loads Meshy-exported poly_mesh geometry directly into TacZ's model pipeline.

Guns & attachments — Works for both gun models and attachments such as scopes and suppressors.

VBO caching — At first glance, you might think that mesh models put a strain on your computer, but this mod incorporates VBO processing, which minimizes the load even when you spawn a large number of mesh model guns at once.


For Gunpack Creators

-Those who want to enable VBO-

If you want to create everything with mesh models and enable VBO, first convert all cube models to mesh before exporting if you used cube models before converting to Bedrock geometry using the Meshy plug-in. Next, merge all converted mesh objects into one mesh object per bone. (You only need to merge them into one mesh object per bone, and you do not need to merge all hierarchical bone objects into one.) Failure to do this will cause rendering problems when the model is loaded by TacZMeshLoader after exporting using the Meshy plugin.

-For mixed cube and mesh models-(*VBO is not supported in the cube model.)

First, for the mesh model, be sure to merge each bone into a single mesh object as described above. Next, for the cube model, there is no need to do anything to it.

The model type can only be defined if this MOD is installed. In the JSON file used for display, simply define a new “model_type”and set it to “mesh”. Please note that the definition ‘model_type’:“mesh” is only required for the gun itself and is not necessary for attachments. Please note that even if a model consists primarily of cube models, you must define “model_type”: “mesh” if it contains even a single mesh model.

{
  "model_type": "mesh",
  "model": "mypack:gun/mygun_geo",
  "texture": "mypack:gun/uv/mygun",
  "animation": "mypack:mygun"
}

File locations and structure follow the standard TacZ gunpack format. Models should be created in BlockBench using the Meshy Plugin. You can download it directly from the blockbench plugin list.

Please note that if you use this MOD to create and release a gun pack for mesh models, you must define this MOD as a dependency.

Important Note: At this time, the ocular object does not support mesh models and only works properly with cube models. Therefore, please do not use mesh models when using the ocular object.


License

GPL-3.0


Credits

Author: VellEagle

Screenshots

Gallery

  • 2026-05-09_18.00.04.jpg
    2026-05-09_18.00.04.jpg 2026-05-09_18.00.04.jpg
  • Howa20
    Howa20 Please note that this mod does not include any guns.

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

~2,000
Total Downloads
CurseForge
~1,000
Modrinth
~1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync