Update README.md

This commit is contained in:
0siribix 2021-01-26 01:02:41 -06:00 committed by GitHub
parent 747969af32
commit ccb7b89a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,55 +18,13 @@ If you can fly, then you don't have to build to place a node. You can just fly u
## Gallery
![Balloonblocks in the game](images/balloonblocks_ingame_all2.png)
![Balloonblocks in the game](images/balloon_blocks_collection.png)
![Balloonblocks in the game](images/balloonblocks_ingame_all3.png)
![Balloonblocks in the game](images/glowing_collection.png)
![Balloonblocks in the game](images/balloonblocks_ingame_all_glowing.png)
![Balloonblocks in the game](images/balloon_blocks_v2.png)
![Balloonblocks in the game](images/balloonblocks_ingame_red.png)
![Balloonblocks in the game](images/balloonblocks_ingame_yellow.png)
![Balloonblocks in the game](images/balloonblocks_ingame_green.png)
![Balloonblocks in the game](images/balloonblocks_ingame_blue.png)
![Balloonblocks in the game](images/balloonblocks_ingame_black.png)
![Balloonblocks in the game](images/balloonblocks_ingame_white.png)
![Balloonblocks in the game](images/balloonblocks_ingame_orange.png)
![Balloonblocks in the game](images/balloonblocks_ingame_purple.png)
![Balloonblocks in the game](images/balloonblocks_ingame_pink.png)
![Balloonblocks in the game](images/balloonblocks_ingame_grey.png)
![Balloonblocks in the game](images/balloonblocks_ingame_brown.png)
![Crafting a red balloonblock](images/balloonblocks_crafting_red.png)
![Crafting a yellow balloonblock](images/balloonblocks_crafting_yellow.png)
![Crafting a green balloonblock](images/balloonblocks_crafting_green.png)
![Crafting a blue balloonblock](images/balloonblocks_crafting_blue.png)
![Crafting a black balloonblock](images/balloonblocks_crafting_black.png)
![Crafting a white balloonblock](images/balloonblocks_crafting_white.png)
![Crafting a orange balloonblock](images/balloonblocks_crafting_orange.png)
![Crafting a purple balloonblock](images/balloonblocks_crafting_purple.png)
![Crafting a pink balloonblock](images/balloonblocks_crafting_pink.png)
![Crafting a grey balloonblock](images/balloonblocks_crafting_grey.png)
![Crafting a brown balloonblock](images/balloonblocks_crafting_brown.png)
![Balloonblocks in the game](images/balloonblocks_crafting_red.png)
## Installing
@ -99,13 +57,23 @@ You have now installed the balloonblocks mod, don't forget to enable it.
1. Install [Git](https://git-scm.com/).
1. Open a command prompt on your computer.
1. Change directory into [minetest mod directory](https://wiki.minetest.net/Installing_Mods).
1. Then type `git clone https://github.com/TBSHEB/minetest-balloon-blocks.git` and hit enter.
1. Then type `git clone https://github.com/0siribix/balloonblocks.git` and hit enter.
You have now installed the balloonblocks mod, don't forget to enable it.
## Change Log
* 2020-06-20: v1.3.1 - Fixed glowing placement
* 2021-01-25: v2.0.0 - Nearly entirely rewritten and optimized
* Adjusted placement 0.5 higher as it sometimes felt like it placed the block under the one you were pointing at
* Replaced all repeating/redundant code with loops
* Replaced Pink and Purple with Magenta and Violet to allow for more optimized code
* Added toggleable backward compatibility with the Pink and Purple balloons
* Replaced individual 256x256 textures with a single 32x32 and use in-game colorize to produce the different colors
* Dulled each of the colors so there is less of a contrast shock
* Added GUI/configfile settings for crafting ingredients, brightness, and backward compat
* Compatible with protection now (v1 allowed placing blocks in protected areas)
* Modified recipe to use 1 dye per balloon and 1 dye + 2 torches for glowing balloons
* 2020-06-20: v1.3.0 - Added glowing balloonblocks of all colours
* 2020-06-18: v1.2.0
* Added grey, pink, and brown balloonblocks
@ -115,6 +83,10 @@ You have now installed the balloonblocks mod, don't forget to enable it.
* 2020-06-11: v1.1.0 - Added black, white, orange, and purple balloonblocks
* 2020-06-09: v1.0.0 - Initial release
## TODO
* Add localization support
* Add rubber as a craftable and main ingredient for crafting balloons
## License
MIT License