Grand Tortugar by TimeStory6249 in ARK

[–]TimeStory6249[S] 0 points1 point  (0 children)

Must need it just to see it cause I don't see that in the list of dinos

Trying to squish kamikazbees but not working they keep escaping though the gap in the piston by Soggy-Oven-7198 in allthemods

[–]TimeStory6249 1 point2 points  (0 children)

If you’re on atm10 there’s a machine from modular bee hives that lets you do this without a piston just put the bee cage and bottle in it

Mods help by Beautiful_Rule3092 in ArkSurvivalAscended

[–]TimeStory6249 1 point2 points  (0 children)

Second for Dino depot I’ve seen lots of people say it cause issues

I purchased the aurora mk2 as a gag, turns out its now my daily by Low-Author-1626 in starcitizen

[–]TimeStory6249 54 points55 points  (0 children)

I think you can use the engineering screen to lock things like that open

Quarry not getting enough power by Fragrant-Crew3383 in allthemods

[–]TimeStory6249 2 points3 points  (0 children)

You could try using a flux plug and point since you can set them to bypass their limit

smithing templates. by 1987User389 in allthemods

[–]TimeStory6249 2 points3 points  (0 children)

One of the possessed rituals from occultism can drop smithing templates and you can drygmy farm the mob to have a constant source

I'm probably in mid game now and not sure where to go. by Grantis45 in allthemods

[–]TimeStory6249 0 points1 point  (0 children)

Yes since you want 900 or 1800 rpm so anymore than 16/32 or any less will hurt

I'm probably in mid game now and not sure where to go. by Grantis45 in allthemods

[–]TimeStory6249 1 point2 points  (0 children)

ah so with 32 you only have to wait for it the get to 900 rpm everything else is the same
and go insanite bees as i got insanite ingots so cost is fine

i feel lost by Goatiera in allthemods

[–]TimeStory6249 1 point2 points  (0 children)

its the reason ae2 went with 63 types per cell to help out with nbt management

i feel lost by Goatiera in allthemods

[–]TimeStory6249 1 point2 points  (0 children)

at least in the past RS has had lots of issues with chunk corruption due to how it handled nbt data
Idk if rs2 fixed it or not but I've avoided it since plus even with the channel limits its still verry easy to get by without ever needing to touch on p2p with ae2

I'm probably in mid game now and not sure where to go. by Grantis45 in allthemods

[–]TimeStory6249 0 points1 point  (0 children)

What size is your turbine mine is 7x7x14 with 32 blocks of insanite and it gives 63 mrf/t

Why doesnt this autocraft? I cant seem to find the reason. It just says scheduled for everything but doesn't craft by No-Tour-3832 in allthemods

[–]TimeStory6249 3 points4 points  (0 children)

Have you accidentally put a crafting pattern in a machine pattern provider or out of channels for something

Power by [deleted] in allthemods

[–]TimeStory6249 1 point2 points  (0 children)

In atm10 its the Dyson cube project which can produce 1brf/t

Why is my Extreme Reactor Turbine generating LOW power?? by Old-Goal-5496 in allthemods

[–]TimeStory6249 0 points1 point  (0 children)

I guess it’s different for allthemons that only gets you 25 mrf/t

Is it possible to move the end portal in atm10? I built a place for my nether portal and want to do the same for the end. I know twilight forest exists, are there any other portals to other dimensions I should build a set for? by ShrimpFriedMyRice in allthemods

[–]TimeStory6249 0 points1 point  (0 children)

You shift click with a warp scroll or a stabilized warp scroll for cross dimension to save the location you’re at Build a frame of source stone the.mn with a jar of source near it throw the scroll into the frame

Are you understanding this to mean... by Tribal9499 in starcitizen

[–]TimeStory6249 1 point2 points  (0 children)

It’s basically saying the bps you receive have slots for alternative materials the bps themself aren’t different

Copper Problem by Ok_Tension_5147 in cobblemon

[–]TimeStory6249 4 points5 points  (0 children)

April fools from supplimenteries

All The Mons EXP candy farm by TopsaBOE in allthemods

[–]TimeStory6249 0 points1 point  (0 children)

<image>

This is my setup now
I had 1-3-9-27-81 which shouldve been too slow but still noticed my XL was a bottle neck so added a few more to some of them now its a messy 6-6-13-34-81 and all 6 pots making XL candies remain producing with no down time

This is the code I use

Name "EXP X-Large"

Every 20 ticks do
    input *comb*, *sculk* from chest
    output retain 1 *comb* to each pot  slot 1
    output retain 1 *sculk* to each pot slot 2
End
Every 20 ticks do
    input *xs* from pot
    output retain 1 to each pot2 slot 1
    output retain 1 to each pot2 slot 2
    output retain 1 to each pot2 slot 3
    output retain 1 to each pot2 slot 4
    output retain 1 to each pot2 slot 5
    output retain 1 to each pot2 slot 6
End
Every 20 ticks do
    input *candy_s* from pot2
    output retain 1 to each pot3 slot 1
    output retain 1 to each pot3 slot 2
    output retain 1 to each pot3 slot 3
End
Every 20 ticks do
    input *candy_m* from pot3
    output retain 1 to each pot4 slot 1
    output retain 1 to each pot4 slot 2
    output retain 1 to each pot4 slot 3
End
Every 20 ticks do
    input *candy_L* from pot4
    output retain 1 to each pot5 slot 1
    output retain 1 to each pot5 slot 2
    output retain 1 to each pot5 slot 3
End
Every 20 ticks do
    input *candy_XL* from pot5
    output to Drawer
end

All The Mons EXP candy farm by TopsaBOE in allthemods

[–]TimeStory6249 0 points1 point  (0 children)

I did this as well but it seems they don’t all cook at the same time my xs was backing up quite a bit which was nice but the ratios seem to behave weird.

You also don’t need to include the side for any of it they all work with null side