yorkeJohn / Tainted-Magic

Tainted Magic, an addon to Thaumcraft 4
20 stars 26 forks source link

Arcane recipe error Mushroom Funguar #33

Closed Dream-Master closed 7 years ago

Dream-Master commented 7 years ago

http://imgur.com/a/f7w5h

I guess it not cost 32767 air shards to make it. It's the wildcard value probably.

Version r7.3

https://github.com/yorkeJohn/Tainted-Magic/blob/d0c9d9fd806aed8e78213c5d6f42c7cd46fc0855/src/main/java/taintedmagic/common/lib/LibRecipes.java#L617

Dream-Master commented 7 years ago

Open it a second time the number on the Shard are gone????

yorkeJohn commented 7 years ago

Hmm interesting, ill try and fix this asap.

yorkeJohn commented 7 years ago

Ok. The problem was I set the stack size to 32767 instead of the metadata (wildcard value).