Change the minetest.after call in technic.register_recipe to a direct register_recipe call to find out what mod is calling technic.register_recipe invalidly and report a bug with that mod.
I did this and found out that it is caused by glowdirt mod.
And the best is: I wrote this mod myself and someone already reported a bug with new versions of technic mod.
And even better: I already fixed that bug (with using a table for input), but I still used my old unfixed version myself.
So very stupid. xD
Ok, so you don't need to make changes I think. There shouldn't be much old mods which register recipes for technic machines.
Technic now has mesh node support for CNC-machined shapes. I've replaced all of the complex nodebox-based objects like cylinders, slopes, etc. with meshes. Everything is drop-in compatible, so your worlds will Just Work™ without any changes. In addition, I've redone the imagery for the formspec also.
With the latest changes to Quarries whats the proposed layout for them? I used to set mine up like this (attached), but it does not look like a filter injector will pull directly from the cache? Do I have to wait for the quarry to fill and then start ejecting?
Like the changes by the way, should help with server load :)
Quarries are still set up the way they had been in the past - they don't have to "fill up", but they do gather their dug items into small stacks and eject them then, so there is some delay once you start one.
Technic machines are compatible with pipeworks right? If so for some reason the pipes will not connect to Technic machines. The LV Furnace seems to have holes in it but will not connect. Is there something I am missing?
EDIT: The MV Furnace seems to work alright. Is this intentional? If so as a suggestion I'd recommend removing the holds (Or what looks like holes) from the sides of the LV Furnace.
Update your technic - there was a sort-of-API-change to pipeworks that caused machines to not connect, but I've already fixed that in technic and the other places I have access to.
That said, LV machines aren't supposed to connect to tubes if I remember correctly. If those machines have textures that have those fittings/connections "baked" into them, those just need redrawn, as there are suitable "overlay" images in pipeworks that are meant for this purpose.
VanessaE wrote:Update your technic - there was a sort-of-API-change to pipeworks that caused machines to not connect, but I've already fixed that in technic and the other places I have access to.
That said, LV machines aren't supposed to connect to tubes if I remember correctly. If those machines have textures that have those fittings/connections "baked" into them, those just need redrawn, as there are suitable "overlay" images in pipeworks that are meant for this purpose.
Hmmm... I've updated both Technic and Pipeworks (From the latest master branch) and I seem to be having a problem getting grinded ores out of the MV Grinder. I place an Injector on the right side of the grinder, attach some pipe to it and flip a lever I put on the injector but it doesn't take out any dust. Is there a specific side I should be using to pull things out of the machines? The same setup works fine on the chest I originally pulled the lumps from to put into the grinder. Thanks for answering all my noob questions.
First, remove the filter (I assume that's what you meant by "injector", as in "filter-injector" as it's called in Pipeworks). Don't use filters to take materials out of a machine, as there is a better way. Inside, right click on the Grinder. In the dialog that pops up, there are two "Upgrade Slots". Place a "Control Logic Unit" in one of them, then attach a tube directly to the side of the machine. The CLU chip makes the machine able to eject through a tube on its own.
If it won't eject through the tube, put the tube on the machine's other side, or just turn the machine around with the screwdriver.
The grinder and perhaps one other machine that I'm failing to remember will only eject items out in one map direction - i.e. not necessarily the machine's left or right side, but rather to the west or east or whatever.
VanessaE wrote:First, remove the filter (I assume that's what you meant by "injector", as in "filter-injector" as it's called in Pipeworks). Don't use filters to take materials out of a machine, as there is a better way. Inside, right click on the Grinder. In the dialog that pops up, there are two "Upgrade Slots". Place a "Control Logic Unit" in one of them, then attach a tube directly to the side of the machine. The CLU chip makes the machine able to eject through a tube on its own.
If it won't eject through the tube, put the tube on the machine's other side, or just turn the machine around with the screwdriver.
The grinder and perhaps one other machine that I'm failing to remember will only eject items out in one map direction - i.e. not necessarily the machine's left or right side, but rather to the west or east or whatever.
Oh! Ok. Awesome. Boy if that is documented somewhere I would like to see it lol. I would have had no idea... Thanks again!
Man I just keep thinking up new questions. Sorry! This is more of a mechanics question. When I played Minecraft I built machines using a Hopper to prevent Buildcraft item overflow. Is there something equivalent in Pipeworks? Or something I can rig up to do the same thing? I would like to prevent my machines from overflowing. Double thanks again!
Face - The direction you were facing when you placed the node.
Output - The direction of the output side of the node.
Face Output
---- ------
North East
East North
South West
West South
I just don't understand the reasoning behind the entire idea. You are supposed to get output from any non-input face: either side or top. If someone places a pipe device on more than one output side, then it should either not output anything or output to each in turn.
Now I understand my confusion with making the MV outputs work. You must not use pipeworks filters and must use at least one Logic Control Units to enable output to a pipe device. I've never seen any documentation that clarifies this. No wonder there is so much confusion.
At least I have everything working now and have sussed the code enough to make some useful improvements. Thank you all for your help.
VanessaE wrote:First, remove the filter (I assume that's what you meant by "injector", as in "filter-injector" as it's called in Pipeworks). Don't use filters to take materials out of a machine, as there is a better way. Inside, right click on the Grinder. In the dialog that pops up, there are two "Upgrade Slots". Place a "Control Logic Unit" in one of them, then attach a tube directly to the side of the machine. The CLU chip makes the machine able to eject through a tube on its own.
If it won't eject through the tube, put the tube on the machine's other side, or just turn the machine around with the screwdriver.
The grinder and perhaps one other machine that I'm failing to remember will only eject items out in one map direction - i.e. not necessarily the machine's left or right side, but rather to the west or east or whatever.
Oh! Ok. Awesome. Boy if that is documented somewhere I would like to see it lol. I would have had no idea... Thanks again!
VanessaE wrote:First, remove the filter (I assume that's what you meant by "injector", as in "filter-injector" as it's called in Pipeworks). Don't use filters to take materials out of a machine, as there is a better way. Inside, right click on the Grinder. In the dialog that pops up, there are two "Upgrade Slots". Place a "Control Logic Unit" in one of them, then attach a tube directly to the side of the machine. The CLU chip makes the machine able to eject through a tube on its own.
If it won't eject through the tube, put the tube on the machine's other side, or just turn the machine around with the screwdriver.
The grinder and perhaps one other machine that I'm failing to remember will only eject items out in one map direction - i.e. not necessarily the machine's left or right side, but rather to the west or east or whatever.
Oh! Ok. Awesome. Boy if that is documented somewhere I would like to see it lol. I would have had no idea... Thanks again!
VanessaE wrote:Technic now has mesh node support for CNC-machined shapes. I've replaced all of the complex nodebox-based objects like cylinders, slopes, etc. with meshes. Everything is drop-in compatible, so your worlds will Just Work™ without any changes. In addition, I've redone the imagery for the formspec also.
Could you add a sphere? Also, is there some way of making the textures line up better at the edges?