MCCTeam / Minecraft-Console-Client

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

[Idea] Automatic synthesis of items and recipes, allowing customization of items and synthesized products. #2708

Closed VIRTUALXN closed 8 months ago

VIRTUALXN commented 8 months ago

Prerequisites

Console Client Version

20240312-257

Describe your problem

I'm playing on a server that offers additional items and crafted items. I hope to be able to craft them as well.

Suggest a possible solution

Allowing direct inclusion of the item's name in the configuration file.

Attach screenshot here (If applicable)

No response

Minecraft Version

No response

Device

Desktop

Operating System

Windows

milutinke commented 8 months ago

We won't support such an option because item names are hard-coded as an enum in C#, that would require us to keep custom items for any server that implements them. If you want to add any items, fork the repository, clone the project and then add them yourself.

https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs