Giter Club home page Giter Club logo

the-5zig-mod's Introduction

The 5zig Mod

After more than six years it's time to say goodbye! I've had a lot fun integrating my own features into Minecraft and creating a mod that reached so many more people than I have ever anticipated - but now I'm going to move on. Thank you for an amazing time.

Feel free to modify, update and add new features (I heard you like free capes :P) to the mod.

Download the latest version here.

Here are a few quick start guides for developing the mod:

  • The mod is divided up into several projects: 'The 5zig Mod' is the core module and contains all (high-level) UI, networking, data and logic code. 'Mod Utils' provides all abstract UI and Minecraft class components while 'Utils' provides some more general utility functions. 'Minecraft Utils' contains a single project for each supported Minecraft version and provides implementations for 'Mod Utils'. The reason for this high level of abstraction is the fact that 'Minecraft Utils' works with obfuscated class names of Minecraft, which change with every release (also you have to be in the default package in order to be able to access other classes in the default package).
  • On order to support a new Minecraft version *cough* 1.14 *cough*, you need to create a new 1.14 project in the 'Minecraft Utils' project, import all necessary libraries and update the names of all Minecraft classes. Tools like JD-Gui help you understand the Minecraft source code.
  • You can run Minecraft and debug the mod from within your IDE. It is a little tricky, but possible! Make sure you linked all lwjgl natives and run eu.the5zig.mod.util.Start.

the-5zig-mod's People

Contributors

5zig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

the-5zig-mod's Issues

Friends List Disconnected

This just happened randomly but at the top of my friends list it says Disconnected and it does not show any of my friends even when they are online. I have restarted minecraft many times, uninstalled and reinstalled 5zig many times and nothing is working.

coding

how can i edit the mod or work on it what the program i need to use and how did u learned to code java pls <3 !

cape

how are we supposed to access our capes?

Update to 1.14.4

I know this is annoying to all the devs, but the command macro and name change search part of this mod is amazing, and 1.14.4 will be the last update until 1.15.

Issue with sign

When i place and edit sign minecraft crashes
Screenshot_17

In log file
[10:30:28] [5zig Netty Bootstrap/ERROR]: An Exception occurred while connecting to 5zig.net:28499
java.net.ConnectException: Connection timed out: no further information: 5zig.net/194.169.211.46:28499
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:1.8.0_51]
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:1.8.0_51]
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:208) ~[NioSocketChannel.class:4.0.23.Final]
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:287) ~[AbstractNioChannel$AbstractNioUnsafe.class:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:528) ~[NioEventLoop.class:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) ~[NioEventLoop.class:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) ~[NioEventLoop.class:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) ~[NioEventLoop.class:4.0.23.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) ~[SingleThreadEventExecutor$2.class:4.0.23.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[10:30:28] [5zig Netty Bootstrap/INFO]: Reconnecting in 79 seconds...

Code problems

I want to continue what 5zig has become, but when I clone source code and open it in IDEA, I'm missing a lot of Interfaces...

Because I can't find them anywhere I'm wondering... Can I find those interfaces inside forge? What is MinecraftFactory and where can I get it, also where is Mouse class from, the lwjgl library doesn't know about Mouse.init, and so on. I'd be grateful if you answered!

The game won't start in minecraft version 1.15 with forge

When the game is started, the game will be terminated with a Runtime Error while the mod is being loaded.
I suspected a Mod conflict, so I removed all the other Mods and started it, but it still didn't work.
The log file is attached.
debug.log

OS: macOS Mojave 10.14.6
Forge Version: 1.15.2-forge-31.2.0

Sound wont work

It worked from the start, but then eventually stopped, help pls.

I want my money back!

about 3 years I bought my custom cover ... since the mod has been discontinued I want my money back

Capes

Hello,

So I'm not the best at modifying. Could you help me out on how I can change cape? To illustrate, now that upload feature for capes is gone, I was wondering if you can upload a cape within the source code.

Colored screen

Screenshot (14)

anyone know why i am getting this its because of 5zig mode?

Remove Official Mojang JARs

I'm not sure Mojang would be happy to find their JARs in this repository...
Maybe a Script that downloads them from mojang servers to setup the build environment would be more appropriate...

How can I update 5zig to the latest Minecraft version?

I'd like some assistance. I wanna try to make a 5Zig version for 1.19 (and whatever version) and I'm looking for a guide or help/something like that. I know how to program and stuff, (not super experienced with Java but I think I can still do it). Thanks by advance!

Crash at Start

If i load my game up with the 5zig mod it crashes with an -1 exit code
other active mods: Impact, KamiBlue, Salhack, ForgeHax, Optifine
without the 5zig mod it works

Spotify Not working

Hello I’d like to know why my Spotify GUI on 5 zig won’t work even though I have Spotify open

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.