-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Readme
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). |