Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.20.1' into 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaMode committed Apr 15, 2024
2 parents f71575d + a137048 commit ed5af94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
## Use
Porting Lib is split into modules. All modules are available on this maven:
```groovy
maven { url = "https://mvn.devos.one/<type>/" }
maven { url = "https://mvn.devos.one/releases/" }
```
Where `<type>` is either `releases` or `snapshots`.

You can depend on Porting Lib like this once you add the maven:
```groovy
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fabric.loom.multiProjectOptimisation = true

loom_version = 1.4.+

mod_version = 2.3.1
mod_version = 2.3.3

# https://fabricmc.net/develop
minecraft_version = 1.20.1
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"environment": "*",
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": ">=${fabric_version}",
"minecraft": "${minecraft_dependency}",
"java": ">=${java_version}"
},
"custom": {
Expand Down

0 comments on commit ed5af94

Please sign in to comment.