fix
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build --no-daemon
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: MoreSpearEnchantments
|
||||
path: build/libs/*.jar
|
||||
retention-days: 30
|
||||
|
||||
|
||||
|
||||
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
<h1 align="left"><strong> More Spear Enchantments (Paper/Pupur/Folia)</strong></h1>
|
||||
<p align="left">
|
||||
<img alt="modrinth" height="35" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/modrinth_vector.svg"><img alt="curseforge" height="35" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/curseforge_vector.svg"><img alt="fabric" height="35" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/supported/fabric_vector.svg">
|
||||
</p>
|
||||
|
||||
[gitea repo](https://git.sillyangel.dev/angel/mse-paper)
|
||||
|
||||
[fabric/neoforge port](https://git.sillyangel.dev/angel/more-spear-enchants)
|
||||
|
||||
[forge port](https://git.sillyangel.dev/angel/mse-forge/)
|
||||
|
||||
[curseforge page](https://www.curseforge.com/minecraft/mc-mods/more-spear-enchantments)
|
||||
|
||||
[modrinth page](https://modrinth.com/mod/more-spear-enchantments)
|
||||
|
||||
[github mirror](https://github.com/sillyangel/more-spear-enchants/)
|
||||
Reference in New Issue
Block a user