SamsTheNerd / ducky-periphs

A peripheral addon mod for ComputerCraft Restitched
9 stars 3 forks source link

conflict with Moreiotas #8

Closed troyheady2 closed 1 year ago

troyheady2 commented 1 year ago

Looks like an incompatibility with moreiotas

I loaded an [ Mind's Reflection ] from the hex side on the lua terminal ran x = peripheral.wrap("right") x.readIota()

Java Exception Thrown: java.lang.NoClassDefFoundError: ram/talia/moreiotas/api/spell/StringIota

was unsure if I should post here or on moreiotas..... starting here

SamsTheNerd commented 1 year ago

yep that's my bad, I set up some files weirdly and it's doing that for moreIotas and hexal. It was a quick fix, I'll push it in 1.1.5 along with a few other things in a little bit

troyheady2 commented 1 year ago

Thank you! and I love the idea of interacting with computer craft for data / hex stuff

SamsTheNerd commented 1 year ago

fixed in v1.1.5. sorry it took a minute, those "other things" took a lot longer than I expected.