Skip to content

Commit

Permalink
support for series backgrounds, breaking: AthenaItemDefinition rename…
Browse files Browse the repository at this point in the history
…d to ItemDefinition to support more types
  • Loading branch information
FabianFG committed Mar 18, 2020
1 parent 4b3220f commit 5fbaa2e
Show file tree
Hide file tree
Showing 10 changed files with 206 additions and 107 deletions.
46 changes: 27 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### An asset parser for ue4 assets for the jvm written in kotlin

**Note: This project is 100% compatible and usable with java**
**Note: This project is compatible and usable with java but you will need to use different methods**

#### Features
- Load ue4 pak files and provide ways to handle them
Expand Down Expand Up @@ -175,3 +175,6 @@ Texts will be exported with the hotfixed ones
implementation 'me.fungames:JFortniteParseTextHotfixes:1.0'
```

### Contributors
- [Asval](https://github.com/iAmAsval)

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group "me.fungames"
version "2.3.7"
version "2.4"

repositories {
mavenCentral()
Expand Down
Loading

0 comments on commit 5fbaa2e

Please sign in to comment.