mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-02-05 15:02:24 +01:00
ok might possibly do something maybe
This commit is contained in:
parent
1aa6aae4ab
commit
8bf2a0d278
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -36,4 +36,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: YAPFA-${{ matrix.java }}
|
||||
path: yapfa-paperclip.jar
|
||||
path: target/YAPFA-1.16.1-paperclip.jar
|
||||
|
@ -44,7 +44,7 @@ ### villager.villagersHideAtNight
|
||||
``Default``:``false`` Addon for ``villager.simplerVillagerBehavior``, gives villagers the ability to drink an invisibility potion like wandering traders at night to make it less likely for them to be killed since (for now) they don't stay at the village/use their houses at night and no ability for them to respawn.
|
||||
|
||||
## Building and setting up
|
||||
Run the following commands in the root directory:
|
||||
Run the following command in the root directory:
|
||||
|
||||
```
|
||||
./yapfa jar
|
||||
|
@ -25,7 +25,7 @@ vanillajar="$paperworkdir/Minecraft/$mcver/$mcver.jar"
|
||||
mvn clean package "-Dmcver=$mcver" "-Dpaperjar=$serverjar" "-Dvanillajar=$vanillajar"
|
||||
)
|
||||
mkdir -p "$basedir/target"
|
||||
cp "$paperworkdir/Paperclip/assembly/target/paperclip-${mcver}.jar" "$basedir/target/YAPFA-${mcver}-launcher.jar"
|
||||
cp "$paperworkdir/Paperclip/assembly/target/paperclip-${mcver}.jar" "$basedir/target/YAPFA-${mcver}-paperclip.jar"
|
||||
|
||||
echo ""
|
||||
echo " $(bashcolor 1 32)Success$(bashcolorend) - Saved launcher jar to target/YAPFA-${mcver}-launcher.jar"
|
||||
|
Loading…
Reference in New Issue
Block a user