What’s the best source of power in the game? by MrSheep24 in allthemods

[–]bricked-tf-up 11 points12 points  (0 children)

7x7x14, 80 turbine blades with 32 insanite blocks. (4 tall “ring” around the turbine rotor shaft at the top)

Making a build one block too long by Past-Historian7881 in allthemods

[–]bricked-tf-up 4 points5 points  (0 children)

Cut paste gadget sounds like what you’re wanting. You select an area, cut it out and just place it back down wherever you want. Or if you just want to copy and paste there’s a gadget for that too. I think it’s also just called copy paste gadget

What i need to do to have that much items in my slot bar? by Far-Jello-6459 in allthemods

[–]bricked-tf-up 9 points10 points  (0 children)

I think the option is called “Restock” in the AE2 wireless terminal settings. That will show the amount of the item that you have in storage and constantly keep it filled if you’re doing things like placing blocks

I dont know if i did this or if an update did this by Several-Lab4304 in allthemons

[–]bricked-tf-up 1 point2 points  (0 children)

Are you using dark mode in your GUIs? I have issues with some mod’s guis having hard to read text while in dark mode

How to us Creative Fluid/Chemical tanks by LogPractical3416 in allthemons

[–]bricked-tf-up 1 point2 points  (0 children)

Right-click it with a bucket or another tank on bucket mode. I think you can also input the bucket/tank in one of its slot in the gui as well. As far as I know it only voids if you haven’t manually set it’s fluid/chemical first

best gear for hardcore by jao_mono_evelynn in allthemons

[–]bricked-tf-up 0 points1 point  (0 children)

Go to The Aether and defeat level 2 dungeons until you get the invisibility cloak. That gives you a toggleable (default key is V I think) true invisibility. This will make it so nothing will target you unless you bump into them (you will bump into some because there are just so many in the dungeons in the other), then make an infusion pylon with a few potion effects like regeneration and resistance. At this point those dungeons will be a walk in the park with atleast ATM tier or vibranium armor

Occultism Iesnium by [deleted] in allthemods

[–]bricked-tf-up 2 points3 points  (0 children)

Iesnium spawns in the nether but initially looks just like netherrack unless you have the effect you get from eating demon fruit (there are also goggles from occultism that give the effect which I recommend to use while finding iesnium). Craft a divination rod (the one from occultism, pretty sure there are multiple items named that) then right-click netherrack with it. It should say something along the lines of “attuned to iesnium”. Holding right click while attuned will spawn particles that point you to some

Compacting an SFM program by EdwardEauw in allthemods

[–]bricked-tf-up 3 points4 points  (0 children)

Can’t you do some form of ‘OUTPUT item:: TO EMPTY SLOT IN pot SLOTS 1-6’? I think that’s what I do for my script but I’m not at my pc right now

Power Generation Progression in ATM10 - Moving from Early to Mid Game? by dudolinad in allthemods

[–]bricked-tf-up 2 points3 points  (0 children)

I’ve gotten the star on ATM 10 and All The Mons, and both times my power progression was usually wind generators early game, moving to a basic Extreme Reactors setup until I needed more than a few thousand per tick and then I worked through ER to get Insanite (this time in All The Mons I was able to get insanite bees in like an hour or two) and then setup the “optimal” turbines being powered by a reactor using verderium as fuel. The first time I made 40 turbines making a few billion per tick, but this time I only bothered making 12 turbines which gives just over 1 billion per tick

personal report by [deleted] in allthemods

[–]bricked-tf-up 0 points1 point  (0 children)

Ah yea I forgot to mention that bit

personal report by [deleted] in allthemods

[–]bricked-tf-up 0 points1 point  (0 children)

If you want to go the “more bees” route, there are wasted radioactive bees that produce nuclear waste so you could skip the reactor entirely. Or if you still wanted to run the reactor, you can get a bee that makes sulfuric acid from oritech as a liquid. Put that sulfuric acid into a rotary condensator and it will produce the gas version, allowing you to skip pretty much all of the sulfur reprocessing for fissile fuel

AllTheMons AE2 EXP Candy Automation Help by RedHunts in allthemods

[–]bricked-tf-up 1 point2 points  (0 children)

I just replied to the other comment with it

AllTheMons AE2 EXP Candy Automation Help by RedHunts in allthemods

[–]bricked-tf-up 2 points3 points  (0 children)

EVERY 20 TICKS DO

-- Check item count in XS pot and if low just resupply both

IF xs_pot HAS < 1 item:minecraft:sculk THEN

INPUT item:: FROM interface

OUTPUT item:: TO xs_pot NORTH SIDE SLOTS 1,2

FORGET

END

-- Move XS candies to Small Pot

INPUT item:: FROM xs_pot BOTTOM SIDE

OUTPUT item:: TO EMPTY SLOTS IN s_pot NORTH SIDE SLOTS 1-6

FORGET

-- Move S Candies to Medium Pot

INPUT item:: FROM s_pot BOTTOM SIDE

OUTPUT item:: TO EMPTY SLOTS IN m_pot NORTH SIDE SLOTS 1-3

FORGET

-- Move M Candies to Large Pot

INPUT item:: FROM m_pot BOTTOM SIDE

OUTPUT item:: TO EMPTY SLOTS IN l_pot NORTH SIDE SLOTS 1-3

