Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyclopsmc/integratedtunnels-compat
Integrated Tunnels compatibility with other mods.
https://github.com/cyclopsmc/integratedtunnels-compat
hacktoberfest
Last synced: 3 days ago
JSON representation
Integrated Tunnels compatibility with other mods.
- Host: GitHub
- URL: https://github.com/cyclopsmc/integratedtunnels-compat
- Owner: CyclopsMC
- License: mit
- Created: 2017-12-17T19:01:25.000Z (almost 7 years ago)
- Default Branch: master-1.21
- Last Pushed: 2024-08-18T12:02:56.000Z (3 months ago)
- Last Synced: 2024-08-19T12:51:04.229Z (3 months ago)
- Topics: hacktoberfest
- Language: Java
- Homepage:
- Size: 430 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
## IntegratedTunnels-Compat
[![Build Status](https://github.com/CyclopsMC/IntegratedTunnels-Compat/workflows/CI/badge.svg)](https://github.com/CyclopsMC/IntegratedTunnels-Compat/actions?query=workflow%3ACI)
[![Download](https://img.shields.io/static/v1?label=Maven&message=GitHub%20Packages&color=blue)](https://github.com/CyclopsMC/packages/packages/770063)[Integrated Tunnels](https://github.com/CyclopsMC/IntegratedTunnels) compatibility with other mods.
This mod is automatically packaged with [Integrated Tunnels](https://github.com/CyclopsMC/IntegratedTunnels).[Development builds](https://github.com/CyclopsMC/packages/packages/) 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](http://projectlombok.org/) -- 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](http://projectlombok.org/download.html).
### License
All code and images are licenced under the [MIT License](https://github.com/CyclopsMC/IntegratedTunnels-Compat/blob/master-1.12/LICENSE.txt)