Fix incorrect classname in Valhelsia Structures patch
Looks like this was broken during the multiloader refactor Related: #135
This commit is contained in:
parent
a72ebc4c26
commit
5d2310bda4
|
|
@ -209,7 +209,7 @@ public class ModernFixPlatformHooksImpl {
|
|||
}
|
||||
|
||||
public static void applyASMTransformers(String mixinClassName, ClassNode targetClass) {
|
||||
if(mixinClassName.equals("org.embeddedt.modernfix.forge.valhesia.chunk_deadlock.bugfix.mixin.BlockStateBaseMixin")) {
|
||||
if(mixinClassName.equals("org.embeddedt.modernfix.forge.mixin.bugfix.chunk_deadlock.valhesia.BlockStateBaseMixin")) {
|
||||
// We need to destroy Valhelsia's callback so it can never run getBlockState
|
||||
for(MethodNode m : targetClass.methods) {
|
||||
if(m.name.contains("valhelsia_placeDousedTorch")) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user