Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceclouds42 committed Jun 16, 2021
1 parent 4924e99 commit 618a406
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
```kotlin
repositories {
maven {
name = "JitPack"
url = uri("https://jitpack.io")
name = "Modrinth"
url = uri("https://api.modrinth.com/maven")
}
}

dependencies {
// Ekho
modImplementation("com.github.SpaceServe:spaceserve-ekho:0.3.2")
include("com.github.SpaceServe:spaceserve-ekho:0.3.2")
modImplementation("maven.modrinth:ekho:0.3.2")
include("maven.modrinth:ekho:0.3.2")
}
```
### 2. ???
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ plugins {
id("io.gitlab.arturbosch.detekt")
id("org.jetbrains.dokka")
kotlin("jvm")
`maven-publish`
}

repositories {
Expand Down
4 changes: 0 additions & 4 deletions jitpack.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package us.spaceclouds42.ekho
package org.spaceserve.ekho

import net.minecraft.entity.Entity
import net.minecraft.entity.EntityType
Expand Down
10 changes: 7 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
"authors": [
"SpaceClouds42"
],
"contributors": [
"rx (RitikShah)",
"Potatoboy (PotatoPresident)"
],
"contact": {
"homepage": "https://github.com/SpaceClouds42/ekho/wiki",
"sources": "https://github.com/SpaceClouds42/ekho",
"issues": "https://github.com/SpaceClouds42/ekho/issues"
"homepage": "https://github.com/SpaceServe/spaceserve-ekho/wiki",
"sources": "https://github.com/SpaceServe/spaceserve-ekho",
"issues": "https://github.com/SpaceServe/spaceserve-ekho/issues"
},
"license": "LGPL-3.0",
"icon": "assets/ekho/icon.png",
Expand Down

0 comments on commit 618a406

Please sign in to comment.