mirror of
https://github.com/minetest-mods/hopper.git
synced 2024-12-22 05:12:29 +01:00
Offload CHANGELOG from README
This commit is contained in:
parent
30b5654802
commit
18f37112d4
21
CHANGELOG.md
Normal file
21
CHANGELOG.md
Normal file
@ -0,0 +1,21 @@
|
||||
### Change log
|
||||
|
||||
- 0.1 - Initial release from jordan4ibanez
|
||||
- 0.2 - Fixed tool glitch (wear restored by accident)
|
||||
- 0.3 - transfer function added
|
||||
- 0.4 - Supports locked chest and protected chest
|
||||
- 0.5 - Works with 0.4.13's new shift+click for newly placed Hoppers
|
||||
- 0.6 - Remove formspec from hopper nodes to improve speed for servers
|
||||
- 0.7 - Halved hopper capacity, can be dug by wooden pick
|
||||
- 0.8 - Added Napiophelios' new textures and tweaked code
|
||||
- 0.9 - Added support for Wine mod's wine barrels
|
||||
- 1.0 - New furances do not work properly with hoppers so old reverted to abm furnaces
|
||||
- 1.1 - Hoppers now work with new node timer Furnaces. Reduced Abm's and tidied code.
|
||||
- 1.2 - Added simple API so that hoppers can work with other containers.
|
||||
- 1.3 - Hoppers now call on_metadata_inventory_put and on_metadata_inventory_take, triggering furnace timers via their standard callbacks. Updated side hopper rotation handling to allow it to function in any orientation. Added settings options to use 16-pixel or 32-pixel textures. Added settings option to allow explicit crafting of standard/side hoppers or to allow crafting of a single item that selects which type to use on place. Added in-game documentation via optional "doc" mod dependency
|
||||
- 1.4 - Added intllib support
|
||||
- 1.5 - Added chutes
|
||||
- 1.6 - Added "eject items" button to formspecs, "group" support to the API
|
||||
- 1.7 - Added sorter block to allow for more sophisticated item transfer arrangements
|
||||
- master - Maintained by minetest-mods and contributors. Refer to git history for details.
|
||||
|
25
README.md
25
README.md
@ -4,6 +4,10 @@
|
||||
|
||||
Based on jordan4ibanez's original hoppers mod, optimized by TenPlus1 and FaceDeer, with chutes and sorters by FaceDeer
|
||||
|
||||
Lucky Blocks: 2
|
||||
|
||||
Change log: [CHANGELOG.md](CHANGELOG.md)
|
||||
|
||||
### Functionality description
|
||||
|
||||
#### Hopper node
|
||||
@ -53,24 +57,3 @@ This mod has several configurable settings. See settings menu or [settingtypes.t
|
||||
* Single craftable item: output is straight or rotated by 90° to the side based on how you place it (default). When disabled, straight and bent hoppers must be crafted separately.
|
||||
* Eject items button: option to remove the "eject items" button from hoppers
|
||||
|
||||
### Change log
|
||||
|
||||
- 0.1 - Initial release from jordan4ibanez
|
||||
- 0.2 - Fixed tool glitch (wear restored by accident)
|
||||
- 0.3 - transfer function added
|
||||
- 0.4 - Supports locked chest and protected chest
|
||||
- 0.5 - Works with 0.4.13's new shift+click for newly placed Hoppers
|
||||
- 0.6 - Remove formspec from hopper nodes to improve speed for servers
|
||||
- 0.7 - Halved hopper capacity, can be dug by wooden pick
|
||||
- 0.8 - Added Napiophelios' new textures and tweaked code
|
||||
- 0.9 - Added support for Wine mod's wine barrels
|
||||
- 1.0 - New furances do not work properly with hoppers so old reverted to abm furnaces
|
||||
- 1.1 - Hoppers now work with new node timer Furnaces. Reduced Abm's and tidied code.
|
||||
- 1.2 - Added simple API so that hoppers can work with other containers.
|
||||
- 1.3 - Hoppers now call on_metadata_inventory_put and on_metadata_inventory_take, triggering furnace timers via their standard callbacks. Updated side hopper rotation handling to allow it to function in any orientation. Added settings options to use 16-pixel or 32-pixel textures. Added settings option to allow explicit crafting of standard/side hoppers or to allow crafting of a single item that selects which type to use on place. Added in-game documentation via optional "doc" mod dependency
|
||||
- 1.4 - Added intllib support
|
||||
- 1.5 - Added chutes
|
||||
- 1.6 - Added "eject items" button to formspecs, "group" support to the API
|
||||
- 1.7 - Added sorter block to allow for more sophisticated item transfer arrangements
|
||||
|
||||
Lucky Blocks: 2
|
||||
|
Loading…
Reference in New Issue
Block a user