ConTex

Quick rating

ConTex

No reviews yet

Yet another connected textures mod

QoL & Tweaks
Mod Loaders
NeoForge
Minecraft
26.2

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

About

Project Details

Type
Mod
Latest Version
ConnectedTextures-14.0.0.jar
Authors

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

Resources

External Links

Source Issues Wiki Discord

About

Description

ConTex is a library which allows resource packs to add block models with connected textures.
The connection metadata is specified in the block's blockstate file and the geometry is pulled from the standard variant and/or multipart declarations in the same blockstate file.

For resource packs

ConTex provides several builtin connected texture types and connection predicates.

Builtin texture types:

  • Simple (connects on all six sides, only checks for the four axis-aligned directions, making no distinction between the diagonal blocks at the corner being present or not)
  • Full (connects on all six sides, checks axis-aligned and diagonal directions for improved visual appearance)
  • Pillar (connects only on the four sides perpendicular to the specified axis, only along the directions parallel to the specified axis)
    • Default pillar type (takes existing geometry rotation on the source model into account, only requiring a vertical connected pillar texture, intended for pillar-like blocks like logs)
    • Rotating pillar type (assumes source model has no existing rotation, requires both vertical and horizontal connected pillar texture, intended for blocks which don't already have pillar-like behaviour baked in)
  • Omni-directional pillar (like rotating sub-type of Pillar but can connect along any of the three axis, attempting the different axis in the order Y, X, Z)
  • Simple carpet (like Simple but only on the top and bottom surface)
  • Full carpet (like Full but only on the top and bottom surface)

Builtin connection predicates:

  • Same Block (connects if the two blocks are the same)
  • Same State (connects if the blockstates of the two blocks are the same)
  • Match Block (connects if the two blocks match the specified block)
    • Allows specifying either a single block for both to match or a "self" block and an "other" block
  • Match State (connects if the blockstates of the two blocks match the specified blockstate)
    • Allows specifying either a single blockstate for both to match or a "self" blockstate and an "other" blockstate
  • Match Tag (connects if the two blocks match the specified block tag)
    • Allows specifying either a single tag for both to match or a "self" tag and an "other" tag

See the wiki for the full details.

For mod developers

ConTex provides datagen helpers for mods wishing to use connected textures for resources in their builtin resource pack.
Due to the approach for metadata declaration taken by ConTex, a blockstate file specifying connected textures metadata cannot be loaded without ConTex being installed. For mods wishing to provide optional integration with ConTex it is therefore recommended to put the ConTex-aware blockstate files into a separate builtin resource pack which is registered via AddPackFindersEvent when ConTex is installed.

Mods can also register custom texture types and connection predicates via RegisterTextureMetaEvent to add custom connection behaviours not natively supported by ConTex.

Screenshots

Gallery

This project has no gallery images yet.

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

~11,000
Downloads
Last Updated
Created
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