Or PRs. Blame maven for being retarded and whoever's decision it was to block http repos in maven 3.8. Can't get a jdk16 build without also having issues getting maven to heccin build it. Prolly gonna have to revert this hunk of junk.
Please wait a bit. I'm reaching out to see if we can get some assistance. It would be nice to grant access to b155 again, though.
appveyor changed their retention policies. I can't control that. I'll push out a change to revert back to building with jdk8 for now... I still don't know why maven has made the strangest decisions, nor why Mojang decided to use a non-LTS version of Java...
Staying on Java 8 required too many restrictions. It's irrelevant that Java 16 is non-LTS. The upgrade to more modern software was essential, and there was no reason to wait for Java 17 to get MC 1.17 out the door.
Thanks for b166. Dev unable to offer anything helpful wrt Java 16, although he did suggest you might want to stay on Java 8 or 11, to maintain backwards compatibility to previous MC versions.
well yes, I get moving to Java 11, but 16 when half the maven plugins don't even work with that is a bit annoying to say the very least (maven shade plugin as one example)
Placing blocks under players is set to false. But players can still place blocks under them. Went thru the config can't find anything wrong with it. Happened after I updated from 1.16.4 to 1.17.1
Code (YAML): ExtraHardMode: ... World Rules: ... # Blocks jumping and placing a block directly beneath you and branching out with no blocks to support Limited Block Placement: true Prevents me from placing blocks under player. Perhaps you have some overrides set?
Hello! first of all very nice plugin but i have a problem. the raid farms (evoker and invaders) don't drop totems, only if i give them from creative, is there any option i have to disable?
Hello, was something changed in 1.18 version that would make this plugin malfunctioning? I am asking before updating.
The plugin has SWAMP_HILLS biome hardcoded, which does not exist in MC 1.18.x. There is a fork that removes that line of code (and nothing else) at https://github.com/SlimeDog/ExtraHardMode, but you'll have to build it yourself. When the upstream fork works on 1.18.x, I will delete mine.
My fav part of the plugin is the limit on block placement and gravity can Dev can you please make a separate plugin with just these features that works with 1.18
Thanks for your fork SlimeDog. I have one error when cleaning the package with maven 3. I am doing something wrong? Code (Text): Failed to execute goal pl.project13.maven:git-commit-id-plugin:4.0.5:revision (get-the-git-infos) on project ExtraHardMode: Could not complete Mojo execution...: Error: Could not get HEAD Ref, are you sure you have set the d otGitDirectory property of this plugin to a valid path? -
I am not the developer, so no, I cannot make anything. There is no "1.18 version" to download. I supplied a link to the modified source code. You would have to build it yourself.