Textures addition and main source comment update
@ -1,2 +1,6 @@
|
|||||||
# hotbar
|
# hotbar
|
||||||
Minetest mod that allows to set the hotbar slots number
|
Minetest mod that allows to set the hotbar slots number
|
||||||
|
|
||||||
|
[![download](https://img.shields.io/github/tag/askotos/hotbar.svg?style=flat-square&label=release)](https://github.com/askotos/hotbar/archive/master.zip)
|
||||||
|
[![git](https://img.shields.io/badge/git-project-green.svg?style=flat-square)](https://github.com/askotos/hotbar)
|
||||||
|
[![bower](https://img.shields.io/badge/bower-mod-green.svg?style=flat-square)](http://minetest-bower.herokuapp.com/mods/hotbar)
|
||||||
|
14
init.lua
@ -1,5 +1,5 @@
|
|||||||
-- Minetest Mod: hotbar
|
-- Minetest Mod: hotbar
|
||||||
-- Version: 0.1.2
|
-- Version: 0.1.3
|
||||||
-- Licence(s): see the attached license.txt file
|
-- Licence(s): see the attached license.txt file
|
||||||
-- Author: aristotle, a builder on the Red Cat Creative Server
|
-- Author: aristotle, a builder on the Red Cat Creative Server
|
||||||
--
|
--
|
||||||
@ -9,7 +9,7 @@
|
|||||||
-- hotbar [size]
|
-- hotbar [size]
|
||||||
--
|
--
|
||||||
-- By itself, hotbar types the hotbar slots number in the chat;
|
-- By itself, hotbar types the hotbar slots number in the chat;
|
||||||
-- when it is followed by a number in the correct range that is now [1,16],
|
-- when it is followed by a number in the correct range that is now [1,23],
|
||||||
-- the command accordingly sets the new slots number.
|
-- the command accordingly sets the new slots number.
|
||||||
--
|
--
|
||||||
-- Features:
|
-- Features:
|
||||||
@ -17,8 +17,12 @@
|
|||||||
-- the "hotbar_slots" key in the configuration file.
|
-- the "hotbar_slots" key in the configuration file.
|
||||||
--
|
--
|
||||||
-- Changelog:
|
-- Changelog:
|
||||||
|
-- 0.1.3
|
||||||
|
-- - New update to assure the full API support because the version 0.1.2
|
||||||
|
-- update seems to have gone wrong for some reason. (SORRY)
|
||||||
|
-- The accepted slots number should now be in the range [1,23]!
|
||||||
-- 0.1.2
|
-- 0.1.2
|
||||||
-- - Some of the existing textures have been modfied to comply with an even
|
-- - Some of the existing textures have been modified to comply with an even
|
||||||
-- size (as recommended)
|
-- size (as recommended)
|
||||||
-- - The missing textures have been added.
|
-- - The missing textures have been added.
|
||||||
-- - Some of the textures have been renamed to better support sorting.
|
-- - Some of the textures have been renamed to better support sorting.
|
||||||
@ -32,10 +36,6 @@
|
|||||||
-- 0.1.0
|
-- 0.1.0
|
||||||
-- - The hotbar is now correctly shown even when there are no items in it.
|
-- - The hotbar is now correctly shown even when there are no items in it.
|
||||||
--
|
--
|
||||||
-- FYI
|
|
||||||
-- The potential range of the hotbar slots number should be [1,23]: the next
|
|
||||||
-- update will cover it too. :D
|
|
||||||
--
|
|
||||||
-- For now this is all folks: happy builds and explorations! :)
|
-- For now this is all folks: happy builds and explorations! :)
|
||||||
-- aristotle
|
-- aristotle
|
||||||
|
|
||||||
|
BIN
textures/hotbar_slots_bg_17.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
textures/hotbar_slots_bg_18.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
textures/hotbar_slots_bg_19.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
textures/hotbar_slots_bg_20.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
textures/hotbar_slots_bg_21.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
textures/hotbar_slots_bg_22.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
textures/hotbar_slots_bg_23.png
Normal file
After Width: | Height: | Size: 2.3 KiB |