Changed file structure names

This commit is contained in:
IM23a-cernik
2025-05-09 10:43:15 +02:00
parent bb887a6133
commit da209c63dd
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.kritux.stalinium mod_group_id=net.krituximon.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 HD, Fretux mod_authors=Kris HD, Fretux, Gianimon
# 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.kritux.stalinium; package net.krituximon.stalinium;
import java.util.List; import java.util.List;
import java.util.Set; import java.util.Set;
@@ -1,4 +1,4 @@
package net.kritux.stalinium; package net.krituximon.stalinium;
import org.slf4j.Logger; import org.slf4j.Logger;