All Projects → CyclopsMC → IntegratedDynamics

CyclopsMC / IntegratedDynamics

Licence: MIT License
A Minecraft mod to take full and automated control of your appliances.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to IntegratedDynamics

relics
No description or website provided.
Stars: ✭ 24 (-75%)
Mutual labels:  forge
Skypixel
Discontinued
Stars: ✭ 15 (-84.37%)
Mutual labels:  forge
Modding-Resources
A set of ressources for minecraft modding with MinecraftForge by the community
Stars: ✭ 42 (-56.25%)
Mutual labels:  forge
Teckle
A tech mod that doesn't update. "Maintained" by TheCodedOne.
Stars: ✭ 19 (-80.21%)
Mutual labels:  forge
PlusTiC
Minecraft mod for adding new tools to and integrating various mods with Tinkers Construct
Stars: ✭ 34 (-64.58%)
Mutual labels:  forge
wurst-plus-three
forge mod for 1.12.2 minecraft
Stars: ✭ 189 (+96.88%)
Mutual labels:  forge
The-Aether
The original "The Aether" mod, rewritten to be ported to Minecraft 1.18 and beyond.
Stars: ✭ 85 (-11.46%)
Mutual labels:  forge
forge-cli-utils
Command line tools for Autodesk Forge services.
Stars: ✭ 16 (-83.33%)
Mutual labels:  forge
ForgeJavaDocs-NG
Minecraft Forge Javadocs for 1.12.2 - 1.18.2.
Stars: ✭ 17 (-82.29%)
Mutual labels:  forge
RandomPatches
A bunch of miscellaneous patches for Minecraft.
Stars: ✭ 89 (-7.29%)
Mutual labels:  forge
Nuclear-Control
An updated version of nuclear control.
Stars: ✭ 25 (-73.96%)
Mutual labels:  forge
plethora
A peripheral provider for ComputerCraft
Stars: ✭ 51 (-46.87%)
Mutual labels:  forge
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (-31.25%)
Mutual labels:  forge
advanced-mining-dimension
A dimension consisting just of caves.
Stars: ✭ 15 (-84.37%)
Mutual labels:  forge
FlowUpdater
The free and open source solution to update Minecraft.
Stars: ✭ 54 (-43.75%)
Mutual labels:  forge
ForgeWrapper
Allow MultiMC to launch Minecraft 1.13+ with Forge
Stars: ✭ 41 (-57.29%)
Mutual labels:  forge
IntegratedTunnels
Transfer other energy, items and fluids over Integrated Dynamics networks
Stars: ✭ 19 (-80.21%)
Mutual labels:  forge
ModPackDownloader
Simple downloader/updater for Minecraft Forge Modpacks. Works with Curse manifest JSONs.
Stars: ✭ 53 (-44.79%)
Mutual labels:  forge
forge-docs
The Forge documentation.
Stars: ✭ 26 (-72.92%)
Mutual labels:  forge
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-84.37%)
Mutual labels:  forge

Integrated Dynamics

Build Status Coverage Status Download CurseForge Discord

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 licensed under the MIT License This mod packages re2j in order to provide linear time regex matching.

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