summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
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