[Development] Getting Started
WalrusSoup opened this issue ยท 9 comments
Looking to load this and fix a crash on broom usage (error writing state). However, I can't seem to actually get it to build without throwing an HTTP error pulling a dependent library.
Any input appreciated.
Expected Behavior
Running grade \ maven should succeed.
This specific website is down:
repositories { maven { url "https://maven.mcmoddev.com/" } } dependencies { deobfCompile "net.ilexiconn:llibrary:1.7.19-1.12.2" }
Actual Behavior
Throws HTTP connection error to https://maven.mcmoddev.com.
mcmoddev.com yields DNS_PROBE_FINISHED_NXDOMAIN
** server can't find mcmoddev.com: SERVFAIL
Steps to Reproduce
Run build
Version of Minecraft, Bewitchment, Forge, Patchouli, and Baubles used
Latest
Screenshots encouraged
Logs, in the event of a crash
Can you list what build of BW you are using that prompted you to try this, first? Because I had resolved a crash with brooms.
Wait, what branch are you even compiling? This mod isn't even using that build in the workspace.
For the modpack it's FTB infinity evolved reloaded. It could be using the wrong version, I'll need to check tonight. Regardless, I've always wanted to check out MC modding and im a big fan of the OG witchery mod so I figured I would just give it a shot.
Process to get up and running so far is:
git clone [email protected]:Um-Mitternacht/Bewitchment.git
On branch 1.12.2
Your branch is up to date with 'origin/1.12.2'.
Opening up in Intellij Idea will run the build process automatically, yielding:
* What went wrong:
A problem occurred configuring root project 'Bewitchment'.
> Could not resolve all dependencies for configuration ':deobfCompile'.
> Could not resolve net.ilexiconn:llibrary:1.7.9-1.12.2.
Required by:
project :
> Could not resolve net.ilexiconn:llibrary:1.7.9-1.12.2.
> Could not get resource 'https://maven.mcmoddev.com/net/ilexiconn/llibrary/1.7.9-1.12.2/llibrary-1.7.9-1.12.2.pom'.
> Could not GET 'https://maven.mcmoddev.com/net/ilexiconn/llibrary/1.7.9-1.12.2/llibrary-1.7.9-1.12.2.pom'.
> maven.mcmoddev.com
Caused by: org.gradle.api.resources.ResourceException: Could not get resource 'https://maven.mcmoddev.com/net/ilexiconn/llibrary/1.7.9-1.12.2/llibrary-1.7.9-1.12.2.pom'.
Okay, I think I know the issue, then. But the crashing with brooms I should've already fixed.
Could you send me a crash report, at least? I'll hunt for an alternative LLibrary maven either way. I know of people who probably would know where to look.
It does look like you fixed the broom issue. Pack is behind a few revisions. Is using: bewitchment-1.12.2-0.0.22.49.jar
instead of 22.58
Will wait for updates on the maven issue.
Mod is using LLibrary so that Mowzie's Mobs (primarily so I can test the cross compat) boots up properly in test environments. Please make sure you can run a game with this.