readd beacon effect cause
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
if (!(this.level() instanceof ServerLevel)) {
|
||||
this.level().setSkyFlashTime(2);
|
||||
- } else if (!this.visualOnly) {
|
||||
+ } else if (!this.visualOnly && !this.isEffect) { // Paper - Properly handle lightning effects api
|
||||
+ } else if (!this.visualOnly && !this.isEffect) { // Paper - Properly handle lightning effects api
|
||||
List<Entity> entities = this.level()
|
||||
.getEntities(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user