forked from virt-mirrors/Sit
actually change the modid to sit-oth3r
This commit is contained in:
parent
98c841b875
commit
0ff8f44f89
3 changed files with 4 additions and 5 deletions
|
@ -10,7 +10,7 @@ version = project.mod_version
|
|||
group = project.maven_group
|
||||
|
||||
base {
|
||||
archivesName = project.mod_id
|
||||
archivesName = project.file_name
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -40,8 +40,7 @@ processResources {
|
|||
version : project.version,
|
||||
minecraft_version : minecraft_version,
|
||||
min_minecraft_version : min_minecraft_version,
|
||||
loader_version : loader_version,
|
||||
mod_id : mod_id
|
||||
loader_version : loader_version
|
||||
]
|
||||
|
||||
inputs.properties replaceProperties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue