FTBTeam / FTB-Modpack-Issues

Any and all FTB Modpack issues are here! Please create a new issue, add to an existing one or maybe even suggest a feature in the discussions
https://feed-the-beast.com/modpack
38 stars 10 forks source link

NeoTech steel dust smelting might yield the disabled mekanism steel ingot #5486

Closed Janibek6119 closed 1 month ago

Janibek6119 commented 1 month ago

Modpack

FTB NeoTech

Modpack version

1.4.2

Has the pack been modified

No

Log Files

No response

Describe the bug

Smelting MI (Modern Industrialization) Steel dust in Mekanism Smelting Factory yields mekanism steel ingot (which was apparently disabled & hidden in this modpack) instead of MI steel ingot. Meanwhile MI furnaces yield MI steel ingot as expected.

Steps to reproduce

  1. Have a MI Steel dust
  2. Smelt it in Mekanism Smelting factory

Expected behaviour

Smelting MI Steel dust must yield MI Steel ingot

Screenshots

image

Conflicting identical recipes must be the cause: image

Additional information

Can be resolved through /kubejs/server_scripts/recipe_removals.js? I tried, it worked

const removeSmeltingByID = [
  "mekanism:processing/iron/ingot/from_dust_smelting",
+  "mekanism:processing/steel/ingot/from_dust_smelting",
AStickyWicket commented 1 month ago

This is already in game, your kubeJS didn't load properly. In future if you notice this type /reload

Janibek6119 commented 1 month ago

@AStickyWicket Sorry I'm not local but it doesn't seem to be true. Here's why:

I repeated /reload+smelt 10 times. 4 iterations the smelter gave the wrong ingots and 6 it was the right one (MI). Probably it goes 50/50 random after each reload. And 10/10 times EMI recipes still showed two conflicting variants of steel dust smelting.

And I searched kubejs/ folder and there was no mention of mekanism:processing/steel/ingot/from_dust_smelting recipe, and the item mekanism:ingot_steel only undergoes that JEIEvents.hideItems part and the one where it's stripped of all tags

Also:

AStickyWicket commented 1 month ago

@Janibek6119 nvm i think your right, I misread/understood and thought you were talking about uncooked steel dust and I couldn't see the recipes you screenshot above but I can see them through the actual steel dust.