Age | Commit message (Collapse) | Author |
|
* Add digiline detector tube
The digiline detector tube outputs an itemstring of every stack
that passes through it on the channel specified in its formspec.
* Don't store digiline detector tube's formspec in a temporary local
|
|
This adds a new type of Filter-Injector that waits for a digiline
message on its channel and then pulls the items described by the
message out of the inventory. It is basically a Stackwise Injector
that, on receiving a digiline message, sets its filter to the contents
of the digiline message and then activates itself.
Sending the message {name="default:brick", count=2} should do the
same thing as setting the filter of a Stackwise Filter-Injector to
two Brick Blocks and then punching it.
If no count is specified, it defaults to 1. Since this is based off
of the Stackwise Injector, it might make more sense if the default
were an entire stack. I can change this trivially.
You can also send requests like {{name="default:brick", count=1},
{name="default:dirt", count=1}}, which acts the same as setting the
filter to one Brick Block and one Dirt Block and then punching it.
If you send a string "default:dirt" instead of a table
{name="default:dirt"}, the string is passed to ItemStack and the
name and count are extracted from the resulting ItemStack. You can
also send a list of strings instead of tables: {"default:dirt",
"default:brick"}, and the first item found will be pulled.
Punching this or activating it with Mesecons currently does
nothing. I'm not really sure what would be the right thing to do in
either of those two cases, so I made it do nothing. I guess I could
make it use the previously-used filter, but I can't really see any
usefulness in that.
The recipe is probably too cheap. The darker of the two blue texture
colors could probably be better.
|
|
reduce texture sizes
|
|
|
|
airtight pane
|
|
Image supplied by VanessaE.
|
|
|
|
|
|
also remove a couple of extranous .mtl files and a redundant spigot texture
|
|
|
|
|
|
craft 6 any leaves -> oil extract, cook oil -> paraffin,
cook paraffin -> plastic
old "plastic base" is aliased to paraffin.
|
|
The dispenser is an automated item dropper.
|
|
The trash can can be used either manually (via form) or at the end of
a pipe. It destroys whatever is placed in it.
|
|
|
|
(I kinda half-assed it initially ;-) )
|
|
(to be used shortly)
|
|
|
|
also don't redefine furnace top - tubes don't connect there anyways
|
|
|
|
|
|
|
|
for texture packs to cover them. Also, added proper top and bottom
textures for both.
|
|
|
|
crafts, textures, and documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
limited the number of recipes affected by it - now only the tubes' recipes
are disabled when technic is present. All pipes, pipe devices, and tube
devices are available at all times.
updated the plastic sheet crafting chain to match current homedecor
|
|
|
|
sand tube.
|
|
node breaker (most of the code is from Technic, the textures too).
|
|
|
|
Fixed a bug where items in mese tubes disappeared whan placing or removing a tube next to it.
|
|
Detector tube (mesecons)
|
|
|
|
|
|
Added the mese pipe.
|
|
|
|
|
|
so that when a spigot is flowing, it looks like water is actually pouring out
of it.
|
|
Items can now flow from one chest (or Nore's filter object) to another via the
pneumatic tubes! Thanks to Nore and RealBadAngel for the code.
Note that this mod has to redefine the default chests and furnaces (see
compat.lua) in order to add some new group definitions so that tubes can
appear to connect to these objects.
|
|
textures use the ^ combine operator so they can show the actual liquid going
through the pipes/tanks.
|
|
from the top, relegated grates to decorational-only, added outlet spigot. Got
rid of a few obsolete textures. Got rid of that whole _x and _z naming thing,
now all directional devices (pumps, valves, spigots, tanks) use facedir.
Valves, spigots no longer auto-rotate to find nearby pipes.
|
|
it and any object that bears groups={tubedevice=1} (connects to any side)
|
|
installed, use the plastic sheeting therein. If not, we define it manually.
If the Technic mod is installed, don't define any recipes at all. Also removed
the extra "loaded!" messages and tweaked the default pipe alias to point to
something that is actually visible :-)
|