https://github.com/queer/pipe2
A reimplementation of Pipe, meant to be structured better.
https://github.com/queer/pipe2
Last synced: about 1 year ago
JSON representation
A reimplementation of Pipe, meant to be structured better.
- Host: GitHub
- URL: https://github.com/queer/pipe2
- Owner: queer
- Created: 2015-07-11T19:45:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T00:40:54.000Z (over 9 years ago)
- Last Synced: 2025-03-10T14:55:43.280Z (over 1 year ago)
- Language: Java
- Size: 290 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pipe
----
A "Minecraft" mod that works through instrumentation. Apache 2.0-licensed. This repository is a reimplementation of the original, mainly due to the fact that I was dissatisfied with the structure of the original.
The point of this client is to allow for "intrusive" modifications of the game without violating Mojang's EULA, specifically the following parts:


These conditions can be found [here](https://account.mojang.com/documents/minecraft_eula) and [here](https://account.mojang.com/terms), respectively.
----------------
Copyright 2015-2016 audrey
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
----
Installation:
Before building, one must first `mvn install` the following libraries:
- [pipe-gl](https://github.com/curlpipesh/pipe-gl)
Once those libraries have been `mvn install`'d:
````
mvn clean package
````
After this, open up the Minecraft launcher. Make a new profile, and add the following under "JVM Arguments":
````
-javaagent:/path/to/target/Pipe-0.1-DEV.jar
````
Once this is finished, run the game.