OpenComputers
OpenComputers copied to clipboard
Wand aspect list display added, IAspectContainer display fixed
> Task :sourceMainScala
Error: /home/runner/work/OpenComputers/OpenComputers/build/sources/scala/li/cil/oc/integration/thaumcraft/ConverterAspectItem.scala:8: object common is not a member of package thaumcraft
> Task :compileScala
Error: /home/runner/work/OpenComputers/OpenComputers/build/sources/scala/li/cil/oc/integration/thaumcraft/ConverterAspectItem.scala:20: not found: type ItemWandCasting
Error: /home/runner/work/OpenComputers/OpenComputers/build/sources/scala/li/cil/oc/integration/thaumcraft/ConverterAspectItem.scala:21: value getAllVis is not a member of net.minecraft.item.Item
Is there a way to implement this without depending on Thaumcraft internals? Even then, the build script would have to be adjusted...
Well, I don't think we may expect another 1.7.10 Thaumcraft release, so it is probably safe to depend on the internal interface. (I have no idea why it is even internal)
(Thaucraft API should probably be deleted from the repository if that PR is accepted, but that is up to you)