Caused by: java.lang.NoClassDefFoundError: ru/dbotthepony/mc/otm/android/feature/LimbOverclockingFeature
This commit is contained in:
parent
6226621b95
commit
ddcfe11780
@ -18,7 +18,7 @@ function initializeCoreMod() {
|
|||||||
if (insn.getOpcode() == Opcodes.BIPUSH) {
|
if (insn.getOpcode() == Opcodes.BIPUSH) {
|
||||||
node.instructions.insert(insn, new MethodInsnNode(
|
node.instructions.insert(insn, new MethodInsnNode(
|
||||||
Opcodes.INVOKESTATIC,
|
Opcodes.INVOKESTATIC,
|
||||||
'ru/dbotthepony/mc/otm/android/feature/LimbOverclockingFeature',
|
'ru/dbotthepony/mc/otm/player/android/feature/LimbOverclockingFeature',
|
||||||
'getBrushCooldown',
|
'getBrushCooldown',
|
||||||
'(Lnet/minecraft/world/entity/LivingEntity;)I'
|
'(Lnet/minecraft/world/entity/LivingEntity;)I'
|
||||||
))
|
))
|
||||||
@ -31,7 +31,7 @@ function initializeCoreMod() {
|
|||||||
if (insn.getOpcode() == Opcodes.ICONST_5) {
|
if (insn.getOpcode() == Opcodes.ICONST_5) {
|
||||||
node.instructions.insert(insn, new MethodInsnNode(
|
node.instructions.insert(insn, new MethodInsnNode(
|
||||||
Opcodes.INVOKESTATIC,
|
Opcodes.INVOKESTATIC,
|
||||||
'ru/dbotthepony/mc/otm/android/feature/LimbOverclockingFeature',
|
'ru/dbotthepony/mc/otm/player/android/feature/LimbOverclockingFeature',
|
||||||
'getBrushTick',
|
'getBrushTick',
|
||||||
'(Lnet/minecraft/world/entity/LivingEntity;)I'
|
'(Lnet/minecraft/world/entity/LivingEntity;)I'
|
||||||
))
|
))
|
||||||
@ -59,7 +59,7 @@ function initializeCoreMod() {
|
|||||||
if (insn.getOpcode() == Opcodes.LDC && insn.cst == 10) {
|
if (insn.getOpcode() == Opcodes.LDC && insn.cst == 10) {
|
||||||
node.instructions.insert(insn, new MethodInsnNode(
|
node.instructions.insert(insn, new MethodInsnNode(
|
||||||
Opcodes.INVOKESTATIC,
|
Opcodes.INVOKESTATIC,
|
||||||
'ru/dbotthepony/mc/otm/android/feature/LimbOverclockingFeature',
|
'ru/dbotthepony/mc/otm/player/android/feature/LimbOverclockingFeature',
|
||||||
'getBrushableBlockCooldown',
|
'getBrushableBlockCooldown',
|
||||||
'(Lnet/minecraft/world/entity/player/Player;)J'
|
'(Lnet/minecraft/world/entity/player/Player;)J'
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user