jamesbirtles / ImmersiveIntegration

Integrates IE with other mods, as well as some useful addition to IE itself
http://www.curseforge.com/projects/232159/
21 stars 10 forks source link

Gradle #47

Closed shadowfacts closed 8 years ago

shadowfacts commented 8 years ago
jamesbirtles commented 8 years ago

Presumably you are going to do something with the computercraft api, but no need to include the api in the repo

shadowfacts commented 8 years ago

I'm not but you are, and as (to my knowledge) dan200 doesn't provide a publicly accessible deobfuscated version of CC, this is the best way to prevent compile time errors.

jamesbirtles commented 8 years ago

Oh totally forgot about bundled cable stuffs derp, I still don't want to include the api in my repo.

shadowfacts commented 8 years ago

Yea, it's not optimal, but I'm not sure if there's any better way :V

jamesbirtles commented 8 years ago

artifactPattern "http://addons-origin.cursecdn.com/files/2244/605/[module][revision].[ext]" and compile "dan200:ComputerCraft:1.74"

seems to work for me

shadowfacts commented 8 years ago

Huh, I'd presumed that wouldn't work because the CF version is obfuscated.

jamesbirtles commented 8 years ago

I'm going to merge this anyway