d0f8401 Update build.yml, .gitignore, and 28 more files...

Authored and Committed by shovelware 2 years ago
30 files changed. 888 lines added. 1 lines removed.
.github/workflows/build.yml
file added
+39
.gitignore
file added
+33
LICENSE
file added
+121
README.md
file modified
+3 -1
build.gradle
file added
+77
gradle.properties
file added
+16
gradle/wrapper/gradle-wrapper.jar
file added
+0
gradle/wrapper/gradle-wrapper.properties
file added
+5
gradlew
file added
+234
gradlew.bat
file added
+89
settings.gradle
file added
+10
src/main/java/pumpkintools/PumkinHoe.java
file added
+13
src/main/java/pumpkintools/PumpkinMaterial.java
file added
+118
src/main/java/pumpkintools/PumpkinTools.java
file added
+46
src/main/resources/assets/pumpkintools/models/item/pumpkin_axe.json
file added
+1
src/main/resources/assets/pumpkintools/models/item/pumpkin_hoe.json
file added
+1
src/main/resources/assets/pumpkintools/models/item/pumpkin_pickaxe.json
file added
+1
src/main/resources/assets/pumpkintools/models/item/pumpkin_shovel.json
file added
+1
src/main/resources/assets/pumpkintools/models/item/pumpkin_sword.json
file added
+1
src/main/resources/assets/pumpkintools/textures/items/pumpkin_axe.png
file added
+0
src/main/resources/assets/pumpkintools/textures/items/pumpkin_hoe.png
file added
+0
src/main/resources/assets/pumpkintools/textures/items/pumpkin_pickaxe.png
file added
+0
src/main/resources/assets/pumpkintools/textures/items/pumpkin_shovel.png
file added
+0
src/main/resources/assets/pumpkintools/textures/items/pumpkin_sword.png
file added
+0
src/main/resources/data/pumpkintools/recipes/pumpkin_axe.json
file added
+19
src/main/resources/data/pumpkintools/recipes/pumpkin_hoe.json
file added
+19
src/main/resources/data/pumpkintools/recipes/pumpkin_pickaxe.json
file added
+1
src/main/resources/data/pumpkintools/recipes/pumpkin_shovel.json
file added
+1
src/main/resources/data/pumpkintools/recipes/pumpkin_sword.json
file added
+1
src/main/resources/fabric.mod.json
file added
+38
file added
+33
file added
+121
file modified
+3 -1
file added
+77
file added
+16
empty file added
file added
+234
file added
+89
file added
+10