All Projects → Chisel-Team → Connectedtexturesmod

Chisel-Team / Connectedtexturesmod

Licence: gpl-2.0
Extensions to the vanilla model system, mainly for connected textures

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Connectedtexturesmod

Viafabric
Client-side and server-side ViaVersion implementation for Fabric
Stars: ✭ 115 (+79.69%)
Mutual labels:  minecraft, mod, minecraft-mod
Crafttweaker
Tweak your minecraft experience
Stars: ✭ 146 (+128.13%)
Mutual labels:  minecraft, mod, minecraft-mod
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (+85.94%)
Mutual labels:  minecraft, mod, minecraft-mod
Chameleoncreepersmod
Minecraft Mod that makes creepers harder to see by tinting their color based on their surroundings - over 120k downloads!
Stars: ✭ 9 (-85.94%)
Mutual labels:  minecraft, mod, minecraft-mod
FrogCraft-Rebirth
A standalone rewrite of FrogCraft, an IC2 Addon with theme of chemical industry, starting from scratch.
Stars: ✭ 27 (-57.81%)
Mutual labels:  minecraft, mod, minecraft-mod
Antiqueatlas
A Minecraft mod that adds a fancy interactive map item.
Stars: ✭ 110 (+71.88%)
Mutual labels:  minecraft, mod, minecraft-mod
Baubles
A mod api that adds 7 bauble slots to the players inventory.
Stars: ✭ 143 (+123.44%)
Mutual labels:  minecraft, mod, minecraft-mod
Chisel
A builder's best friend
Stars: ✭ 131 (+104.69%)
Mutual labels:  minecraft, mod, minecraft-mod
Refinedstorage
An elegant solution to your hoarding problem
Stars: ✭ 228 (+256.25%)
Mutual labels:  minecraft, mod, minecraft-mod
The Betweenlands
A dark, hostile environment...
Stars: ✭ 167 (+160.94%)
Mutual labels:  minecraft, mod, minecraft-mod
Armourers Workshop
Minecraft armour customization mod.
Stars: ✭ 92 (+43.75%)
Mutual labels:  minecraft, mod, minecraft-mod
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+553.13%)
Mutual labels:  minecraft, mod, minecraft-mod
The Midnight
The Midnight: A cold, unforgiving hostile dimension. Originally made for SpookyJam 2018.
Stars: ✭ 68 (+6.25%)
Mutual labels:  minecraft, mod, minecraft-mod
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-76.56%)
Mutual labels:  minecraft, mod, minecraft-mod
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (+150%)
Mutual labels:  minecraft, mod, minecraft-mod
Loot-Slash-Conquer-Pre1.14
An immersive, action-RPG mod based on Hack/Mine.
Stars: ✭ 17 (-73.44%)
Mutual labels:  minecraft, mod, minecraft-mod
Equivalent Exchange 3
Stars: ✭ 727 (+1035.94%)
Mutual labels:  minecraft, mod, minecraft-mod
Macrokey
A mod that allows you to bind keys
Stars: ✭ 8 (-87.5%)
Mutual labels:  minecraft, mod
Ratchetandclankmod
Stars: ✭ 8 (-87.5%)
Mutual labels:  minecraft, mod
Customstuff4
A Minecraft mod for adding content
Stars: ✭ 24 (-62.5%)
Mutual labels:  minecraft, minecraft-mod

ConnectedTexturesMod Discord Curseforge Curseforge

Extentions to the vanilla model system to allow contextual rendering in much more complex ways.

What is CTM?

CTM originates from the render code that powered Chisel through MC 1.10. Since then, it has been split, and made into its own fully functional library mod.

CTM allows resourcepack authors and modders alike to create complex render effects, such as connected textures, patterned textures, glowing elements, and more. Best of all, it allows all of this without any code dependencies whatsoever!

That's right, CTM can be used without ever writing a line of code, everything you need is exposed to the resource system, through model and mcmeta JSON files. For specific implementation details, please read the wiki.

How does it work?

CTM tries to do everything "by the book" as far as rendering is concerned. This means that there is no ASM hook for 1.7-style rendering, everything is handled via baked models. CTM takes the baked model provided by vanilla and transforms it on demand to suit the extra rendering effects specified in the special CTM JSON data. Additionally, it provides ways for mods and resourcepacks to be entirely non-depdendant on CTM, they can render something entirely different when CTM is present with a few extra lines of JSON.

Setup Instructions

CTM is a normal mod, that is, all that is necessary to set up your own workspace is gradlew sDecW and then set up for your IDE of choice. See the Forge Docs page on mod setup for more info.

For information on contributing to CTM, see the CONTRIBUTING guide

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].