MCCTeam / Minecraft-Console-Client

Lightweight console for Minecraft chat and automated scripts
https://mccteam.github.io
Other
1.62k stars 391 forks source link

Install Minecraft mods in MCC #1259

Closed ghost closed 4 years ago

ghost commented 4 years ago

Prerequisites

Description of the Questions Is there a feature that let us to install custom mod and control it by using the command line( if it can ) Your question may contain the following items:

ReinforceZwei commented 4 years ago

MCC doesn't support installing mods.

May I ask what kind of mods you want to install? forge or something else?

ghost commented 4 years ago

MCC doesn't support installing mods.

May I ask what kind of mods you want to install? forge or something else?

hypixel skyblock assist mod that allow me to do "robot" like things to make money whan i am not able to be online xD

ReinforceZwei commented 4 years ago

It is not possible to install any kinds of mods to MCC as they are designed for vanilla Minecraft client only.

ghost commented 4 years ago

It is not possible to install any kinds of mods to MCC as they are designed for vanilla Minecraft client only.

there is replay mod built in so there must be some way to install mods

ReinforceZwei commented 4 years ago

there is replay mod built in so there must be some way to install mods

The replay mod was integrated into MCC code-base by hand, meas that it is not "installed" into MCC by few clicks but a re-wrote code that can be used by MCC.

If you really want that mod, you may integrate the mod yourself by writing codes for MCC.

ghost commented 4 years ago

there is replay mod built in so there must be some way to install mods

The replay mod was integrated into MCC code-base by hand, meas that it is not "installed" into MCC by few clicks but a re-wrote code that can be used by MCC.

If you really want that mod, you may integrate the mod yourself by writing codes for MCC.

i find a setting in the minecraftclient.ini file generated by mcc mcforge=true # Use 'auto' or 'false' maybe this have some kind of connection with forge ?

ReinforceZwei commented 4 years ago

This allow you to log into a forge server without really having all required mods (since MCC cannot install mods).

ORelio commented 4 years ago

To make it clear: There are no Minecraft mods in MCC, and never will.

Minecraft Console Client is a custom C# client created from scratch. Minecraft is in Java and Mods make use of existing code in Minecraft so you can't install them at all in MCC. What you are seeing in MCC is support for some common mods reimplemented in C# by the MCC team. Forge support in MCC does not actually support Forge mods, it just fakes the mod list expected by the server to pass the login check and join the server anyway. That won't work on some servers depending on the mods. Replay mod support is custom code for generating replay files in the correct format for opening with the official Replay mod.

We are open to suggestions for improving MCC, but we have few contributors so we can't implement everything. On a side note, MCC provides its own API so people can write C# "mods" in the form of ChatBot script files.

LowScripters commented 2 months ago

MCC doesn't support installing mods.

May I ask what kind of mods you want to install? forge or something else?

What about baritone? Maybe there will be some kind of “garter” implementation for such mods?

breadbyte commented 2 months ago

MCC doesn't support installing mods.

May I ask what kind of mods you want to install? forge or something else?

What about baritone? Maybe there will be some kind of “garter” implementation for such mods?

There are no plans at the moment to implement any kind of support or connectivity/bridge with Forge/Fabric mods, and we don't have enough contributors for such a feature anyway.

It is quite literally translating from one language to another, and is not such a simple task to achieve.

For any further discussion, please create a new thread or join our discord server.