itsdinkd / AQM2

1.17 - 1.19.2
https://www.curseforge.com/minecraft/modpacks/another-quality-modpack-2
10 stars 6 forks source link

[BUG] Arm Extender displays as craftable, but can't be crafted #87

Closed klassekatze closed 2 years ago

klassekatze commented 2 years ago

Modpack Version 1.5

Minecraft Version 1.18.2

Describe the crash or bug The Arm Extender fails to craft using the recipe shown ingame with REI, instead dumping ingredients.

Steps to reproduce the behavior: Place 2 perilyo rod, xenon rod, brass hand, gleaming compound matching REI shown pattern in Create mechanical crafter array and let it run.

Expected behavior It should give me an Arm Extender! :P

Screenshots N/A - it'd just be items in the grid or on the ground.

Crash log or latest.log.log N/A

Additional context From looking at kubejs\server_scripts\balance.js , it appears that there is actually another ingredient defined, "c:ingots/fiery". Cursory googling suggests this is from Twilight Forest, which isn't in the pack at the moment. That would explain why it wouldn't show in the recipe in REI, yet the crafter knows only that something with that tag isn't there, and thus doesn't recognize a match for the Arm Extender.

I speculate "c:ingots/fiery" should be replaced or removed in the recipe defined in balance.js to make the Arm Extender craftable.

itsdinkd commented 2 years ago

Fixed, thanks for the report