ChompChompDead / Teddyware-Client

A minecraft utility mod for 1.12.2.

Home Page:https://chompchompdead.github.io/Teddyware-Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teddyware Utility Mod

GitHub all releases Lines of code

before i start this, yes the client is hugely skidded from postman (though it isnt actually forked from it)
hopefully everyone knows im a terrible coder and im still learning sooo yeah
in the future, there will probably be a rewrite or a new client. not sure.

#Credits These are the clients / people that helped to develop the client.

if you feel like you haven't been credited or I forgot you.
feel free to message me on discord Frostbyte#3340.

this project has been discontinued because of the lead developer being bored of the project. the project might be revived again if me or the lead developer feel like doing so.

Thanks! for sticking to us in this crazy journey

Teddyware is a utility mod for minecraft anarchy servers for 1.12.2.
It is like optifine, and should only be used on servers that allow it.
Also huge thanks to srgantmoomoo for making moo base :) some of the base is made by it (because im trash skid)
Once the whole client is actually out of pre release I will work on unskidding.

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 arguments 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.chompchompdead.teddyhack.api.mixin.MixinLoader
  • Finally, set the working directory to TeddywareDirectory\run (replace the teddywaredirectory with wherever the main file is)
  • You are done with everything, now just press run
  • If setupdecompworkspace is showing an error, just remove it.
  • also i do not know how to change anything in eclipse so diy ez

External Libraries, Resources, and Contacts

Official Discord: https://discord.gg/X2BmAqW8ry
SpongeForge Mixins: https://www.spongepowered.org/downloads/spongeforge/stable/1.12.2
IntelliJ IDEA (community edition): https://www.jetbrains.com/idea/download/#section=windows
PanelStudio ClickGUI: https://github.com/lukflug/PanelStudio

alt text for photo

About

A minecraft utility mod for 1.12.2.

https://chompchompdead.github.io/Teddyware-Client

License:GNU General Public License v3.0


Languages

Language:Java 100.0%