Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelaux committed Aug 5, 2021
2 parents a16ff05 + 5784b37 commit 3f2b42c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
GasLirary
========
`GasLirary` is a Mindustry java mod library for making new content type: Gas.
<img width="960" alt="banner2" src="https://user-images.githubusercontent.com/58040045/128306487-250b2dab-ded6-4fa0-a582-d4e99bb67098.png">

### Usage/Examples
###### Gas creating
Gas is created in the same way as Item or Liquid, but in terms of parameters it is very similar to Liquid
Expand Down Expand Up @@ -97,13 +99,13 @@ Depend via Maven:
<dependency>
<groupId>com.github.Zelaux.GasLirary</groupId>
<artifactId>core</artifactId>
<version>v1.2</version>
<version>v1.3</version>
</dependency>
```
or Gradle:
```groovy
dependencies {
implementation 'com.github.Zelaux.GasLirary:v1.2'
implementation 'com.github.Zelaux.GasLirary:v1.3'
}
```

Expand Down

0 comments on commit 3f2b42c

Please sign in to comment.