Automatically crafted Clocks and Compasses can’t be put into induction smelter.
Lgmrszd opened this issue · 1 comments
Modpack version:
2.6.0
Description:
#313 introduced similar issue. Now, compasses that are crafted using machines and were never held by player, cannot be inserted into Induction Smelter.
Steps to reproduce:
- Set up a way to automate Compass crafting (I used Formulaic Assembler)
- Pipe the result into Induction Smelter (I tried hopper, different kind of pipes, or just chest with Auto-Input enabled)
Expected behavior:
Compass can be inserted into Induction Smelter
Additional context:
The problem is introduced here:
https://github.com/Divine-Journey-2/main/blob/8c43febee0cff1e3293526e8591a6b1cee11975d/scripts/ThermalExpansion.zs#L577
Possible fix is to either not remove original recipe (but it might only accept Vanilla Sand) or re-add recipe, using compass without any NBT data.
(Also, does Thermal machines support IIngredient in CraftTweaker scripts? Because then maybe it is possible to just use ore:sand as input, without using loop, but maybe this is intentional.)
Re-added the non-NBT recipe for Clocks and Compasses in 2.7.0: https://www.curseforge.com/minecraft/modpacks/divine-journey-2/files/3486165