sinkillerj / ProjectE

ProjectE. A complete rewrite of EE2 for modern Minecraft versions.
MIT License
395 stars 203 forks source link

Add ore support #2144

Closed joe-vettek closed 2 years ago

joe-vettek commented 2 years ago

Tickets that do not conform to this template will be closed without comment

Exact ProjectE version (do not say "latest", "latest on Curse", or similar): 1.0.1B

Exact Forge version:36.1.25

I saw that your mod will write custom content to the file, but I tried to change the content of the item to ore without success. Below is my custom content.

{ "entries": [ { "item": "forge:fruits", "emc": 128 } ] }

joe-vettek commented 2 years ago

In addition, I saw that your mod will output items without emc values with commands, but the output object is the server's log file. If there are a lot of items, I think this will block the thread for a long time. I think you should create a new output file instead of outputting to the game log file.

joe-vettek commented 2 years ago

need #