[Mod] Technic [0.4.16-dev] [technic]

User avatar
Hybrid Dog
Member
Posts: 2836
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Mod] Technic [0.4.11] [technic]

by Hybrid Dog » Post

DoyleChris wrote:I think this is what it should look like below.

Code: Select all

minetest.register_craft({
                        type="cook"
			output = default:copper_ingot.." 3",
			recipe = {{technic:fine_copper_wire 2}},
		})
furnace recipes sadly don't work with more than one input item

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

ThatGraemeGuy
Member
Posts: 139
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy
Location: Cape Town, South Africa

Re: [Mod] Technic [0.4.11] [technic]

by ThatGraemeGuy » Post

Perhaps 2 wires can be ground to 3 dusts, which you could then furnace to ingots again.

User avatar
Hybrid Dog
Member
Posts: 2836
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Mod] Technic [0.4.11] [technic]

by Hybrid Dog » Post

ThatGraemeGuy wrote:Perhaps 2 wires can be ground to 3 dusts, which you could then furnace to ingots again.
l think at first l try to make it work using minetest.register_on_craft

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

User avatar
Hybrid Dog
Member
Posts: 2836
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Mod] Technic [0.4.11] [technic]

by Hybrid Dog » Post

Hybrid Dog wrote:
ThatGraemeGuy wrote:Perhaps 2 wires can be ground to 3 dusts, which you could then furnace to ingots again.
l think at first l try to make it work using minetest.register_on_craft
it didn't work, l'll make the grinder recipes

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Thanks hybrid, I was just asking if it looked right. I was going to write it.

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Well im trying to get the centrifuges to work, and they are working halfway.
The problem im running into is, if i place them side by side to each other, even with the tubes they pass the dust between each other but not through the tubes.
Then if i stagger the centrifuges to keep them from passing between them, now they dont send them through the tubes.
Can anybody shed some light on this for me.
I attached a picture to so how the sort tubes are set up.
Image
Sorting
Sorting
Sort.jpg (271.55 KiB) Viewed 724 times

User avatar
Hybrid Dog
Member
Posts: 2836
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Mod] Technic [0.4.11] [technic]

by Hybrid Dog » Post

DoyleChris wrote:Well im trying to get the centrifuges to work, and they are working halfway.
The problem im running into is, if i place them side by side to each other, even with the tubes they pass the dust between each other but not through the tubes.
Then if i stagger the centrifuges to keep them from passing between them, now they dont send them through the tubes.
Can anybody shed some light on this for me.
I attached a picture to so how the sort tubes are set up.
Image
Sort.jpg
Someone told me that the items come out only on the left side of the centrifuge.

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

Dartmouth
Member
Posts: 121
Joined: Sat Dec 06, 2014 14:39

Re: [Mod] Technic [0.4.11] [technic]

by Dartmouth » Post

Centrifuges are very picky when it comes to how they are connected to pipes. I'll extract my setup from a world and upload it so that you can have a look. Just note, that I have expanded it quite a bit, so that it can nearly handle a continuous stream of input, but one stage is still "leaking" sometimes.

Edit: upload zip of singlenode world with functioning system. I tested it on 0.4.13-dev and a bit on stable, should work on both. Requires technic, pipeworks, moreblocks.
Attachments
uranium.zip
singlenode world with worldedit schematic already loaded.
(394.18 KiB) Downloaded 72 times

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Well i have it up and running. I might change it and make just one line of staggered Cents.
The problem im running into is power. I have 18000 from HV arrays feading a converter and i am running my 4 batteries out quickly. Within 30 secs of connecting to the power network.

Dartmouth
Member
Posts: 121
Joined: Sat Dec 06, 2014 14:39

Re: [Mod] Technic [0.4.11] [technic]

by Dartmouth » Post

Yes, in my setup (I play creative mode...) I have 8 nuclear reactors connected to many supply converters to power everything.

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Well thats all good if you go to the creative mode and do it but im trying to do a survival version.

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

slowly getting the uranium enriched, overloading my MV network. And almost done with my Reactor I have the blast Concrete and the Regular Concrete in place and half the Stainless Steel. Is there anything i can sub for the Stainless Steel. Since Chromium is hard to come by.

ThatGraemeGuy
Member
Posts: 139
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy
Location: Cape Town, South Africa

Re: [Mod] Technic [0.4.11] [technic]

by ThatGraemeGuy » Post

No, stainless steel is not optional/replaceable.

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Then i need to find some more chromium.

Dartmouth
Member
Posts: 121
Joined: Sat Dec 06, 2014 14:39

Re: [Mod] Technic [0.4.11] [technic]

by Dartmouth » Post

Yes, chromium is found quite far down...
Can you show a screenshot of your survival setup? Do you have all the 34 stages in the cascade in place??

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Yep ill take some today.

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Well got back from church and here are some pictures.

Image
Image
Image
Attachments
Forest
Forest
Forest.jpg (382.1 KiB) Viewed 724 times
Chests
Chests
Chests.jpg (329.02 KiB) Viewed 724 times
Centifuge
Centifuge
Cent.jpg (338.08 KiB) Viewed 724 times

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Image
Image
Image
Attachments
Solar
Solar
Solar.jpg (316.01 KiB) Viewed 724 times
Reactor
Reactor
Reactor.jpg (117.6 KiB) Viewed 724 times
PowerDist
PowerDist
PowerDist.jpg (292.73 KiB) Viewed 724 times

Dartmouth
Member
Posts: 121
Joined: Sat Dec 06, 2014 14:39

Re: [Mod] Technic [0.4.11] [technic]

by Dartmouth » Post

Quite impressive for survival! Nice job :)

ThatGraemeGuy
Member
Posts: 139
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy
Location: Cape Town, South Africa

Re: [Mod] Technic [0.4.11] [technic]

by ThatGraemeGuy » Post

Kinda hard to see, but this ultra-compact centrifuge setup is just 2 rows stacked on top of one another with the sorting happening down the middle:

Image

Powered by this not-quite-finished solar megarray:

Image

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

WOW thats all i got to say.
The other problem im having is getting the sorting setup for the sorting.
I cant set up the direction till i get the next type of uranium.
Example i put in .7 and you get .6 and .8 but you need the .6 and .8 to set the sort direction. Riht now i am up to 1.8% sorted and made.

ThatGraemeGuy
Member
Posts: 139
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy
Location: Cape Town, South Africa

Re: [Mod] Technic [0.4.11] [technic]

by ThatGraemeGuy » Post

Yep, it's a hideous, tedious thing to build. After I built my first I swore I would be done with nuclear, too much hassle. Pics above are the 4th one I've built.

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Making a spreadsheet that give you how much and what you need to build things. starting with solar arrays.

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] Technic [0.4.11] [technic]

by DoyleChris » Post

Well I worked on a Google sheet to create a spreadsheet where you select the array you want to make and fills in everything you need and below is the link.
It is still in a development stage, trying to figure out all the crafting recipe and totals that you get. For example if you take and want copper wire you need 3 copper ingots and you get 2 wires so trying to get the formulas to work out is the problem right now.

https://docs.google.com/spreadsheets/d/ ... sp=sharing

ThatGraemeGuy
Member
Posts: 139
Joined: Thu Jul 31, 2014 11:02
GitHub: thatgraemeguy
IRC: ThatGraemeGuy
In-game: thatgraemeguy
Location: Cape Town, South Africa

Re: [Mod] Technic [0.4.11] [technic]

by ThatGraemeGuy » Post

Most people just use a craft guide for that, like unified_inventory.

Post Reply

Who is online

Users browsing this forum: No registered users and 34 guests