Back to mods
TacZ Mesh Loader [TML] project artwork

CurseForge · Minecraft mod

TacZ Mesh Loader [TML]

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

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which TacZ Mesh Loader [TML] release should I use?

Updated yesterday
Latest stable file TacZ Mesh Loader - 0.1.7 [Fabric 1.21.1]
Game version 1.21.1
Loader Fabric

TacZ Mesh Loader [TML] TacZ Mesh Loader - 0.1.7 [Fabric 1.21.1] targets 1.21.1 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 3 required mods have matching files.

Where it goes

Is TacZ Mesh Loader [TML] required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does TacZ Mesh Loader [TML] TacZ Mesh Loader - 0.1.7 [Fabric 1.21.1] need?

TacZ Mesh Loader - 0.1.7 [Fabric 1.21.1]. Change the file and its required mods may change too.

All 3 required mods have matching files

Install TaCZ: Refabricated, Forge Config API Port, Fabric API first. We found matching files for this game-version and loader setup. 7 come through another mod in the chain.

2 listed on this file 7 pulled in by those mods
TaCZ: Refabricated Needed by TacZ Mesh Loader [TML] TacZ Mesh Loader - 0.1.7 [Fabric 1.21.1]
required
Matching file found Matched file: TACZ-Refabricated-1.21.1-0.7.0-forge1.1.8-hotfix.jar
AccrelatedRendering-reFabricated Optional for TacZ Mesh Loader [TML] TacZ Mesh Loader - 0.1.7 [Fabric 1.21.1]
optional
Matching file found Matched file: Accelerated Rendering v1.0.11-1.21.1-alpha-fabric.1
Forge Config API Port Needed by TaCZ: Refabricated
pulled in
Matching file found Matched file: [FABRIC] [1.21.1] ForgeConfigAPIPort-v21.1.6
Fabric API Needed by AccrelatedRendering-reFabricated
pulled in
Matching file found Matched file: [1.21.1] Fabric API 0.116.15+1.21.1
Cloth Config API Needed by TaCZ: Refabricated
pulled in
Matching file found Matched file: 15.0.140+fabric
Fabric API Needed by Forge Config API Port
pulled in
Matching file found Matched file: 0.116.15+1.21.1

7 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add TacZ Mesh Loader [TML] without breaking your instance.

Built for TacZ Mesh Loader [TML] TacZ Mesh Loader - 0.1.7 [Fabric 1.21.1]. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use TacZ Mesh Loader - 0.1.7 [Fabric 1.21.1]. It targets 1.21.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install TaCZ: Refabricated, Forge Config API Port, Fabric API first. We found matching files for this game-version and loader setup. 7 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside TacZ Mesh Loader - 0.1.7 [Fabric 1.21.1]. It opens that exact file at the source.

About this project

What does TacZ Mesh Loader [TML] add?

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

Project description from CurseForge.

Pick your setup

TacZ Mesh Loader [TML] by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

4 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

TacZ Mesh Loader [TML] versions and loaders

17 of 17 releases match

Looking for an older file? The official CurseForge project page is in Resources.