summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2018-09-11Add Wooden Trim for easy drawer network connectionsLinus Jahn
This node is only used for connecting drawers, so that they are all in one drawer network and can be used with a drawer controller.
2018-09-10MCL2: Fix drawer upgrade inventory backgroundLinus Jahn
2018-06-16Add 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-07Replace deprecated method 'setting_getbool' with 'settings:get_bool' (#8)Jordan Irwin
2017-06-03Add Drawer Upgradesorigin/drawer-upgradesLNJ
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-02Increase drawer capacity to 32 stack sizesLNJ
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-14Add drawers in all wood typesLNJ
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-11Add i18n support using intllibLNJ
2017-04-09Make 1x1, 1x2 and 2x2 drawers disableableLNJ
The new settings for the minetest.conf are: `drawers_disable_1x1` `drawers_disable_1x2` `drawers_disable_2x2`
2017-04-05Add 1x2 drawers, Add crafting recipes for 1x2 and 2x2LNJ
2017-04-05Change descriptions to use plural for 2x2 drawersLNJ
2017-04-05Add basic 2x2 DrawersLNJ
They're still missing some functionality as pipeworks and drops after dug. This will be done in the next commit(s).
2017-04-03Use group:wood for crafting drawersLNJ
2017-04-01Add support for pipeworksLNJ
2017-04-01Fix Wooden Drawer has no sounds/craftingLNJ
2017-04-01Split up source code into multiple filesLNJ
2017-03-29Add MineClone2 support, Make dependency to `default` optionalLNJ
2017-03-29Add Wooden Drawer textures by @jaquadroLNJ
These are the original textures of the Minecraft Mod (licensed under the MIT).
2017-03-28Fix that LBM-restored visuals doesn't have a textureLNJ
2017-03-28Make drawers craftableLNJ
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-26Fix 'automatic tool repair' bug, Don't add stack_max=1 itemsLNJ
2017-03-26Fix node not specified in spawn_visualLNJ
2017-03-26Fix that drawer visuals are not loaded againLNJ
2017-03-26Make Wooden Drawer breakable by hand and add soundsLNJ
2017-03-26Drop all items on dugLNJ
2017-03-26Inital CommitLNJ