Mod
SBW Mesh Loader
No reviews yet
This mod allows the Superb Warfare Mod to load mesh geo-models created with the Blockbench Meshy plugin.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
SBW Mesh Loader
Please note that installing this mod itself will not add any fighter jets or tanks. This mod is in beta. Please be aware that it may behave unexpectedly. If you'd like to add tanks and fighter jets, please download “Superb Modern Combat” along with this mod.
Please note that if you want to use this mod to create an SBW add-on for a mesh model and release it, you must define this mod as a dependency.
Please do not report any bugs encountered with this SBW Mesh Loader to the Superb Warfare servers under any circumstances. Please report them in the comments section of this mod or on Vell's Mods info server.
⚠ Temporary support notice: This mod is intended as a stopgap solution until Superb Warfare officially supports mesh models natively. Once SBW ships built-in poly_mesh support, this library will no longer be maintained or necessary. Plan your addon accordingly.
SBW Mesh Loader is a client-side library mod for Superb Warfare addons that enables Blockbench poly_mesh geometry to be rendered in-game via hardware-accelerated VBOs (Vertex Buffer Objects). It bridges the gap between Bedrock-format poly_mesh geometry and SBW's existing simplebedrockmodel rendering pipeline — letting addon authors use freeform mesh geometry today, before SBW supports it officially.
Key features
- VBO rendering — Per-light-level VBO caching enables fast GPU draw calls, switching to a VertexConsumer fallback on first entry to a new light level.
- Translucency support — Bones named with
translucentare routed through MultiBufferSource for correct depth-sorting. - Quad triangulation — Automatically expands triangles into degenerate quads (v0,v1,v2,v2) to match Minecraft's QUADS vertex format.
For addon developers
Add this mod as a mandatory dependency in your mods.toml, then use the three-class API:
- Declare
sbwmeshloaderas a mandatory dependency in your[[dependencies]]block. - Load your geo JSON once via
PolyMeshLoader.loadModel(ResourceLocation). Returnsnullon failure — handle gracefully. - In your renderer's
render()method, callpolyMeshModel.renderWithTranslucentSplit(poseStack, bufferSource, texture, packedLight). - On world unload or model disposal, call
polyMeshModel.close()to release GPU resources.
For detailed instructions, please refer to the Superb Modern Combat source code.
License
Released under the GPL-3.0 License.
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources