Git Product home page Git Product logo

teddyhack's Introduction

Teddyhack Anarchy Client

Teddyhack is an anarchy client for minecraft anarchy servers for 1.12.2.
Some of the code is skidded because im new to java lol
PLEASE NOTE THAT THIS CLIENT HAS ABSOLUTELY NO ANTICHEAT BUILT IN, IT IS ONLY FOR ANARCHY

How to use for development environments

I really only know how to set this up for intellij, soooo yeah

  • Download and open project in intelliJ (when opening, click the build.gradle and then open)
  • The project will auto build itself, so wait for that
  • After it builds, you want to go to terminal and run the command gradlew genIntellijRuns or genEclipseRuns for eclipse
  • You are almost done!
  • If you are on eclipse, do gradlew eclipse after that.
  • Refresh the project by closing and opening it, now go to the run configs section :)

Run configurations

  • Go to Run > Edit Configurations, then click on the plus sign and click application.
  • Put the name to whatever you want, doesn't matter (i usually put it as runClient)
  • First go to modify options, then select add VM options (VM arguements for eclipse).
  • The main class should already be GradleStart, but if it isn't just type gradlestart in the box and it will show it.
  • Now in VM options, you want to put this in: -Dforge.logging.console.level=debug -Dforge.logging.markers=SCAN,REGISTRIES,REGISTRYDUMP -Dfml.coreMods.load=com.teddyhack.mixin.MixinLoader
  • Finally, set the working directory to TeddyhackDirectory\run (replace the teddyhackdirectory with wherever the main file is)
  • You are done with everything, now just press run (MAKE SURE YOU ARE RUNNING MINECRAFT CLIENT, NOT MINECRAFT SERVER)
  • also i do not know how to change anything in eclipse so diy ez

External Libraries & Resources

For the mixins (thanks spongeforge): https://www.spongepowered.org/downloads/spongeforge/stable/1.12.2
ClickGUI (might be changed in the future idk): https://github.com/lukflug/PanelStudio
IntelliJ IDEA (community edition): https://www.jetbrains.com/idea/download/#section=windows

alt text

teddyhack's People

Contributors

chompchompdead avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.