1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2026-01-06 15:41:51 +00:00

Fix main class package

This commit is contained in:
RednedEpic
2023-06-01 21:54:06 -05:00
parent 409050a085
commit c56a6738c0

View File

@@ -24,7 +24,7 @@
*
*/
package org.geysermc.packconverter.bootstrap;
package org.geysermc.pack.converter.bootstrap;
import org.geysermc.pack.converter.PackConverter;
import org.geysermc.pack.converter.converter.Converters;