Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Added Readme
  • Loading branch information
fligger authored Nov 5, 2021
1 parent 32dac01 commit 2535743
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Wurst Autobuild Json Generator
A simple GUI application to generate Wurst compatible autobuild json files.

Popular Minecraft Java Hacked Client [Wurst](https://www.wurstclient.net) introduced it's [AutoBuild](https://wiki.wurstclient.net/autobuild) feature ages ago.
And for some odd reason I always loved this feature. That's why I introduced a Wurst compatible Autobuild feature to my private Minecraft Bedrock Edition client and made this program.

## Features:
- Duplicate layers function
- Displays total blocks
- Select blocks by draging
- Adjustable grid
- responsive GUI

## Screenshot:
![Screenshot of program](https://github.com/fligger/WurstAutobuildGen/blob/master/Screenshot.png?raw=true)

## Troubleshooting:
VCRUNTIME140_1.dll not found:
1. Go to https://support.microsoft.com/en-us/help/2977003
2. Scroll down and download the x64: vc_redist.x64.exe
3. Run the exe and install it
4. Fate Injector should open now

#### This project uses wxWidgets [version 3.1.4](https://wxwidgets.org/news/2020/07/wxwidgets-3.1.4-released/).

0 comments on commit 2535743

Please sign in to comment.