Is it possible to combine 2 or more aspects to get another? For example: combining Perditio and Praecantatio to get Vitium?
Is it possible to combine 2 or more aspects to get another? For example: combining Perditio and Praecantatio to get Vitium?
Is it possible to combine 2 or more aspects to get another? For example: combining Perditio and Praecantatio to get Vitium?
no i don't want to use anything that converts i just want to remove it from the oredict , like a line from minetweaker or something.Why dont you just use something that converts between oredicts to turn it into steel? Lexicon, or barrels, or drawers, and I think mfr has a block too.
assuming ur talking essentia not research pts ,nope and the only things that have vintium(taint essentia) is sludge buckets (without automagi's alchemical boiler the bucket will get melted in the essentia collection as well) and tained mob drops (ethereal blooms have that essentia as well but alot of the time its impractical to melt them down for essentia )
On theI'ma gonna start playing Departed (pray for me). I'm setting up my configs on a creative world. I cannot get my Journeymap minimap to show my FPS. Is this intentional? Is there a workaround?
Can you export a MCEdit world into a Mystcraft (v.0.12.x) age or vice-versa?
Yeah, I did that. I even clicked on the preview box to see if it was some overlay, but no dice. Something I noticed though, is that, if you preview it on the default top right position, when I toggle the FPS option, the minimap goes slightly up or down, as if showing or hiding the FPS. But nothing shows.I don't know if departed has changed the config, but on all the mods I have with Journeymap (DW20, Infinity Evolved to name two) I go into Map Options, select the bar for the minimap I use, "Minimap 1", and check the box to show FPS.
Please note that if you leave the font size as "1" it's all very hard to see... I set both font sizes to 2 minimum so I can read them.
i dont think tinkers tools ever "disappear" even with iguana tweaks giving them limited repair times if u run out of durabilty and repairs u will be left with a useless husk (i dont think swaping all the parts counts it as a new tool )On Jadedpacks you can only repair your tools up to 30 times before they break. Does that mean the item will disappear from the inventory or that it can only be regened with moss?
I don't recall the name of refined steel, but you should be able to find it using /mt hand while holding it.no i don't want to use anything that converts i just want to remove it from the oredict , like a line from minetweaker or something.
val steel = <ore:ingotSteel>;
val refinedIronIngot = 'refinedIronNameHere';
steel.remove(refinedIronIngot);
Yeah, I did that. I even clicked on the preview box to see if it was some overlay, but no dice. Something I noticed though, is that, if you preview it on the default top right position, when I toggle the FPS option, the minimap goes slightly up or down, as if showing or hiding the FPS. But nothing shows.
That did work, thanks!
Of course now new players can destroy my starting area which also sucks! Any possibility to have it both ways? That is give new players the ability to press buttons/open chests but not place/destroy blocks?
yes i know how to use Mt , the value is IC2:itemIngot:3 , and i tried that method it didn't work.I don't recall the name of refined steel, but you should be able to find it using /mt hand while holding it.
You'll likely also want to remove the block of refined iron from the block of steel oredict in a similar manner.Code:val steel = <ore:ingotSteel>; val refinedIronIngot = 'refinedIronNameHere'; steel.remove(refinedIronIngot);