Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Dont get the net.minecraft Folder #43

Closed
LimeCodeded opened this issue Mar 18, 2022 · 10 comments
Closed

Dont get the net.minecraft Folder #43

LimeCodeded opened this issue Mar 18, 2022 · 10 comments

Comments

@LimeCodeded
Copy link

Hello... I want to add some mods into the Client, and decompiled it. But when I decompile it, i only get the game/src Folder, and not the net.minecraft Folder, where MCP Classes are.....Where do i find this Code? Because Events may get called in Minecraft.java, and i dont get this decompiled

@LimeCodeded
Copy link
Author

So basically i need the complete Source Code, including MCP

@TheKodeToad
Copy link
Collaborator

I can understand what you are trying to do, but this does not use Mod Coder Pack or MCP. Instead, it uses some of Forge's tools.

See the build instructions.

@LimeCodeded
Copy link
Author

I can understand what you are trying to do, but this does not use Mod Coder Pack or MCP. Instead, it uses some of Forge's tools.

See the build instructions.

Yeah...I run the commands of the Build instructions, but i don´t get the net.minecraft Package anyways...

@LimeCodeded
Copy link
Author

Or do I have to install something to get these Forge Tools? I am sorry, but i never worked with them, i only worked with mcp...

@TheKodeToad
Copy link
Collaborator

TheKodeToad commented Mar 18, 2022

You can still access net.minecraft from the code, Sol Client just uses mixins to modify the classes instead of direct code editing.

You shouldn't need to install anything. Just do some research on how mixins work.

Just out of curiosity, which mods do you plan to add? I may add them myself in the future.

@LimeCodeded
Copy link
Author

Yeah okay, thanks alot

@LimeCodeded
Copy link
Author

I want to add some Mods like the Feature of Optifine to scroll zome (You can sroll to zoom more in or out), and basic thinks like WeatherChanger

@TheKodeToad
Copy link
Collaborator

TheKodeToad commented Mar 18, 2022

It already has the zoom mod. Weather changer hasn't been added yet.

@LimeCodeded
Copy link
Author

Okay, i didn´t know that it has the zoom mod, than this is not working for me.....Maybe a Bug? Or its just my fault, and i am doing something wrong

@TheKodeToad
Copy link
Collaborator

TheKodeToad commented Mar 18, 2022

Make sure it's enabled in the mods menu. The key by default is "C". You can change it in the mod's settings.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants