Anthony Zhang
682cf34792
Add burnt luacontroller (so you don't lose your program after an overheat) and prevent interrupts from piling up ( fixes #101 , metadata trashing). Idea for burnt luacontroller comes from ShadowNinja.
2013-05-15 21:36:16 -04:00
Vanessa Ezekowitz
109d817df6
Make pressure plate texturing more flexible, improve appearance of existing textures
2013-04-21 01:00:31 -04:00
Jeija
ec517becab
Texture the LuaController formspec
2013-01-19 12:03:27 +01:00
Jeija
bd749ec4d4
Add luacontroller, a microcontroller that you can code in lua.
...
It still misses some functionality such as a persistent memory and a
timer, but that is subject to change. The code runs in a sandbox.
Speaking long term this will hopefully replace the old controller.
2013-01-13 00:18:25 +01:00
Vanessa Ezekowitz
92122379de
added and tweaked textures to improve appearance and tiling of insulated
...
T-junctions.
2012-12-27 13:50:54 -05:00
Vanessa Ezekowitz
84ad046533
Added a couple of needed textures for curved/corner wires and tweak code to
...
use them. Also fixed the "on" state image for wire ends so that it works for
curved wires also.
2012-12-27 12:48:02 -05:00
Vanessa Ezekowitz
cdd9a93da9
revamped textures for all pistons, tweaked thickness of piston pusher
2012-12-27 12:13:40 -05:00
Andres Eduardo Montoya Cruz
34fa8a1167
now the insulated wires change their color when they are turn on
2012-12-21 20:24:43 -05:00
Jeija
44dc1a128c
Upload cleaned up mesecons to nextgen branch
2012-12-15 18:45:51 +01:00
Jeija
59a39204a9
Remove dead parts of the mod/dead textures/wireless mesecons
2012-12-10 20:55:13 +01:00
Jeija
961b955f2d
Port door, fix button/lever bug, new visual style for receiver
2012-12-09 13:28:32 +01:00
Anthony Zhang
2d16152188
Add command block:
...
* not obtainable legitimately in Survival mode
* found in Creative inventory or using /giveme mesecons_commandblock:commandblock_off
* glows slightly when turned on
* runs a command in the context of the targeted player
* player can be targeted by name, or using the special forms (@nearest, @farthest, @random)
* when powered, runs its command with its parameters
* right click to bring up the configuration screen
* diggable and modifiable only by its owner, the person who placed it
2012-10-28 16:31:03 -04:00
Anthony Zhang
ecefc937c9
Add ghoststone, crafted like removestone, with steel ingots at the corners. Trapstone disappears upon mesecon signals, but unlike removestone, reappears after the mesecon signal turns off.
2012-09-27 17:25:58 -04:00
Vanessa Ezekowitz
12b0a38fb1
tweaked insulated wire textures to work for t-junctions
2012-09-10 12:47:31 -04:00
Vanessa Ezekowitz
c04870efe4
New textures for blinkyplant
2012-09-06 10:31:42 -04:00
Vanessa Ezekowitz
3c90f36a75
better "power plant" texture
2012-09-05 20:52:03 -04:00
Jeija
f2b11e4238
Merge pull request #48 from khonkhortisan/gates
...
Gates
2012-09-05 13:58:38 -07:00
Vanessa Ezekowitz
98b8c8da76
Receiver now looks insulated, since it behaves that way anyways.
2012-09-01 14:37:32 -04:00
Kyle
6147c385cc
initial gates commit, logic behind gates works, more work to do.
2012-09-01 01:23:15 -07:00
Vanessa Ezekowitz
8206ac70f1
Gave receivers their own textures. Needed so that they can be textured
...
separately, plus the nodeboxes were a little glitchy with the wires textures.
2012-08-28 14:17:18 -04:00
Vanessa Ezekowitz
73474e1bb5
added images for blue lightstone
2012-08-25 04:33:00 -04:00
Kyle
d399162fc1
Reduced the number of µC images. Instead of 16 top images, there is one
...
off image, then four port images that can be overlaid on top of the
blank.
2012-08-24 23:23:44 -07:00
Vanessa Ezekowitz
d0ae1b56e8
added proper bottom image to microcontroller
2012-08-25 01:32:24 -04:00
Vanessa Ezekowitz
59eded4918
added texture for fiber craft item
2012-08-18 10:16:20 -04:00
Vanessa Ezekowitz
a941f4ebd8
new nodeboxes for receiver objects opposite wall levers etc
2012-08-18 09:46:26 -04:00
Jeija
863ef26b63
Make isolated wires depend on facedir, rename them to 'insulated'
2012-08-17 11:59:06 +02:00
Vanessa Ezekowitz
11f91bfdd6
new nodeboxes+textures for isolated mesecons
2012-08-17 05:26:18 -04: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
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
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
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
Jeija
1f6e1fa7ab
Mesecons only connect to blocks with group mesecon > 1
2012-08-11 23:39:28 +02:00
Vanessa Ezekowitz
0891b9e5af
reworked the mesecons object detector textures. Much better now.
2012-08-10 18:35:27 -04:00
Vanessa Ezekowitz
90fd7977a7
Re-added nodebox-based wall levers, this time making sure to check that they
...
can actually rotate and activate nearby mesecons :-) These look a little
better than the last try anyway.
2012-08-09 20:00:36 -04:00
Vanessa Ezekowitz
2e99d234c9
new textures and nodeboxes for mesecons microcontroller
2012-08-09 04:13:05 -04:00
Jeija
ef740353ef
Add first experimental version of a (programmable) microcontroller
2012-08-08 13:26:32 +02:00
Anthony
98fc808c68
Merge pull request #8 from Kotolegokot/master
...
Solar panel nodebox
2012-08-07 09:37:51 -07:00
Vanessa Ezekowitz
6aa2f2d5be
darkened wall button sides texture a bit, for better contrast.
2012-08-07 03:41:56 -04:00
Vanessa Ezekowitz
c3ebe6c308
Better textures for mesecons delayer: Redrew my previously-submitted ones at a
...
larger size to properly fit in with the new nodebox-based delayers, and added a
"sides" texture to go with them. Fixed deprecated tile_images lines.
2012-08-07 03:40:04 -04:00
Vanessa Ezekowitz
ddbe33ed56
Better wall button nodeboxes. Also fixed the deprecated time_images lines (now
...
"tiles"). This also restores the textures I added a few months ago, since the
ones I made are needed for a nodebox of this sort.
2012-08-07 02:56:40 -04:00
Kotolegokot
83aa17606d
Solar panel
2012-08-02 11:43:43 +06:00
Kotolegokot
9f493e8cb7
Meselamp nodebox
2012-08-01 23:29:03 +06:00
Kotolegokot
a0417d3ad3
Mesecon Torch
2012-08-01 21:30:30 +06:00
Kotolegokot
20d1b9dd52
Power Plant
2012-08-01 19:36:32 +06:00
Kotolegokot
35de798dcd
Blinky Plant
2012-08-01 16:48:00 +06:00
Jeija
7568182f4a
Add (still experimental) better textures for the battery
2012-07-22 09:34:34 +02:00
Jeija
3a6b099ae1
Replace old wall button with a fancy new 3d button
2012-06-21 16:38:48 +02:00