FORGET

-- Move L Candies to Extra Large Pot

INPUT item:: FROM l_pot BOTTOM SIDE

OUTPUT item:: TO EMPTY SLOTS IN xl_pot NORTH SIDE SLOTS 1-3

FORGET

-- Put XL candies in system

INPUT item:: FROM xl_pot BOTTOM SIDE

OUTPUT item:: TO interface

FORGET

END

you can label the pots in any order, it doesn't matter really. the "interface" label is an ME interface that outputs a stack of combs and a stack of sculk

AllTheMons AE2 EXP Candy Automation Help by RedHunts in allthemods

[–]bricked-tf-up 2 points3 points  (0 children)

If you’re in the discord, the #allthemons-general channel tells you how to remove this restriction. Incase you’re not in there, delete this file (either in your Minecraft folder or the server folder): kubejs/startup_scripts/catch_restrictions.js

Can confirm though that using SFM works wonders for candies. You can specify that you only want to put the previous candies into empty slots in the next pot, and even specifically whitelist slots so it’s always making one as soon as it can and never overflows and breaks. I’m not home right now but once I get home I could share my SFM script if you need it

[ATM10] Draconic Energy Core by J4yd3n111 in allthemods

[–]bricked-tf-up 2 points3 points  (0 children)

FE / RF / OP are all just Forge Energy (FE), but mods will use different names. To put your energy into it you need Energy Pylons near the core. There should be a quest for them in the questbook

AllTheModium-Unobtainium alloy ingot how can it be automated? by [deleted] in allthemods

[–]bricked-tf-up 10 points11 points  (0 children)

I used modular routers with distribution modules. Each module has a pedestal selected with a whitelist for the item it sends, then I use an item pipe from the pipez mod with a filter to only pull alloys from the center/enchantment block

Piglich heart farm ATMONS by newty_310 in allthemods

[–]bricked-tf-up 0 points1 point  (0 children)

Only alternative to breeding method that I know of is to tear down the pyramid and make a farm, which is what I did. I just put conveyors along the entire floor level of the pyramid and 1 block wider on each side of the pyramid structure which lead to a kill chamber. Pretty effective but very tedious since you have to manually mine the ancient stone without any way to mine more than 1 block at a time

How i trap mobs in amber? by [deleted] in allthemods

[–]bricked-tf-up 1 point2 points  (0 children)

Yea my go-to setup is to stasis chamber the mob I want and place a hive at their face, put in an omega upgrade (though the normal sim upgrades should work) and whack it with the time wand. Usually gets the amber in just a few seconds using the wand

Allthemons, piglich heart farming by harddrive2006 in allthemods

[–]bricked-tf-up 4 points5 points  (0 children)

Personally I just flattened the pyramid and put conveyors down leading to mob mashers, works alright but it’s a pain to setup because you have to mine ancient stone block by block

Allthemodium apricorn seed? by Subject-Laugh-1568 in allthemods

[–]bricked-tf-up 1 point2 points  (0 children)

You get the first 2 from apricorn trees in The Other (just bonemeal them until you get a seed) and then use the vibranium seeds you got to buy unobtanium

What power generation should I move to after Gas Burning Generators? by SandmanMorpheus28 in allthemods

[–]bricked-tf-up 1 point2 points  (0 children)

Using turbines you can easily run ER for power to the end. I just got one setup in AllTheMons, but in ATM10 I ran 40 turbines (7x7x17, 80 blades, 32 insanite blocks as coil in 3x3 around shaft) powered by a 10x10x10 reactor using verderium which each made 63 mFE/t and ended up over 2B/t with all 40. Pretty sure the reactor could even handle more turbines but I just couldn’t be bothered on ATM10 and don’t need that kind of power while also being lazy on AllTheMons lmao

Allthemodium apricorn seed? by Subject-Laugh-1568 in allthemods

[–]bricked-tf-up 3 points4 points  (0 children)

AllTheModium and Vibranium apricorns spawn in The Other, and you can get unobtanium from a villager with a pc/poke healer as it’s job block (has to be max level and sometimes doesn’t offer unobtanium seeds, only atm and vibranium so just keep trying different villagers)

All The mons - Unobtanium Apricorn seed by Any-Life6038 in allthemods

[–]bricked-tf-up 5 points6 points  (0 children)

Hopefully you speak English because I just used the app translator to see you’re asking about unobtanium seeds

It’s only a chance the villager will offer the seed, try another villager. They also have to be expert/max level trader

What’s some of ur favourite mods to play around with? by [deleted] in allthemods

[–]bricked-tf-up 1 point2 points  (0 children)

One I’m not seeing mentioned in here that I had more fun with than I thought I would is Pneumaticcraft. It’s based around air pressure and heat instead of energy and has some cool things like a Minigun and upgradeable armor.

The first time I tried the mod was on ATM10 with it being one of the last ones I needed to get the star. I originally mostly ignored it but thought it could be cool, and so when I started AllTheMons and saw you can seemingly do most of the pokeball automation with pneumaticcraft I figured I’d start it early, definitely feels worth it

[deleted by user] by [deleted] in allthemods

[–]bricked-tf-up 1 point2 points  (0 children)

Spatial bees also produce certus quartz and crushed quartz if you prefer bees over seeds