
completely overpowered recipes with some other mods
nicolindenlauf opened this issue · 2 comments
for example, the end ingot from Majrusz's Progressive Difficulty can be uncrafted into a block of its kind, which is 9x the item effectively. There are lots of examples for this, even though I don't have any solution in mind.
To stop this recipes to happens, there is two methods :
- Tell the mod author to send IMC to my mod to disable recipes in the uncrafter (https://github.com/Ketheroth/Uncrafter#for-mod-developers).
- Add the recipes to the blacklist in the config yourself.
Unfortunately, I can't check every mods to add their overpowered recipes in the default blacklist in the config. You can create a PR to add them though.
Para evitar que suceda esta receta, hay dos métodos:
- Dile al autor del mod que envíe IMC a mi mod para deshabilitar las recetas en el desartesor (https://github.com/Ketheroth/Uncrafter#for-mod-developers).
- Agregue las recetas a la lista negra en la configuración usted mismo.
Desafortunadamente, no puedo verificar todos los mods para agregar sus recetas demasiado poderosas en la lista negra predeterminada en la configuración. Sin embargo, puede crear una solicitud de incorporación de cambios para agregarlos.
How i add the items in config file?