MyM-ModpackTeam / hypovolemia

HQM - Magic Modpack with a technical hint
http://forum.feed-the-beast.com/threads/161490/
18 stars 8 forks source link

Redstone Block no longer craftable due to OreDictionary sand #350

Closed Mysteriez974 closed 8 years ago

Mysteriez974 commented 8 years ago

Hello, I was playing through 0.1.8 when I got to the "God of Jokes" quest and realised that the redstone block was no longer craftable.

A few minutes of searching through scripts later, and it appears that the issue is very simple : In src/scripts/AAA_vars_and_oreDicts/AA_vars.zs, line 244, we have "sandOredict = ore:Sand;". And the issue is the uppercase S in Sand. Replace it with a lowercase one and the recipe works again.

kindlich commented 8 years ago

I'll check, wait a sec...

kindlich commented 8 years ago

Fixed