Thaumcraft - No more missing aspects

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Niels Henriksen

New Member
Jul 29, 2019
502
0
1
I found a little "cheaty" way to get aspects by using the deconstruction table.

Its possible to pipe in items on the table and Im using itemduct from a chest. In the chest I have craftingtables. They are cheap and a stack gives aspects every time.

The biggest problem is clicking. By using AutoIt with a clickscript I can just sit and read a book while its clicking for me :)

The script Im using is this:

For $i=1 To 64
MouseClick("left", 1004, 522, 1)
Sleep(4000)
Next

1004,522 is the position on my screen where the aspect is located.