MCPcopy Index your code
hub / github.com/CoFH/ThermalDynamics-1.12-Legacy

github.com/CoFH/ThermalDynamics-1.12-Legacy @r2.3.9

Chat with this repo
repository ↗ · DeepWiki ↗ · release r2.3.9 ↗ · + Follow
1,813 symbols 4,364 edges 158 files 9 documented · 0% updated 5y agor2.3.9 · 2018-01-02★ 52
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

CoFH "Don't Be a Jerk" License

Okay, so here's the deal.

You'll notice that this repository does not have a license! By default, that means "All Rights Reserved."

That is indeed the case. All rights reserved, as far as the code is concerned.

Art and sound assets are released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0), a summary of which can be found at: https://creativecommons.org/licenses/by-nc-sa/4.0/

©2012-2017 Cult of the Full Hub / Team CoFH / CoFH

Homepage

TeamCoFH Home Page

IRC #ThermalExpansion on esper.net

Notice

Contribution to this repository means that you are granting us rights over the code that you choose to contribute. If you do not agree with that, do not contribute.

So, why is this here? Well, the rights are reserved, but what that really means is that we choose what to do with the rights. So here you go.

You CAN

  • Fork and modify the code.
  • Submit Pull Requests to this repository.
  • Copy portions of this code for use in other projects.
  • Write your own code that uses this code as a dependency. (addon mods!)

You CANNOT

  • Redistribute this in its entirety as source or compiled code.
  • Create or distribute code which contains 50% or more Functionally Equivalent Statements* from this repository.

You MUST

  • Maintain a visible repository of your code which is inspired by, derived from, or copied from this code. Basically, if you use it, pay it forward. You keep rights to your OWN code, but you still must make your source visible.
  • Not be a jerk**. Seriously, if you're a jerk, you can't use this code. That's part of the agreement.

Notes, License & Copyright

*A Functionally Equivalent Statement is a code fragment which, regardless of whitespace and object names, achieves the same result within the context of a Minecraft mod or addon. Basically you can't copy the code, rename the variables, add whitespace and say it's different. It's not.

**A jerk is anyone who attempts to or intends to claim partial or total ownership of the original or repackaged code and/or attempts to or intends to redistribute original or repackaged code without prior express written permission from the owners (CoFH).

Essentially, take this and learn from it! Create addon mods that depend on it! If you see something we can improve, tell us. Submit a Pull Request. The one catch: don't steal! A lot of effort has gone into this, and if you were to take this and call it your own, you'd basically be a big jerk.

Don't be a jerk.

©2012-2017 Cult of the Full Hub / Team CoFH / CoFH

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 1,587
Class 206
Interface 14
Enum 6

Languages

Java100%

Modules by API surface

src/main/java/cofh/thermaldynamics/duct/tiles/TileGrid.java73 symbols
src/main/java/cofh/thermaldynamics/duct/tiles/DuctUnit.java69 symbols
src/main/java/cofh/thermaldynamics/duct/item/DuctUnitItem.java68 symbols
src/main/java/cofh/thermaldynamics/duct/attachments/relay/Relay.java45 symbols
src/main/java/cofh/thermaldynamics/duct/entity/DuctUnitTransport.java44 symbols
src/main/java/cofh/thermaldynamics/duct/attachments/ConnectionBase.java44 symbols
src/main/java/cofh/thermaldynamics/duct/fluid/DuctUnitFluid.java42 symbols
src/main/java/cofh/thermaldynamics/duct/Attachment.java42 symbols
src/main/java/cofh/thermaldynamics/block/BlockDuct.java41 symbols
src/main/java/cofh/thermaldynamics/duct/entity/EntityTransport.java39 symbols
src/main/java/cofh/thermaldynamics/render/ModelHelper.java37 symbols
src/main/java/cofh/thermaldynamics/duct/energy/DuctUnitEnergy.java35 symbols

For agents

$ claude mcp add ThermalDynamics-1.12-Legacy \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page