移动SeekConfig文件位置
This commit is contained in:
parent
3dbfc82c05
commit
d65ba026f4
3 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.atsuishio.superbwarfare.config.client;
|
||||
package com.atsuishio.superbwarfare.config.server;
|
||||
|
||||
import net.neoforged.neoforge.common.ModConfigSpec;
|
||||
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue