Readme typo
Linguardium opened this issue ยท 1 comments
in the readme you have
modImplementation "com.github.emilyploszaj:trinkets:{trinkets_version}"
you seem to have forgotten the $ before the {version} tags:
modImplementation "com.github.emilyploszaj:trinkets:${trinkets_version}"