All Projects → CyclopsMC → IntegratedTunnels

CyclopsMC / IntegratedTunnels

Licence: MIT License
Transfer other energy, items and fluids over Integrated Dynamics networks

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to IntegratedTunnels

HBWHelper
Hypixel Bed Wars Helper Minecraft Forge mod
Stars: ✭ 15 (-21.05%)
Mutual labels:  forge
The-Aether
The original "The Aether" mod, rewritten to be ported to Minecraft 1.18 and beyond.
Stars: ✭ 85 (+347.37%)
Mutual labels:  forge
FarPlaneTwo
Level-of-Detail renderer in Minecraft. Allows for render distances of millions of blocks. (Cubic Chunks-compatible) (WIP)
Stars: ✭ 1,127 (+5831.58%)
Mutual labels:  forge
Metallurgy-4-Reforged
The unofficial port to 1.12.2 of Metallurgy 4
Stars: ✭ 28 (+47.37%)
Mutual labels:  forge
Regeneration
Minecraft Mod that adds the concept of Regeneration from the show Doctor who
Stars: ✭ 22 (+15.79%)
Mutual labels:  forge
relics
No description or website provided.
Stars: ✭ 24 (+26.32%)
Mutual labels:  forge
Iodine
A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
Stars: ✭ 23 (+21.05%)
Mutual labels:  forge
ForgeJavaDocs-NG
Minecraft Forge Javadocs for 1.12.2 - 1.18.2.
Stars: ✭ 17 (-10.53%)
Mutual labels:  forge
blackbird
Reference architecture for a Kubernetes continuous deployment workflow
Stars: ✭ 43 (+126.32%)
Mutual labels:  forge
Nuclear-Control
An updated version of nuclear control.
Stars: ✭ 25 (+31.58%)
Mutual labels:  forge
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (+121.05%)
Mutual labels:  forge
CyclopsCore
Minecraft library mod for EvilCraft, Integrated Dynamics and others.
Stars: ✭ 17 (-10.53%)
Mutual labels:  forge
advanced-mining-dimension
A dimension consisting just of caves.
Stars: ✭ 15 (-21.05%)
Mutual labels:  forge
3d-Skin-Layers
Renders the player skin layer in 3d
Stars: ✭ 63 (+231.58%)
Mutual labels:  forge
plethora
A peripheral provider for ComputerCraft
Stars: ✭ 51 (+168.42%)
Mutual labels:  forge
forge-configurator-inventor
Demo for Autodesk Forge Design Automation for Inventor
Stars: ✭ 33 (+73.68%)
Mutual labels:  forge
ForgeWrapper
Allow MultiMC to launch Minecraft 1.13+ with Forge
Stars: ✭ 41 (+115.79%)
Mutual labels:  forge
Skypixel
Discontinued
Stars: ✭ 15 (-21.05%)
Mutual labels:  forge
PlusTiC
Minecraft mod for adding new tools to and integrating various mods with Tinkers Construct
Stars: ✭ 34 (+78.95%)
Mutual labels:  forge
Teckle
A tech mod that doesn't update. "Maintained" by TheCodedOne.
Stars: ✭ 19 (+0%)
Mutual labels:  forge

Integrated Tunnels

Build Status Download CurseForge Discord

Transfer other stuff over Integrated Dynamics networks

All stable releases (including deobfuscated builds) can be found on CurseForge.

Development builds are hosted as GitHub packages.

Contributing

  • Before submitting a pull request containing a new feature, please discuss this first with one of the lead developers.
  • When fixing an accepted bug, make sure to declare this in the issue so that no duplicate fixes exist.
  • All code must comply to our coding conventions, be clean and must be well documented.

Issues

  • All bug reports and other issues are appreciated. If the issue is a crash, please include the FULL Forge log.
  • Before submission, first check for duplicates, including already closed issues since those can then be re-opened.

Branching Strategy

For every major Minecraft version, two branches exist:

  • master-{mc_version}: Latest (potentially unstable) development.
  • release-{mc_version}: Latest stable release for that Minecraft version. This is also tagged with all mod releases.

Building and setting up a development environment

This mod uses Project Lombok -- an annotation processor that allows us you to generate constructors, getters and setters using annotations -- to speed up recurring tasks and keep part of our codebase clean at the same time. Because of this it is advised that you install a plugin for your IDE that supports Project Lombok. Should you encounter any weird errors concerning missing getter or setter methods, it's probably because your code has not been processed by Project Lombok's processor. A list of Project Lombok plugins can be found here.

License

All code and images are licenced under the MIT License

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].