Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-10 | MCL2: Fix drawer upgrade inventory background | Linus Jahn | |
2018-06-16 | Add drawer controller (#19) | isaiah658 | |
Drawer controllers can sort items into drawer in a certain range. As normal drawers they have support for pipeworks and MineClone 2. Crafting ingredients are one drawer, two diamonds, four steel/iron ingots and a copper and tin ingot or two gold ingots. | |||
2017-06-07 | Replace deprecated method 'setting_getbool' with 'settings:get_bool' (#8) | Jordan Irwin | |
2017-06-03 | Add Drawer Upgradesorigin/drawer-upgrades | LNJ | |
Yey, they're finally there! :) This will add steel, gold, obsidian and diamond upgrades for MTG and iron, gold, obsidian, diamond and emerald upgrades for MCL2. You can add them to a drawer by rightclicking it and adding them to the new drawer's upgrade inventory. | |||
2017-06-02 | Increase drawer capacity to 32 stack sizes | LNJ | |
I did a mistake before here: Drawers only had the size of 24 stacks, but they should have had space for 32 stacks, as a normal chest will do. With this it's fixed now. | |||
2017-04-14 | Add drawers in all wood types | LNJ | |
This is still fully MineClone 2 compatible; there are different drawers in MCL2 than MTG and they have different textures. If you combine different wood types in the crafting field, the default drawer (oak/wooden) will be crafted. If you use the same wood, a drawer of this wood will be crafted. | |||
2017-04-11 | Add i18n support using intllib | LNJ | |
2017-04-09 | Make 1x1, 1x2 and 2x2 drawers disableable | LNJ | |
The new settings for the minetest.conf are: `drawers_disable_1x1` `drawers_disable_1x2` `drawers_disable_2x2` | |||
2017-04-05 | Add 1x2 drawers, Add crafting recipes for 1x2 and 2x2 | LNJ | |
2017-04-05 | Change descriptions to use plural for 2x2 drawers | LNJ | |
2017-04-05 | Add basic 2x2 Drawers | LNJ | |
They're still missing some functionality as pipeworks and drops after dug. This will be done in the next commit(s). | |||
2017-04-03 | Use group:wood for crafting drawers | LNJ | |
2017-04-01 | Add support for pipeworks | LNJ | |
2017-04-01 | Fix Wooden Drawer has no sounds/crafting | LNJ | |
2017-04-01 | Split up source code into multiple files | LNJ | |
2017-03-29 | Add MineClone2 support, Make dependency to `default` optional | LNJ | |
2017-03-29 | Add Wooden Drawer textures by @jaquadro | LNJ | |
These are the original textures of the Minecraft Mod (licensed under the MIT). | |||
2017-03-28 | Fix that LBM-restored visuals doesn't have a texture | LNJ | |
2017-03-28 | Make drawers craftable | LNJ | |
The recipe is as in the MC Mod: W W W C -> D W W W W: Wood; C: Chest; D: Wooden Drawer | |||
2017-03-26 | Fix 'automatic tool repair' bug, Don't add stack_max=1 items | LNJ | |
2017-03-26 | Fix node not specified in spawn_visual | LNJ | |
2017-03-26 | Fix that drawer visuals are not loaded again | LNJ | |
2017-03-26 | Make Wooden Drawer breakable by hand and add sounds | LNJ | |
2017-03-26 | Drop all items on dug | LNJ | |
2017-03-26 | Inital Commit | LNJ | |