Conversation
Perhaps it is in some commented out code like the EMI-related things
…endencies, comment out not available dependencies
…6.1 snapshots is not available on other ones
It seems `Screen.isShift/ControlPressed` are completely gone, so is `EditBox.setFilter`
|
Maybe it would be better if the first three commits ( |
|
If GuiRendererMixin managed to still be working since 1.21.7 I will be surprised. Also, I'll start looking into the PR soon and see if I can merge it, or at least some of it's changes to the 26.1 branch to start working on it. |
|
This was in Discord server, just summarizing here:
|
| // try { | ||
| // afterEvaluate { | ||
| // def mixinDep = this.configurations.compileClasspath | ||
| // .allDependencies | ||
| // .findAll { it.name == "sponge-mixin" } | ||
| // .first() | ||
| // | ||
| // if (mixin != null) { | ||
| // def mixinPath = this.configurations.compileClasspath.files(mixinDep).first().path; | ||
| // | ||
| // println(mixinPath) | ||
| // | ||
| // vmArg("-javaagent:\"${mixinPath}\"") | ||
| // | ||
| // println("[Info]: Mixin Hotswap Run should be working") | ||
| // } else { | ||
| // println("[Warning]: Unable to locate file path for Mixin Jar, HotSwap Run will not work!") | ||
| // } | ||
| // } | ||
| // } catch (Exception e) { | ||
| // println("[Error]: MixinHotswap Run had a issue!") | ||
| // e.printStackTrace() | ||
| // } |
There was a problem hiding this comment.
Why was this commented?
Did it start throwing an exception when attempting to run?
I don't see why it would be broken on 26.1
There was a problem hiding this comment.
Yes, it didn't launch, at least for me. I think it couldn't find mixin jar.
There was a problem hiding this comment.
Also, should it be centered at player or be changed to be at the block pos?
There was a problem hiding this comment.
Yes, it didn't launch, at least for me. I think it couldn't find mixin jar.
Ok. I'll look into it later when I start working on the rest of the port.
src/main/java/dev/hephaestus/glowcase/client/util/BlockEntityRenderUtil.java
Show resolved
Hide resolved
|
Oh no, I was a bit too slow: 8e1792c |
mhm. I am considering on having this change, but I'll look a bit on it. If I do end adding it I can cherry pick your commit. |



No description provided.