mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
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
|
||||
|
|
|
@ -12,7 +12,7 @@ loader_version=0.15.11
|
|||
# Mod Properties
|
||||
mod_version=1.2.0.6+1.21-1.21.1
|
||||
maven_group=one.oth3r
|
||||
mod_id=sit!
|
||||
file_name=sit!
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.102.0+1.21.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "oth3r-sit",
|
||||
"id": "sit-oth3r",
|
||||
"version": "${version}",
|
||||
"name": "Sit!",
|
||||
"description": "Adds sitting to minecraft! Endless customizability for hand restrictions and sittable blocks.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue