Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit b4d289f

Browse files
committed
Release for v1.21.90 (downloads below)
Changelog: - Update for v1.21.90 - Move files into src to prevent Smort™ people from downloading repo content as zip - Remove color symbols from manifest - Update release notes template and README - TODO: Scatter source files Made possible thanks to: @Stivusik , @Andexter8 , @Hamsteroonie
1 parent 9522cde commit b4d289f

File tree

11 files changed

+56
-43
lines changed

11 files changed

+56
-43
lines changed

.DOWNLOADS-ARE-BELOW-SROLL-DOWN/blank-file

Whitespace-only changes.

.github/workflows/make_mcpack.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths-ignore:
88
- ".github/**"
99
- ".gitignore"
10+
workflow_dispatch:
1011

1112
jobs:
1213
create-release:
@@ -30,27 +31,28 @@ jobs:
3031
3132
- name: Make ZIP for MCPACK
3233
run: |
33-
zip -r oreui-utilities.zip.mcpack * -x "*.git*" ".github/*" ".gitignore" "last_sha256.txt" "README.md"
34+
cp CREDITS.txt src
35+
pushd src
36+
zip -r "../oreui-utilities.zip.mcpack" * -x "*.git*" ".github/*" ".gitignore" "last_sha256.txt" "README.md"
37+
popd
3438
3539
- name: Upload to release
3640
env:
3741
GH_TOKEN: ${{ GITHUB.TOKEN }}
3842
run: |
3943
cat <<EOF > release-notes.md
40-
Made by @Stivusik and @Hamsteroonie ($(TZ='Asia/Dhaka' date +'%Y%m%d_%H%M') +06)
44+
![Hits](https://hits.sh/github.com/faizul726/oreui-utilities.svg?label=Views&logo=github)
45+
Made by @Stivusik, @Andexter8 and @Hamsteroonie ($(TZ='Asia/Dhaka' date +'%Y%m%d_%H%M') +06)
4146
> [!WARNING]
4247
> **ONLY WORKS with MBL2/Draco Patched Minecraft and [MB Loader](https://play.google.com/store/apps/details?id=io.bambosan.mbloader).**
43-
> Download is below **Assets**
44-
45-
### What's new?
46-
* Added The End default spawn (PR #1)
47-
* Added Old and Void world type (PR #1)
48+
> I haven't tested it myself.
49+
> Download is below **Assets**.
4850
4951
### Known issues:
50-
* Only en_US text for Old world type is added. Other languages will show placeholder text. Will add new languages in next update.
52+
* Only en_US text for Old world type is added. Other languages will show placeholder text. I will not add other languages anytime soon.
5153
5254
<details>
53-
<summary><h3>Screenshots</h3></summary>
55+
<summary><h3>Screenshots (click to expand)</h3></summary>
5456
5557
<img src="https://github.com/user-attachments/assets/5d3f2237-d9fd-46dd-ac95-ab498dd77d2d" alt="Screenshot_20250325-234031_MB Loader">
5658
</br>

CREDITS.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contributors of OreUI Utilities texture pack
2+
3+
> SOURCE: https://github.com/faizul726/oreui-utilities
4+
> DO NOT REDISTRIBUTE OR MIRROR ANYWHERE ELSE!
5+
6+
**Stivusik**
7+
https://github.com/Stivusik
8+
9+
**Andexter8**
10+
https://github.com/Andexter8
11+
12+
**Hamsteroonie**
13+
https://github.com/Hamsteroonie
14+
15+
**Murgi**
16+
https://github.com/faizul726

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img src="https://github.com/user-attachments/assets/505656e2-4329-4c8e-9c99-de1444b277df" alt="Logo" width="80" height="80">
33
<h1>OreUI Utilities</h1>
4-
<p>✨ Made by <a href="https://github.com/Stivusik">@Stivusik</a> and <a href="https://github.com/Hamsteroonie">@Hamsteroonie</a></p>
4+
<p>✨ Made by <a href="https://github.com/Stivusik">@Stivusik</a>, <a href="https://github.com/Andexter8">@Andexter8</a> and <a href="https://github.com/Hamsteroonie">@Hamsteroonie</a></p>
55
<a href="https://github.com/faizul726/oreui-utilities/releases">
66
<a href="https://hits.sh/github.com/faizul726/oreui-utilities/"><img alt="Hits" src="https://hits.sh/github.com/faizul726/oreui-utilities.svg?label=Views&logo=github"/></a>ㅤ<img src="https://img.shields.io/github/downloads/faizul726/oreui-utilities/total.svg?label=Downloads&color=purple" alt="Downloads">
77
</a>
@@ -20,7 +20,8 @@
2020
> - [MB Loader](https://play.google.com/store/apps/details?id=io.bambosan.mbloader) is also supported.
2121
2222
### 📥️ Downloads
23-
`Last updated: May 21, 2025`
23+
`Last updated: June 20, 2025`
24+
* [For v1.21.90 - v1.21.92](https://github.com/faizul726/oreui-utilities/releases/tag/v1.21.90) (it may work on newer versions not mentioned here)
2425
* [For v1.21.80 - v1.21.82](https://github.com/faizul726/oreui-utilities/releases/tag/v1.21.80)
2526
* [For v1.21.72 - v1.21.73](https://github.com/faizul726/oreui-utilities/releases/tag/v1.21.72)
2627
* [For v1.21.70 - v1.21.71](https://github.com/faizul726/oreui-utilities/releases/tag/v1.21.70)
@@ -36,15 +37,8 @@
3637
* Create Void and Legacy 256x256 world from world creation screen -> Advanced tab (Made possible thanks to [@Hamsteroonie](https://github.com/Hamsteroonie))
3738
* Set default spawn location to The End from world creation screen -> Debug tab (Also thanks to Hamsteroonie)
3839

39-
<details>
40-
<summary><h3>🖼️ Screenshots</h3></summary>
41-
42-
<img src="https://github.com/user-attachments/assets/5d3f2237-d9fd-46dd-ac95-ab498dd77d2d" alt="Screenshot_20250325-234031_MB Loader">
43-
</br>
44-
<img src="https://github.com/user-attachments/assets/bc2bebc0-c6a5-4f4c-af5a-0b5841093660" alt="Screenshot_20250325-234102_MB Loader">
45-
</br>
46-
<img src="https://github.com/user-attachments/assets/830e9183-8dd0-4775-9254-7d4248ca6683" alt="ResizedImage_2025-03-25_23-49-19_1106">
47-
</br>
48-
<img src="https://github.com/user-attachments/assets/a1b65d02-2601-4416-a815-443d6a36fa69" alt="image">
49-
</br>
50-
</details>
40+
### 🖼️ Screenshots
41+
![](https://github.com/user-attachments/assets/5d3f2237-d9fd-46dd-ac95-ab498dd77d2d)
42+
![](https://github.com/user-attachments/assets/bc2bebc0-c6a5-4f4c-af5a-0b5841093660)
43+
![](https://github.com/user-attachments/assets/830e9183-8dd0-4775-9254-7d4248ca6683)
44+
![](https://github.com/user-attachments/assets/a1b65d02-2601-4416-a815-443d6a36fa69)

hbui/index-07a21.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

last_sha256.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ index-41cdf.js: 3E984701A11AC3D37941A7B7CD5F41DC717E1866983D430B418FBF761F345165
22
index-7e993.js: A00344205F5FF173A516318D43E2C96578A7FBDBE44052943170B80E7D1A3B54
33
index-d6df7.js: f2564b35239c9f1e9d5354c3774e3d73f553c5782459f97ecb5b891079704a3a v1.21.70
44
index-999cc.js: 495ff53938335d11d4136decf4831414c79181748250d7194e82557d6a4adc1f v1.21.72
5-
index-07a21.js: a45759d67df60ac44c01be64391c9267176fefebc3990519b54d5bcfd984ebfb v1.21.80
5+
index-07a21.js: a45759d67df60ac44c01be64391c9267176fefebc3990519b54d5bcfd984ebfb v1.21.80
6+
index-cf3ef66278c52a99cc8c: 123C646ED5E34C2C2B179CBE87DB0B979A66AF49DDC7DB1F77B77660A841D8ED v1.21.90

manifest.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/hbui/index-cf3ef66278c52a99cc8c.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/manifest.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"format_version": 2,
3+
"header": {
4+
"name": "OreUI Utilities for v1.21.90+",
5+
"description": "Only works with MBL2/Draco patched Minecraft and MB Loader!\nUnhides various elements of OreUI\nMade possible thanks to @Stivusik, @Andexter8 and @Hamsteroonie.\nfaizul726.github.io/oreui-utilities§r\nBorn on 20241109",
6+
"uuid": "e6475b4f-7b33-026f-b383-996b06d0e943",
7+
"version": [ 1, 21, 90 ],
8+
"min_engine_version": [ 1, 21, 90 ]
9+
},
10+
"modules": [
11+
{
12+
"type": "resources",
13+
"uuid": "123a1a96-2fc7-2777-3ebd-83afb3ab2c48",
14+
"version": [ 1, 21, 90 ]
15+
}
16+
]
17+
}
File renamed without changes.

0 commit comments

Comments
 (0)