Initial Commit

Added the ability to craft chainmail using chains.
This commit is contained in:
Paul Reilly
2020-07-10 21:32:38 -05:00
parent e346f15b58
commit c6a770a1fa
16 changed files with 235 additions and 0 deletions

BIN
target/Chainmail.jar Normal file

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,6 @@
name: Chainmail
main: dev.coomware.Chainmail
version: 1.0.0-FINAL
description: Plugin which adds a recipe for chainmail armor using chains.
author: CoomWare
api-version: 1.16

View File

@ -0,0 +1,5 @@
#Generated by Maven
#Fri Jul 10 20:54:50 CDT 2020
version=1.0-SNAPSHOT
groupId=dev.coomware
artifactId=Chainmail

View File

@ -0,0 +1 @@
dev\coomware\Chainmail.class

View File

@ -0,0 +1 @@
C:\Users\Nilbog\Documents\NetBeansProjects\Chainmail\src\main\java\dev\coomware\Chainmail.java