Divine Journey 2

Divine Journey 2

636k Downloads

Automatically crafted Clocks and Compasses can’t be put into induction smelter.

Lgmrszd opened this issue · 1 comments

commented

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:

  1. Set up a way to automate Compass crafting (I used Formulaic Assembler)
  2. 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

Screenshots:
hopper
smelter
setup

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.)

commented

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