Dropt

Dropt

3M Downloads

Ore dictionary support for held item matching

yukinagatosc2 opened this issue ยท 0 comments

commented

Referring to an ore dictionary in json (I haven't checked zenscript because I don't use it) does not appear to be supported. Items must be listed in an array rather than referred to indirectly by an ore dictionary. eg. ["modid:toola","modid:toolb"] rather than ["ore:toolab"]. Being able to refer to ore dictionaries in json would be a huge quality of life improvement. Both resulting in cleaner scripts or in my case, scripts that work correctly because I didn't realize ore dictionaries were not supported.