File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments