Commit Graph

466 Commits

Author SHA1 Message Date
cora ee969531a8 make bell diggable by pickaxe 2022-05-17 09:05:25 +00:00
3raven 69fc0228d6 Update french translation 2022-04-09 05:00:07 +00:00
3raven c0e83aa0cd Update template.txt 2022-04-09 04:41:09 +00:00
3raven 5429a259ff Update french translation 2022-04-09 04:24:09 +00:00
3raven 3e8e74b633 Update template 2022-04-09 04:21:16 +00:00
3raven a2933ece62 Add french translation 2022-04-09 04:12:11 +00:00
3raven 820ceceffc Add target 2022-04-09 03:55:23 +00:00
3raven 11a9f6baea Add target 2022-04-09 03:54:13 +00:00
3raven 5d214ae4bf Add target 2022-04-09 03:53:12 +00:00
3raven 13e92cd5b3 Add target from mcl 2 2022-04-09 03:51:46 +00:00
3raven 5fa14070d3 Add target from mcl2 2022-04-09 03:50:37 +00:00
3raven 3129379fe9 Add steel and black stone pressure plate
light and heavy weighted pressure plate don't work the same as in minecraft. They dont give signal proportional to entities number.
Modified heavey weighted pressure plate so it detect all entities as in minecraft wiki.
2022-04-09 03:21:38 +00:00
3raven 45c3889316 Add nether wood pressure plate 2022-04-09 02:58:14 +00:00
3raven b0392bbeb9 Add blackstone button 2022-04-09 02:39:52 +00:00
3raven 7db8d3cd5f Add nether wood buttons 2022-04-09 02:28:43 +00:00
cora ba5474f5d4 limit redstone distance by checking for players
This should probably be implemented by having redstone signals
lose strength like in mc. This just prevents redstone action
further than 40 nodes from each player.
2022-03-13 18:55:56 +04:00
kay27 887f358e1f Update hud/credits 2022-03-07 05:52:23 +04:00
kay27 cfc0fda314 Finish ruined portals 2022-02-24 03:59:11 +04:00
kay27 1a4ec50939 #220 Fix a crash in mcl_comparators 2022-02-21 05:51:00 +04:00
kay27 386460e90c Merge remote-tracking branch 'origin/master' into testing 2022-02-20 14:31:16 +04:00
Sab Pyrope dcf0a05f3c Fix typos 2022-02-20 12:49:25 +08:00
Sab Pyrope 5053f0070b Fix typos in translation 2022-02-20 11:39:43 +08:00
Sab Pyrope e817c1dbc6 Update Russian and other translations 2022-02-19 21:14:51 +08:00
kay27 5f25f0d1a6 Fix protected pistons work 2022-02-17 03:00:10 +04:00
kay27 2008239a52 Fix code style 2022-02-17 01:03:28 +04:00
wallabra 68fb7433ec
Fix using facedir for shoot dir of items from droppers and dispensers 2022-02-09 03:43:15 -03:00
wallabra 7dbdd70784
Fix set_velocity calls to item entity objs in dropper and dispenser code 2022-02-09 03:36:47 -03:00
wallabra 96b8552ae4
Make items shot by dispensers and droppers always go forward 2022-02-09 03:34:23 -03:00
kay27 c2256bc4b7 Revert solar panel revert from MCL2 - more testing needed 2022-01-02 03:16:05 +04:00
Lizzy Fleckenstein e2360204a7
Revert "fixed daylightsensor's register_abms"
This reverts commit 5a4abcbcb7.
2021-12-12 15:55:52 +01:00
chmodsayshello 5a4abcbcb7 fixed daylightsensor's register_abms
By changing the check if a normal/inverted daylightsensor should update by turning on and off, I made them workling again
2021-12-10 13:59:31 +00:00
Lizzy Fleckenstein d3015edeb9
Fix reference dupes for droppers and dispensers 2021-11-29 19:12:49 +01:00
NO11 fe91d7f3e0 use mcl_util.replace_mob function to simplify dispenser code 2021-10-05 04:15:48 +00:00
NO11 1a5339e907 Only use the shears once in dispenser if there are more mobs in front of the dispenser 2021-09-08 14:22:53 +00:00
NO11 f41cea71fd Make it possible to use shears in the dispenser for mobs (Fix #1233) 2021-09-06 13:30:08 +00:00
Lizzy Fleckenstein fb01e61946 Fix server crash when dispensing an unknown item
This works similar to 2aafb2f2d01a6ece9ed4642a7081c53dbf22f773, however it is a cleaner way to do it.
2021-07-08 15:31:27 +02:00
AFCMS e81da3c4ff fix some mods using "core" insteed of "minetest" 2021-06-12 00:18:52 +02:00
AFCMS a896d7f5e4 replace deprecated "current_name" by "context" for inventory location 2021-06-12 00:09:39 +02:00
marcin-serwin cbe8583cef Merge branch 'master' into polish-translation 2021-06-02 10:14:25 +00:00
Marcin Serwin 6715aecd63 Add polish translation of mcl_comparators 2021-06-02 12:13:16 +02:00
Marcin Serwin b06bc276dc Add polish translation of mesecons_commandblock 2021-06-02 11:34:32 +02:00
Marcin Serwin 06984fa486 Add polish translation of mesecons_pistons 2021-06-02 09:45:16 +02:00
Marcin Serwin 4bd49f7eb0 Add polish translation of mcl_observers 2021-06-02 09:40:08 +02:00
AFCMS cd33d406b2 fix many codestyle issues (functions, strings, modpaths) 2021-05-29 16:12:33 +02:00
AFCMS f8ee9c79c2 fix crash :-( 2021-05-27 09:34:58 +02:00
AFCMS 00063cde73 speedup mcl_observer 2021-05-27 09:34:12 +02:00
AFCMS 9e074af07f unify code style [1] 2021-05-25 12:52:25 +02:00
AFCMS 52b1473657 [mcl_comparators] fix warnings 2021-05-23 11:53:05 +02:00
AFCMS d43b2149e6 [mcl_dispensers] fix warnings 2021-05-23 11:50:16 +02:00
AFCMS b814fe47f9 [mcl_observers] fix warnings 2021-05-23 11:47:59 +02:00