Commit Graph

37 Commits

Author SHA1 Message Date
LNJ
2f751a5938
Release Version 0.3 v0.3 2017-04-05 14:55:35 +02:00
LNJ
dd97f22586
Add 1x2 drawers, Add crafting recipes for 1x2 and 2x2 2017-04-05 14:53:17 +02:00
LNJ
f1156cc1da
Change descriptions to use plural for 2x2 drawers 2017-04-05 14:53:16 +02:00
LNJ
ad3bbe8664
Adjust pipeworks support (on insert object) for 2x2 drawers 2017-04-05 14:53:16 +02:00
LNJ
03e692d72a
Fix drawer initialization bug; used wrong meta fields for 1x1 Drawers 2017-04-05 14:53:16 +02:00
LNJ
768edb4d09
Adjust restore visual lbm, Add new drawers.remove_visuals 2017-04-05 14:53:16 +02:00
LNJ
a53dac2929
Randomize drop pos 2017-04-05 14:53:16 +02:00
LNJ
69a974cb6b
Adapt drop function for 2x2 drawers to drop *all* items 2017-04-05 14:53:16 +02:00
LNJ
d3d29fb497
Add basic 2x2 Drawers
They're still missing some functionality as pipeworks and drops after dug.
This will be done in the next commit(s).
2017-04-05 14:53:16 +02:00
LNJ
06beee4652
Bump version number to 0.2.3 v0.2.3 2017-04-03 13:08:45 +02:00
LNJ
b75a4dd39d
Use group:wood for crafting drawers 2017-04-03 13:07:34 +02:00
LNJ
d6db0740e3 README: Add link to post in Minetest Forums 2017-04-02 14:37:26 +02:00
LNJ
cb4af29165
Visual: Fix not resetting self.name v0.2.2 2017-04-01 22:41:35 +02:00
LNJ
0acdd1a48a
Fix infotext is displaying "0 Empty (0% full)" v0.2.1 2017-04-01 22:30:07 +02:00
LNJ
038a1aef74
Release Version 0.2, Update To-Do-List v0.2 2017-04-01 20:26:13 +02:00
LNJ
ff11d6a518
New infotext format with percent 2017-04-01 20:24:32 +02:00
LNJ
1862ddbef3
Fix bug: not removing items from stack if drawer is nearly full 2017-04-01 20:22:38 +02:00
LNJ
42206a1eca
Clean up visual.lua 2017-04-01 20:04:27 +02:00
LNJ
eaec8f7478
Add support for pipeworks 2017-04-01 19:13:09 +02:00
LNJ
f42c15019a
Fix Wooden Drawer has no sounds/crafting 2017-04-01 17:21:50 +02:00
LNJ
65e1ef85f3 Split up source code into multiple files 2017-04-01 16:28:03 +02:00
LNJ
89287fd82c README: Add pipeworks to To-Do-List 2017-04-01 14:52:01 +02:00
LNJ
bc56dc78ce
Release Version 0.1 (alpha) v0.1 2017-03-30 18:31:08 +02:00
LNJ
3cc33977c8 README: Add more todosy 2017-03-30 15:49:20 +02:00
LNJ
f912ba59e5 README: Add mod description 2017-03-30 14:15:13 +02:00
LNJ
5f9a4f20ae
Add MineClone2 support, Make dependency to default optional 2017-03-29 19:12:55 +02:00
LNJ
6180b96817
Add screenshot, Add description 2017-03-29 18:46:19 +02:00
LNJ
8eb19ec548
Add Wooden Drawer textures by @jaquadro
These are the original textures of the Minecraft Mod (licensed under the MIT).
2017-03-29 17:21:15 +02:00
LNJ
a94a637f2a
Fix that LBM-restored visuals doesn't have a texture 2017-03-28 21:48:37 +02:00
LNJ
95c378b10e
Relicense media to MIT, Add credits to README 2017-03-28 20:50:53 +02:00
LNJ
602abde7f5
Make drawers craftable
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-28 20:22:28 +02:00
LNJ
1b280c5442
Fix 'automatic tool repair' bug, Don't add stack_max=1 items 2017-03-26 22:22:32 +02:00
LNJ
e784ad6a17
Fix node not specified in spawn_visual 2017-03-26 22:12:16 +02:00
LNJ
d7d41a8ed9
Fix that drawer visuals are not loaded again 2017-03-26 21:51:15 +02:00
LNJ
790360934c
Make Wooden Drawer breakable by hand and add sounds 2017-03-26 20:58:55 +02:00
LNJ
fe0daf9bdc
Drop all items on dug 2017-03-26 20:53:04 +02:00
LNJ
4c3dd28fcd
Inital Commit 2017-03-26 16:17:48 +02:00