Skip to content

Commit

Permalink
nvm one bug has already been found. fix later
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone committed Jan 20, 2025
1 parent 6ca723b commit ba70e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void effect(@Nullable LivingEntity caster, @Nullable Entity sourceEntity,

if(dilationField != null) {
dilationField.setPos(target.getLocation());
dilationField.setBoundingBox(dilationField.getBoundingBox().inflate(count - 1));
dilationField.setBoundingBox(dilationField.getBoundingBox().inflate(count - 1)); // TODO not inflating bounding box for some reason?
dilationField.extendMaxAge(((int) count - 1) * 20);
ArcanusHelper.copyMagicColor(dilationField, caster);
level.addFreshEntity(dilationField);
Expand Down

0 comments on commit ba70e40

Please sign in to comment.