Changed file structure names

This commit is contained in:
IM23a-cernik
2025-05-09 09:36:03 +02:00
parent 59c31b5046
commit bb887a6133
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ mod_version=0.0.1
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources. # This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html # See https://maven.apache.org/guides/mini/guide-naming-conventions.html
mod_group_id=net.fgk.stalinium mod_group_id=net.kritux.stalinium
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list. # The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
mod_authors=Kris, Fretux, Gianimon mod_authors=Kris HD, Fretux
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list. # The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
mod_description=Adds Stalinium mod_description=Adds Stalinium
@@ -1,4 +1,4 @@
package net.fgk.stalinium; package net.kritux.stalinium;
import java.util.List; import java.util.List;
import java.util.Set; import java.util.Set;
@@ -1,4 +1,4 @@
package net.fgk.stalinium; package net.kritux.stalinium;
import org.slf4j.Logger; import org.slf4j.Logger;