Skip to content

Commit

Permalink
Merge pull request #17 from agentdid127/master
Browse files Browse the repository at this point in the history
Prerelease 2
  • Loading branch information
CoryBorek authored Jan 16, 2021
2 parents 04fbfbf + 71da77b commit 7168abf
Show file tree
Hide file tree
Showing 114 changed files with 315 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: 1.11
- name: "Get Information"
run: |
echo 'VERSION='$(cat pom.xml | grep "^ <version>.*</version>$" | awk -F'[><]' '{print $3}') >> $GITHUB_ENV
echo 'VERSION='$(cat pom.xml | grep "^ <version>.*</version>$" | awk -F'[><]' '{print $3}')'-pre' >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
56 changes: 56 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [release ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: "Get Information"
run: |
echo 'VERSION='$(cat pom.xml | grep "^ <version>.*</version>$" | awk -F'[><]' '{print $3}') >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
body: |
Release Automatically Generated by software... Please change draft to add changelog.
draft: true
prerelease: false
# Runs a single command using the runners shell
- name: Build Software
run: mvn -B package --file pom.xml

# Runs a set of commands using the runners shell
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./target/ResourcePackConverter.jar
asset_name: ResourcePackConverter.jar
asset_content_type: application/zip
4 changes: 2 additions & 2 deletions docs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>All Packages</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/Converter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Converter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack, class: Converter">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/Main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Main</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack, class: Main">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/Options.PathConverter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Options.PathConverter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack, class: Options, class: PathConverter">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/Options.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Options</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack, class: Options">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/PackConverter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>PackConverter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack, class: PackConverter">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/Util.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Util</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack, class: Util">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/class-use/Converter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Class com.agentdid127.resourcepack.Converter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack, class: Converter">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/class-use/Main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Class com.agentdid127.resourcepack.Main</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack, class: Main">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Class com.agentdid127.resourcepack.Options.PathConverter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack, class: Options, class: PathConverter">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/class-use/Options.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Class com.agentdid127.resourcepack.Options</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack, class: Options">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Class com.agentdid127.resourcepack.PackConverter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack, class: PackConverter">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down Expand Up @@ -178,9 +178,10 @@ <h2>Uses of <a href="../PackConverter.html" title="class in com.agentdid127.reso
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../impl/ModelConverter.html#%3Cinit%3E(com.agentdid127.resourcepack.PackConverter,java.lang.String,int)">ModelConverter</a></span>&#8203;(<a href="../PackConverter.html" title="class in com.agentdid127.resourcepack">PackConverter</a>&nbsp;packConverter,
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../impl/ModelConverter.html#%3Cinit%3E(com.agentdid127.resourcepack.PackConverter,java.lang.String,int,int)">ModelConverter</a></span>&#8203;(<a href="../PackConverter.html" title="class in com.agentdid127.resourcepack">PackConverter</a>&nbsp;packConverter,
java.lang.String&nbsp;lightIn,
int&nbsp;versionIn)</code></th>
int&nbsp;versionIn,
int&nbsp;fromIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/class-use/Util.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Class com.agentdid127.resourcepack.Util</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack, class: Util">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/extra/BomDetector.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>BomDetector</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack.extra, class: BomDetector">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/extra/ImageConverter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>ImageConverter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack.extra, class: ImageConverter">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/extra/PropertiesEx.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>PropertiesEx</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack.extra, class: PropertiesEx">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Class com.agentdid127.resourcepack.extra.BomDetector</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack.extra, class: BomDetector">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Class com.agentdid127.resourcepack.extra.ImageConverter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack.extra, class: ImageConverter">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Class com.agentdid127.resourcepack.extra.PropertiesEx</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack.extra, class: PropertiesEx">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/extra/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>com.agentdid127.resourcepack.extra</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack.extra">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/extra/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>com.agentdid127.resourcepack.extra Class Hierarchy</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="tree: package: com.agentdid127.resourcepack.extra">
<meta name="generator" content="javadoc/PackageTreeWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/agentdid127/resourcepack/extra/package-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>Uses of Package com.agentdid127.resourcepack.extra</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="use: package: com.agentdid127.resourcepack.extra">
<meta name="generator" content="javadoc/PackageUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13) on Mon Sep 28 08:48:34 EDT 2020 -->
<!-- Generated by javadoc (13) on Sat Dec 05 11:17:39 EST 2020 -->
<title>AnimationConverter</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-09-28">
<meta name="dc.created" content="2020-12-05">
<meta name="description" content="declaration: package: com.agentdid127.resourcepack.impl, class: AnimationConverter">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Loading

0 comments on commit 7168abf

Please sign in to comment.