移动SeekConfig文件位置

This commit is contained in:
Light_Quanta 2025-05-27 01:14:34 +08:00
parent 3dbfc82c05
commit d65ba026f4
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,5 @@
package com.atsuishio.superbwarfare.config;
import com.atsuishio.superbwarfare.config.client.SeekConfig;
import com.atsuishio.superbwarfare.config.server.*;
import net.neoforged.neoforge.common.ModConfigSpec;

View file

@ -1,4 +1,4 @@
package com.atsuishio.superbwarfare.config.client;
package com.atsuishio.superbwarfare.config.server;
import net.neoforged.neoforge.common.ModConfigSpec;

View file

@ -1,6 +1,6 @@
package com.atsuishio.superbwarfare.tools;
import com.atsuishio.superbwarfare.config.client.SeekConfig;
import com.atsuishio.superbwarfare.config.server.SeekConfig;
import com.atsuishio.superbwarfare.entity.projectile.DecoyEntity;
import com.atsuishio.superbwarfare.entity.projectile.DestroyableProjectileEntity;
import com.atsuishio.superbwarfare.entity.projectile.SmokeDecoyEntity;