Compare commits
9 Commits
alpha-0.0.
...
1.21.11-0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af24df5e2d | ||
|
|
87ff52f993 | ||
|
|
c1b730a19e | ||
|
|
163c4e3320 | ||
|
|
8690261928 | ||
|
|
365bb2c2c9 | ||
|
|
0135f1b74a | ||
| 3ecaebbd05 | |||
|
|
3819360839 |
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Release CheapMC
|
||||
name: Release CheapDesign
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -7,6 +7,8 @@ on:
|
||||
- "version.txt"
|
||||
- "pack/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -22,16 +24,22 @@ jobs:
|
||||
VERSION=$(cat version.txt | tr -d '\n')
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: build CheapMC
|
||||
# -------- ZIP BUILD --------
|
||||
- name: Build Java texture packs
|
||||
run: |
|
||||
cd pack
|
||||
zip -r ../CheapMC-${{ steps.version.outputs.version }}.zip .
|
||||
zip -r ../CheapDesign-${{ steps.version.outputs.version }}.zip .
|
||||
cd ..
|
||||
cp CheapDesign-${{ steps.version.outputs.version }}.zip CheapMC-${{ steps.version.outputs.version }}.zip
|
||||
|
||||
- name: GitHub Release erstellen
|
||||
# -------- GITHUB RELEASE --------
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ steps.version.outputs.version }}
|
||||
name: CheapMC ${{ steps.version.outputs.version }}
|
||||
files: CheapMC-${{ steps.version.outputs.version }}.zip
|
||||
name: CheapDesign ${{ steps.version.outputs.version }}
|
||||
files: |
|
||||
CheapDesign-${{ steps.version.outputs.version }}.zip
|
||||
CheapMC-${{ steps.version.outputs.version }}.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
63
.github/workflows/build_preview.yml
vendored
Normal file
63
.github/workflows/build_preview.yml
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
name: Pre-Release CheapDesign (Preview)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "dev" ]
|
||||
paths:
|
||||
- "version.txt"
|
||||
- "pack/**"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
prerelease:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# -------- VERSION --------
|
||||
- name: Read version
|
||||
id: version
|
||||
run: |
|
||||
VERSION=$(cat version.txt | tr -d '\n')
|
||||
PREVIEW_VERSION="${VERSION}-preview"
|
||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||
echo "preview_version=$PREVIEW_VERSION" >> $GITHUB_OUTPUT
|
||||
|
||||
# -------- ZIP BUILD --------
|
||||
- name: Build Java texture packs
|
||||
run: |
|
||||
cd pack
|
||||
zip -r ../CheapDesign-${{ steps.version.outputs.preview_version }}.zip .
|
||||
cd ..
|
||||
cp CheapDesign-${{ steps.version.outputs.preview_version }}.zip CheapMC-${{ steps.version.outputs.preview_version }}.zip
|
||||
|
||||
# -------- DELETE OLD PRE-RELEASES (KEEP 5) --------
|
||||
- name: Cleanup old pre-releases
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release list --limit 100 \
|
||||
--json tagName,isPrerelease,createdAt \
|
||||
--jq '.[] | select(.isPrerelease==true) | .tagName' \
|
||||
| tail -n +6 \
|
||||
| while read tag; do
|
||||
echo "Deleting old pre-release: $tag"
|
||||
gh release delete "$tag" -y
|
||||
done
|
||||
|
||||
# -------- GITHUB PRE-RELEASE --------
|
||||
- name: Create GitHub Pre-Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ steps.version.outputs.preview_version }}
|
||||
name: CheapDesign ${{ steps.version.outputs.preview_version }}
|
||||
prerelease: true
|
||||
files: |
|
||||
CheapDesign-${{ steps.version.outputs.preview_version }}.zip
|
||||
CheapMC-${{ steps.version.outputs.preview_version }}.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
44
README.md
44
README.md
@@ -1,2 +1,44 @@
|
||||
# CheapMC
|
||||
Very Cheap Minecraft
|
||||
|
||||
**CheapMC** is a Minecraft resource pack that represents the game in a deliberately cheap and low-quality visual style. The project is inspired by low-cost online shops that often deliver products with poor quality and inconsistent appearance.
|
||||
|
||||
|
||||
|
||||
This is the **official** [**GitHub Repository**](https://github.com/deutschich/CheapMC). Feel free to contribute to the project with creating own textures and add them with a [Pull Request on the official GitHub](https://github.com/deutschich/CheapMC/pulls) to add them to the **Official Pack**! (Please pull into the `dev` Branch and **not** into the `main` Branch)
|
||||
|
||||
## Development Status
|
||||
|
||||
CheapMC is currently in an **early alpha stage**. At this stage, only a small number of textures differ from the original Minecraft textures. Most of the vanilla visuals remain unchanged, and new textures are added gradually over time.
|
||||
|
||||
## Design Philosophy
|
||||
|
||||
The goal of CheapMC is to reinterpret selected Minecraft textures with a cheap, imperfect, and mass-produced aesthetic. The resource pack does not aim to fully replace Minecraft’s original visual identity, but instead modifies individual elements step by step.
|
||||
|
||||
All textures included in this resource pack are **hand-pixelled** and created manually.
|
||||
|
||||
## Updates
|
||||
|
||||
CheapMC is an **actively developed** project. The resource pack will receive regular updates, adding new textures and adjusting existing ones as development continues.
|
||||
|
||||
## License
|
||||
|
||||
CheapMC is released under the **Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)** license.
|
||||
|
||||
You are allowed to:
|
||||
|
||||
* Share the resource pack
|
||||
* Modify and adapt the textures
|
||||
|
||||
Under the following conditions:
|
||||
|
||||
* Proper credit must be given
|
||||
* Derivative works must be licensed under CC BY-SA 4.0
|
||||
|
||||
## Project Information
|
||||
|
||||
* **Name:** CheapMC
|
||||
* **Type:** Minecraft Resource Pack
|
||||
* **Status:** Alpha
|
||||
* **Texture Style:** Cheap / low-quality inspired
|
||||
* **Creation Method:** Hand-pixelled
|
||||
* **License:** CC BY-SA 4.0
|
||||
|
||||
Reference in New Issue
Block a user