Commit Graph

263 Commits

Author SHA1 Message Date
Jeija 00ce2540c2 New effector system, effectors have to be registered with mesecon:register_effector(onstate, offstate, rules, function get_rules) rules and function get_rules are optional. You don't have to specify both onstate and offstate (required for e.g. removestone) 2012-08-13 20:17:45 +02:00
Jeija 24c50571f7 Make mesecons only connect to input and output ports (e.g. of the delayer) 2012-08-13 16:49:14 +02:00
Jeija 439af2a88b Add alias for solar panel: mesecons:solarpanel 2012-08-13 14:38:27 +02:00
Jeija 5626aec852 Use sapling instead of jungelgrass for power & blinky plant. Glue is made by cooking saplings. 2012-08-13 14:36:48 +02:00
Jeija 55bdf5441f Code improvement, Bugfix for solar panel 2012-08-13 14:26:00 +02:00
Jeija 2b1f0d1338 Update README 2012-08-13 13:17:35 +02:00
Jeija b197d29bef Code cleanup, little bugfix (some conductors placed next to receptors didn't turn on) 2012-08-13 13:12:19 +02:00
Jeija 987de2c7d5 Merge pull request #23 from VanessaE/master
solar panel doesn't actually need a side texture.
2012-08-13 03:08:12 -07:00
Jeija cf6106ce43 Code cleanup - remove internal_api.lua (now internal.lua) 2012-08-13 12:05:37 +02:00
Jeija 955b8254dd Code cleanup 2012-08-13 12:03:36 +02:00
Jeija b8ba13a17a Code cleanup 2012-08-13 11:58:04 +02:00
Vanessa Ezekowitz 2a7f49ee04 fixed minor error on one of the new textures. 2012-08-13 05:56:49 -04:00
Vanessa Ezekowitz b78b540653 reworked textures for mesecons wires, added a new one for each of on/off
states, to allow wires without junction bumps to be textured differently.
2012-08-13 05:54:14 -04:00
Vanessa Ezekowitz 2f5ccf5b4f Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-08-13 04:37:58 -04:00
Vanessa Ezekowitz 84e4f4cc6e (remove side texture) 2012-08-13 04:37:20 -04:00
Vanessa Ezekowitz 2a1eb20410 solarpanel doesn't actually need a side texture, the top texture can serve both
purposes with a minor tweak.
2012-08-13 04:36:19 -04:00
Jeija c20a4b3a89 Minimal speedup by not checking some nodes twice for receptors 2012-08-13 09:37:55 +02:00
Jeija c8c2fd32da Code cleanup and ond more extremely small speedup 2012-08-13 08:50:10 +02:00
Jeija 736f40bfb4 Merge pull request #22 from VanessaE/master
slim down mesecon wires' junction bumps
2012-08-12 22:27:41 -07:00
Vanessa Ezekowitz 68342c79d5 Made X <-> Z bends not produce junction bump (only appears on T-junctions,
crossings, etc)
2012-08-12 22:31:35 -04:00
Vanessa Ezekowitz 6d499ae971 Slimmed down wire junctions a bit. 2012-08-12 22:28:45 -04:00
Jeija fc74976f9c Further (small) speed improvement, shrink code & more comments on it 2012-08-12 23:02:38 +02:00
Jeija 3ea68a6eae Fix mesecon delayer bugs and other non-functional changes 2012-08-12 21:28:53 +02:00
Jeija 3be48e6985 Merge remote-tracking branch 'origin/master' 2012-08-12 10:58:55 +02:00
Jeija 9829abc74d HUGE speed improvement 2012-08-12 10:57:00 +02:00
sfan5 0c6d41259e Merge pull request #21 from VanessaE/master
microcontroller tweaks.
2012-08-11 23:54:06 -07:00
Vanessa Ezekowitz 61f1c28b72 reworked microcontroller images to make the lettering and LEDs look more
slender and symmetric.
2012-08-12 02:00:36 -04:00
Jeija d72c0e6bdd Add VanessaE to the contrib list 2012-08-12 07:27:14 +02:00
Jeija 6d208f6bca Merge pull request #20 from VanessaE/master
Multiple changes as discussed on IRC today
2012-08-11 22:18:47 -07:00
Vanessa Ezekowitz b2a6553ff3 Gave solar panel a side texture. Removed alpha channel from top. 2012-08-11 21:10:45 -04:00
Vanessa Ezekowitz 5d1c184941 thinned the microcontroller down a bit to fit the style of the other floor objects. 2012-08-11 21:04:05 -04:00
Vanessa Ezekowitz e12b297987 change all recipes to use group:mesecon_conductor_craftable
fixed deprecated/invalid recipes in lightstones.

fixed copy&paste error in one of the delayer textures

fixed recipe for player detector to rely on microcontroller instead of old IC
2012-08-11 20:53:47 -04:00
Vanessa Ezekowitz 83ac20018c Improvements to mesecons delayers nodeboxes and textures 2012-08-11 20:20:50 -04:00
Jeija 8f0d765ffe Merge pull request #19 from VanessaE/master
inventory image
2012-08-11 14:56:35 -07:00
Vanessa Ezekowitz d950f0d169 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons 2012-08-11 17:52:11 -04:00
Vanessa Ezekowitz d2aeeb3e94 Reverted back to old mesecons wire image for inventory 2012-08-11 17:51:36 -04:00
Jeija 8b62511615 Add some wires to mesecon_conductor_craftable group 2012-08-11 23:45:51 +02:00
Jeija 1f6e1fa7ab Mesecons only connect to blocks with group mesecon > 1 2012-08-11 23:39:28 +02:00
Jeija 6b1941a380 Add new nodebox style wires. Can be activated by setting NEW_STYLE_WIRES to true (in mesecons/settings.lua) 2012-08-11 22:58:00 +02:00
VanessaE a57b8f4a07 Merge pull request #17 from VanessaE/master
added mesecon=1 to torches also
2012-08-11 04:26:44 -07:00
Vanessa Ezekowitz 0214dbc582 added mesecon = 1 to groups for torches also. 2012-08-11 07:12:55 -04:00
Anthony c060e56e1d Merge pull request #16 from VanessaE/master
mesecons groups settings, detector textures
2012-08-10 16:04:23 -07:00
Vanessa Ezekowitz 0891b9e5af reworked the mesecons object detector textures. Much better now. 2012-08-10 18:35:27 -04:00
Vanessa Ezekowitz fa1213134a did the same for buttons and up/down pistons 2012-08-10 17:59:52 -04:00
Vanessa Ezekowitz 39db9cf01c Added "mesecon = 1" to the groups setting for most objects, so that they'll
visibly connect to neighboring wires.
2012-08-10 17:35:54 -04:00
Jeija b0a0387722 Make Delayer use facedir 2012-08-10 22:58:48 +02:00
Jeija 6772bc0112 Auto-Generate delayers 2012-08-10 21:50:07 +02:00
Jeija 813c0a83b0 Remove support for old jeija_* nodenames; add delayer and microcontroller aliases 2012-08-10 21:48:24 +02:00
Jeija 4db24333f5 Add craft recipe for noteblock 2012-08-10 21:31:52 +02:00
Jeija 32fba63267 Update Microcontroller Tutorial 2012-08-10 20:58:39 +02:00