mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 14:19:31 +00:00
gitpod
This commit is contained in:
parent
f867511181
commit
8a6cb3a13e
4 changed files with 19 additions and 1 deletions
7
.gitpod.Dockerfile
vendored
Normal file
7
.gitpod.Dockerfile
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
FROM gitpod/workspace-go
|
||||||
|
|
||||||
|
RUN sudo apt-get -q update && \
|
||||||
|
sudo apt install p7zip-full make && \
|
||||||
|
sudo apt install -yq openjdk-17-jdk
|
||||||
|
|
||||||
|
RUN sudo update-java-alternatives --set java-1.17.0-openjdk-amd64
|
5
.gitpod.yml
Normal file
5
.gitpod.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
image:
|
||||||
|
file: .gitpod.Dockerfile
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- command: make update-packwiz
|
7
Makefile
7
Makefile
|
@ -47,4 +47,9 @@ clean:
|
||||||
-rm -rf .technic
|
-rm -rf .technic
|
||||||
-git gc --aggressive --prune
|
-git gc --aggressive --prune
|
||||||
|
|
||||||
all: curseforge modrinth multimc technic clean
|
all: curseforge modrinth multimc technic clean
|
||||||
|
|
||||||
|
update-packwiz:
|
||||||
|
go install github.com/packwiz/packwiz@latest
|
||||||
|
clear
|
||||||
|
@echo "Packwiz has been Updated"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Vanillia Minecraft
|
# Vanillia Minecraft
|
||||||
|
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/from-referrer/)
|
||||||
This modpack does not add any actual content to the game and is compliant with most server's mod policies.
|
This modpack does not add any actual content to the game and is compliant with most server's mod policies.
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
|
|
Loading…
Reference in a new issue