Coder Social home page Coder Social logo

codexadrian / connectedtexturesmod Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chisel-team/connectedtexturesmod

0.0 0.0 0.0 539 KB

Extensions to the vanilla model system, mainly for connected textures

Home Page: http://chisel.team/ctm

License: GNU General Public License v2.0

Java 100.00%

connectedtexturesmod's Introduction

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

connectedtexturesmod's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.