Commit Graph

147 Commits

Author SHA1 Message Date
Elias Fleckenstein
7c28bf8507 Silk Touch 2020-11-02 19:09:23 +01:00
kay27
c01c53af49 Prevent opening double chests with solid block(s) on the top 2020-09-30 16:42:52 +04:00
kay27
3cd30a559e sl4v & Nicu: Don't open chests if there is a full block above them, for 1-node normal & trapped chests 2020-09-30 00:32:28 +04:00
Elias Åström
e85c00ea02 Show custom name in UI of Chest and Shulker Box 2020-07-27 19:26:01 +02:00
Elias Åström
37c05cb840 Also save the name when a shulker is placed
Previously only the description was saved in the node meta.
2020-07-26 18:01:36 +02:00
Elias Åström
6095ae17b1 Merge remote-tracking branch 'dbeans/master' 2020-07-26 17:50:09 +02:00
dBeans
f961a72c33 Make shulker boxes preserve name when placed 2020-07-24 12:44:21 +02:00
kay27
ba51686e6c Russian translation 2020-07-20 00:11:13 +00:00
Wuzzy
255893707b Fix dispensers placing useless shulker boxes 2020-07-10 18:01:26 +02:00
Wuzzy
c106a62979 Use minetest.is_creative_enabled 2020-07-10 16:45:40 +02:00
Wuzzy
6f12adcb03 Fix broken blast handling for chest/shulkerbox 2020-06-06 16:57:19 +02:00
Rocher Laurent
c9a37d0dbc Translate In French 2020-05-05 21:02:21 +02:00
Wuzzy
e268370452 Add fire metadata to many nodes (unused for now) 2020-04-18 23:24:42 +02:00
Wuzzy
24ab3e8f84 Fix LBM typos 2020-04-16 12:22:50 +02:00
Wuzzy
da1c3f635c Revert "Add dummy inventory images for backwards-compat"
This reverts commit 73d93ae969.
2020-03-29 14:38:39 +02:00
Wuzzy
e9f259881f Add LBMs to update to new node formspecs of 0.60.0 2020-03-29 14:35:01 +02:00
Wuzzy
73d93ae969 Add dummy inventory images for backwards-compat
In 0.60.0, the inventory rendering of nodes was changed, so images were removed. This caused missing image errors with *existing* node formspecs, however, so empty dummy images are added back.
2020-03-29 14:05:59 +02:00
David McMackins II
882937a1ab Fix bug where adding items to a double chest with shift-click would not complete stacks in the right chest 2020-03-24 20:20:32 +01:00
Wuzzy
7243a25fe6 Generate item slot images on the fly 2020-03-24 18:48:14 +01:00
wuniversales
3772dd51cc Update Spanish translation 2020-03-15 08:32:00 +01:00
Wuzzy
feba60cad8 Translate all extended tooltips to German 2020-03-12 01:35:11 +01:00
Wuzzy
070e928bf0 Merge branch 'tt' 2020-03-10 18:21:32 +01:00
Wuzzy
03ad3cca29 Major default formspec style update
- Uses formspec_prepend to set e.g. button style
- Make all formspecs use the MCL2 style consistently
2020-03-10 05:01:49 +01:00
Wuzzy
4deb6eec20 Extra tooltips for mcl_chests 2020-03-08 08:50:21 +01:00
wuniversales
15481cb24d Add Spanish translation 2020-02-04 21:43:50 +01:00
Wuzzy
3dcd986863 Fix shulker box recolor craft erasing contents 2020-01-18 04:46:41 +01:00
Wuzzy
c5db9987c3 Fix various typos in German translation 2019-03-25 11:01:52 +01:00
Wuzzy
b404e8b5bd Squash help entries for shulker boxes 2019-03-24 09:30:15 +01:00
Wuzzy
25048050a0 Remove dead code in mcl_chests 2019-03-24 09:23:56 +01:00
Wuzzy
1719c3e4e1 Add LBMs to update formspecs of 4 nodes
Dispenser, dropper, ender chest, shulker box.
2019-03-21 16:08:29 +01:00
Wuzzy
262457f240 Fix German translation of shulker box formspec 2019-03-21 12:13:18 +01:00
Wuzzy
9cef74c03b Replace GUI image texts with translatable labels 2019-03-16 05:21:27 +01:00
Wuzzy
af4aa6c2ec Change German translation of Shulker 2019-03-16 00:21:17 +01:00
Wuzzy
77ab44217a German transl.: mcl_fishing to mcl_maps + fixes 2019-03-15 06:12:03 +01:00
Wuzzy
1740ccc2b2 Fix translation file error in mcl_chests 2019-03-14 07:25:14 +01:00
Wuzzy
e01ed8ab24 German translation: mcl_beds to mcl_chests 2019-03-14 06:20:05 +01:00
Wuzzy
5aeb4aea74 Add translation templates for most mods
Using the findtext.lua script
2019-03-13 23:40:59 +01:00
Wuzzy
6d6fc3f34c Disable active trapped chests at loading time 2019-03-09 07:59:07 +01:00
Wuzzy
ad8403adbd Add piston support for trapped chests 2019-03-09 07:23:10 +01:00
Wuzzy
225930a2c7 Constructing double chest part checks for neighbor
... and reverts to single chest if none found. Required for piston stuff.
2019-03-09 06:09:52 +01:00
Wuzzy
c6efa8a626 Close formspecs when double chest breaks 2019-03-09 05:51:58 +01:00
Wuzzy
e4fbbeddb2 New translation system, part 6: Items, part 2 2019-03-07 23:40:57 +01:00
Wuzzy
a84f7935fa Revert "Utilize formspec prepend"
This reverts commit ea0c2e9568.
2019-03-07 12:42:08 +01:00
Wuzzy
ea0c2e9568 Utilize formspec prepend 2019-03-06 06:35:24 +01:00
Wuzzy
312b17a958 Check protection for most nodes 2019-02-08 21:59:01 +01:00
Wuzzy
fa10dc93ae Add _on_dispense callback for dispenser; refactor 2018-02-01 22:49:41 +01:00
Wuzzy
7196485294 Remove sunlight propagation for various nodes 2018-01-28 20:21:02 +01:00
Wuzzy
31f545202a Declare chests to be transparent to sunlight 2018-01-28 19:30:52 +01:00
Wuzzy
1924940935 Update chest / trapped chest / ender chest help 2018-01-27 00:58:53 +01:00
Wuzzy
5e397d8611 Fix wrong redstone rules of trapped chest 2018-01-27 00:50:04 +01:00
Wuzzy
a16746faf3 Simplify storage of players having an open chest 2018-01-27 00:44:07 +01:00
Wuzzy
2400ca5be0 Partially fix bad player counting of trapped chest 2018-01-26 23:44:03 +01:00
Wuzzy
b1fcbbf68f New texture for trapped chest 2018-01-26 23:13:44 +01:00
Wuzzy
f612d1b584 Rework core rules of most redstone components 2018-01-13 03:37:41 +01:00
Wuzzy
f32eeed2cf Fix invalid screwdriver rotation of ender chest 2017-12-08 17:33:45 +01:00
Wuzzy
320567e1f2 Add basic screwdriver support 2017-12-05 14:09:39 +01:00
Wuzzy
d9602eb3bc Close chest formspec if chest is destroyed 2017-09-19 19:40:54 +02:00
Wuzzy
2337d31699 Merge branch 'mesecons_update' 2017-08-28 18:57:12 +02:00
Wuzzy
840fe1fd35 Add chest entity textures 2017-08-28 14:15:25 +02:00
Wuzzy
e5a34367c9 Use new Minetest settings API syntax for most mods 2017-08-09 16:17:00 +02:00
Wuzzy
a29091e23c Move double chest neighbor function to mcl_util 2017-08-03 23:27:22 +02:00
Wuzzy
2416af7fac Add new container groups for large chests 2017-08-03 22:22:17 +02:00
Wuzzy
da75ea9712 Expose large chest neighbor function 2017-08-03 21:38:36 +02:00
Wuzzy
b299b95fac Update the mesecons mod and dependencies
This touches a lot of the existing Mesecons mods.
Also add mesecons_wires.
2017-07-31 00:12:21 +02:00
Wuzzy
66f1fe3ff4 Fix shulker box top textures, change clay textures
Thanks, kingoscargames!
2017-07-27 14:34:14 +02:00
Wuzzy
a55fe7aeb8 Fix broken large chest side textures 2017-07-21 15:32:04 +02:00
Wuzzy
034eab07a9 Update textures: chest, large chest, ender chest 2017-07-21 15:26:18 +02:00
Wuzzy
e65029394f Replace most textures with Pixel Perfection
- Using the converter script
- A bunch of textures are still missing
2017-07-20 20:20:45 +02:00
Wuzzy
7922df0bf5 Make shulker boxes use original shulker textures 2017-07-19 18:09:50 +02:00
Wuzzy
1a5a467d96 Remove unused chest formspec texture 2017-07-08 16:30:57 +02:00
Wuzzy
5de05b404e Reorganize some GUI-related textures 2017-07-08 16:28:25 +02:00
Wuzzy
4e5667541e Fix shulker box content being destroyed, but disable rotation 2017-06-13 18:15:08 +02:00
Wuzzy
bb0123c789 Set transparency rules for many blocks 2017-06-13 14:46:21 +02:00
Wuzzy
38e30fee8d Make shulker boxes rotatable on place 2017-06-12 22:36:31 +02:00
Wuzzy
6eaa6cde54 Fix another large chest item duplication bug 2017-06-12 21:04:35 +02:00
Wuzzy
515a47e463 Fix possible item duplication in large chest 2017-06-12 20:49:35 +02:00
Wuzzy
2be0893cc8 Part. workaround for large chest listring support 2017-06-12 20:36:50 +02:00
Wuzzy
bdb54d5375 Workaround for chests not working after placement 2017-06-09 22:47:59 +02:00
Wuzzy
1e79148e39 Fix crash when opening trapped chest 2017-03-30 17:24:12 +02:00
Wuzzy
3bb0a9003a Fix double chest placement destroy contents 2017-03-30 17:18:27 +02:00
Wuzzy
d496ed941b Make shulker box drop correctly after push 2017-03-30 02:32:46 +02:00
Wuzzy
30564e494e Make many blocks drop when pushed by piston 2017-03-29 22:58:31 +02:00
Wuzzy
096de10b1a Fix some problems with setting chest metadata 2017-03-29 20:06:14 +02:00
Wuzzy
b1b45274e4 Add Help entry aliases for many core items 2017-03-20 18:12:05 +01:00
Wuzzy
712f295edc Reveal a few basic help entries by default 2017-03-20 16:38:16 +01:00
Wuzzy
4d0c1a12ff Explain register_chest 2017-03-16 04:23:21 +01:00
Wuzzy
fd0701f059 Fix ender chest help typo 2017-03-16 04:18:42 +01:00
Wuzzy
da0d7f4e77 Implement core functionalits of trapped chests
Has probably still a million bugs and is unreliable in multiplayer
2017-03-16 04:16:37 +01:00
Wuzzy
7744587be9 Mark trapped chest as WIP 2017-03-16 02:13:35 +01:00
Wuzzy
9fc8ee881e Add trapped chest dummy nodes 2017-03-16 01:48:52 +01:00
Wuzzy
549f541877 Add 4 Minecraft material groups
So they can be used by the noteblock
2017-03-11 05:34:58 +01:00
Wuzzy
5869df4ed0 Add help texts for chests and such 2017-03-11 00:23:49 +01:00
Wuzzy
4da0723146 Add hardness to anvils, bookshoelves, cakes, chests, cocoas 2017-02-27 01:13:03 +01:00
Wuzzy
0aeb109c64 Add blast resistance to a ton of blocks 2017-02-22 16:03:59 +01:00
Wuzzy
ed00a8b23a Fix crash after breaking double chest 2017-02-20 03:56:18 +01:00
Wuzzy
91950ee026 Move global core variables to mcl_init 2017-02-17 23:06:52 +01:00
Wuzzy
3696ee3761 Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00