调整阔剑功能
This commit is contained in:
parent
1ed4a43721
commit
66333b050e
1 changed files with 3 additions and 1 deletions
|
@ -196,9 +196,11 @@ public class ClaymoreEntity extends Entity implements GeoEntity, AnimatedEntity,
|
||||||
}
|
}
|
||||||
|
|
||||||
ModUtils.queueServerWork(1, () -> {
|
ModUtils.queueServerWork(1, () -> {
|
||||||
if (!level.isClientSide())
|
if (!level.isClientSide()) {
|
||||||
triggerExplode();
|
triggerExplode();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue