Skip to content

Commit ffe3f12

Browse files
authored
Merge pull request #8859 from Karis-tlg/main
Fix action
2 parents 853aff5 + f109018 commit ffe3f12

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

.github/workflows/conversion-request.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,10 @@ jobs:
9898
python-version: '3.11'
9999
- name: Install dependencies
100100
run: |
101-
sudo apt-get install -y moreutils zip
101+
sudo apt-get update || sudo apt-get update --fix-missing
102+
sudo apt-get install -y moreutils zip imagemagick
102103
yarn global add spritesheet-js
103-
sudo apt-get install -y imagemagick
104-
pip install Pillow
105-
pip install requests
106-
pip install jproperties
104+
pip install Pillow requests jproperties
107105
- name: Convert Pack
108106
id: convert-pack
109107
continue-on-error: false

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
## New Project
2-
[Furnace](https://discord.gg/4jvpVGpeBE)
1+
### This project is no longer maintained. Check out our new project below!
2+
3+
## Furnace – Resource Pack Conversion Tool
4+
5+
### How to Use
6+
7+
- Join our Discord [here](https://discord.gg/4jvpVGpeBE).
8+
- Upload your Java resource pack to the designated support channel.
9+
- Furnace bot automatically processes the file and converts it to a Geyser-compatible format.
10+
- Download and use the converted pack in Minecraft Bedrock via Geyser.
11+
12+
### Contact & Support
13+
14+
- Join our Discord: [Furnace Discord](https://discord.gg/4jvpVGpeBE) for updates and assistance.
15+
- Community Discussions: Share feedback, report issues, and suggest improvements directly on our server.
316

417
### Todo-List
518
- Support Custom Block (Ready for test and use)

0 commit comments

Comments
 (0)