Compare commits

..

8 commits

Author SHA1 Message Date
TheClashFruit 9ff81509d9
feat: add workflow
All checks were successful
Build Project / build (push) Successful in 8m39s
2024-01-04 17:24:37 +01:00
Mya ffa67846b6
feat: Add new screenshots to Readme 2023-12-31 15:49:23 +01:00
Mya 779e7bd9ce
fix: Updated the logo's path 2023-12-31 15:40:29 +01:00
Mya e5de2c7de4 merge??? 2023-12-31 15:39:20 +01:00
Mya baa9f0c635 Uploaded some screenshots 2023-12-31 15:38:04 +01:00
Mya 7c070452c2
feat: Add Arctic logo to readme.md 2023-12-31 15:02:15 +01:00
Mya 3ea4bf4e9f merge?? 2023-12-31 14:55:46 +01:00
Mya 84441f0ebc feat: Add dark mode for arctic logo. 2023-12-31 14:54:58 +01:00
8 changed files with 107 additions and 55 deletions

View file

@ -0,0 +1,28 @@
name: Build Project
on:
push:
branches: [ main ]
pull_request:
branches: [ main, dev/* ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17
- name: Make Gradle Executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew clean build
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
path: build/libs/*.jar

View file

@ -1,8 +1,8 @@
<p align="center">
<img alt="Arctic Icon" height="128px" width="128px" src="https://raw.theclashfruit.me/TheClashFruit/Arctic/main/src/main/resources/assets/arctic/icon.png">
<img alt="A submission to ModFest 1.20: Arctic" height="256px" src="https://raw.theclashfruit.me/TheClashFruit/Arctic/main/images/ArcticLogo.svg">
</p>
<h1 align="center">Arctic</h1>
<!--<h1 align="center">Arctic</h1>-->
<p align="center">
<img alt="Issues" src="https://img.shields.io/badge/dynamic/json?color=yellow&label=issues&query=%24.open_issues_count&url=https%3A%2F%2Fgit.theclashfruit.me%2Fapi%2Fv1%2Frepos%2FTheClashFruit%2FArctic">
@ -38,9 +38,23 @@
A mini overhaul of cold biomes. This mod is a submission to ModFest 1.20.
</p>
## Screenshot
<h2 align="center">Screenshots</h2>
<img alt="A group of emperor penguins." height="480" src="https://cdn.modrinth.com/data/mGrSMF7Z/images/ea24c377128da60a04f252ad5f72f7f3b979470e.png">
<p align="center">
<img alt="A group of emperor penguins." height="360" src="https://cdn.modrinth.com/data/mGrSMF7Z/images/ea24c377128da60a04f252ad5f72f7f3b979470e.png">
</p>
<p align="center">
<img alt="Another group of emperor penguins." height="360" src="https://raw.theclashfruit.me/TheClashFruit/Arctic/main/images/GroupOfPenguins.png">
</p>
<p align="center">
<img alt="A young seal and its parent." height="360" src="https://raw.theclashfruit.me/TheClashFruit/Arctic/main/images/BabySealAndParent.png">
</p>
<p align="center">
<img alt="Penguin in a boat." height="360" src="https://raw.theclashfruit.me/TheClashFruit/Arctic/main/images/PenguinInBoat.png">
</p>
## Features

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

61
images/ArcticLogo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

BIN
images/GroupOfPenguins.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 KiB

BIN
images/PenguinInBoat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB