Posts by DreamMasterXXL
-
-
Hey, I'm very interested in trying out this modpack - seems like just what I've been looking for. However, I'm in North America, and I doubt cross-continental latencies would work well with hardcore survival mods. So if you don't mind, I'd like to get the files so I can start a small private server (basically just me and one other guy) to mess around with it. I'd be happy to report any issues that come up.Are you planning to incorporate Blood Asp's updated GT5 port? Admittedly I just found out about it, so I'm not sure how likely it would be to break things, but I assume the scripts at least would still work fine.
By the way - I noticed that while the scripts folder is friggin' huge, there's only one change to Blood Magic and no complete changes to Witchery. I know the pack isn't 100% done, but if you need any suggestions for tweaks/information about either of those mods I could probably help. I'm not a GT5 expert, but I'm pretty well versed in all of the magic mods.
Yes sure you can test out the pack if you want. Maybe test our Server too if the latencies is so bad you think.
In my Test Environment I update Gt to Blood Asp Version already so we have fusion reactors with Minetweaker Support that I add yesterday. Many of the bugs now out of the New GT Version(5.08.02) so maybe tomorrow I will update my Server.
Some mods I not nerfed yet (like witchery and blood magic). Witchery no have a Api and that makes it difficult to change Recipes. If you can help me with Magic Mods I appreciate that. I think the whole Project need time to be done because adding Recipes to Thaumcraft is a complicated and long process.
I send you a Pm where you can get the Pack. -
-
Added support for the Fusion Reactor
Need Version GT 5.08.01 from Blood Asp:
[GregTech-5][1.7.10-FORGE-1355+][Unofficial but approved Port] Decompiled and only a bit broken.
-
-
-
-
Now the Molds and Extruder Shapes need aTinkers Construct Smeltery. Maybe Greg will kill me for that
Code
Display More// --- Remove Recipes // --- Extruder Shape Plate recipes.remove(<gregtech:gt.metaitem.01:32350>); // --- Extruder Shape Rod recipes.remove(<gregtech:gt.metaitem.01:32351>); // --- Extruder Shape Bolt recipes.remove(<gregtech:gt.metaitem.01:32352>); // --- Extruder Shape Cell recipes.remove(<gregtech:gt.metaitem.01:32353>); // --- Extruder Shape Ring recipes.remove(<gregtech:gt.metaitem.01:32354>); // --- Extruder Shape Ingot recipes.remove(<gregtech:gt.metaitem.01:32355>); // --- Extruder Shape Wire recipes.remove(<gregtech:gt.metaitem.01:32356>); // --- Extruder Shape Casing recipes.remove(<gregtech:gt.metaitem.01:32357>); // --- Extruder Shape Tiny Pipe recipes.remove(<gregtech:gt.metaitem.01:32358>); // --- Extruder Shape Small Pipe recipes.remove(<gregtech:gt.metaitem.01:32359>); // --- Extruder Shape Normal Pipe recipes.remove(<gregtech:gt.metaitem.01:32360>); // --- Extruder Shape Lage Pipe recipes.remove(<gregtech:gt.metaitem.01:32361>); // --- Extruder Shape Huge Pipe recipes.remove(<gregtech:gt.metaitem.01:32362>); // --- Extruder Shape Block recipes.remove(<gregtech:gt.metaitem.01:32363>); // --- Extruder Shape Sword Blade recipes.remove(<gregtech:gt.metaitem.01:32364>); // --- Extruder Shape Pickaxe Head recipes.remove(<gregtech:gt.metaitem.01:32365>); // --- Extruder Shape Shove Head recipes.remove(<gregtech:gt.metaitem.01:32366>); // --- Extruder Shape Axe Head recipes.remove(<gregtech:gt.metaitem.01:32367>); // --- Extruder Shape Hoe Head recipes.remove(<gregtech:gt.metaitem.01:32368>); // --- Extruder Shape Hammer Head recipes.remove(<gregtech:gt.metaitem.01:32369>); // --- Extruder Shape File Head recipes.remove(<gregtech:gt.metaitem.01:32370>); // --- Extruder Shape Saw Blade recipes.remove(<gregtech:gt.metaitem.01:32371>); // --- Extruder Shape Gear recipes.remove(<gregtech:gt.metaitem.01:32372>); // --- Extruder Shape Bottle recipes.remove(<gregtech:gt.metaitem.01:32373>); // --- Add Recipes --- // --- Extruder Shape Plate mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32350>, <liquid:steel.molten> * 576, <Railcraft:part.plate:1>, true, 100); // --- Extruder Shape Rod mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32351>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:23305>, true, 100); // --- Extruder Shape Bolt mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32352>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:26305>, true, 100); // --- Extruder Shape Cell mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32353>, <liquid:steel.molten> * 576, <IC2:itemCellEmpty>, true, 100); // --- Extruder Shape Ring mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32354>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:28305>, true, 100); // --- Extruder Shape Ingot mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32355>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:11305>, true, 100); // --- Extruder Shape Wire mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32356>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:1520>, true, 100); // --- Extruder Shape Casing mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32357>, <liquid:steel.molten> * 576, <IC2:itemCasing:5>, true, 100); // --- Extruder Shape Tiny Pipe mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32358>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:1521>, true, 100); // --- Extruder Shape Small Pipe mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32359>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:5131>, true, 100); // --- Extruder Shape Normal Pipe mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32360>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:5132>, true, 100); // --- Extruder Shape Lage Pipe mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32361>, <liquid:steel.molten> * 576, <gregtech:gt.blockmachines:5133>, true, 100); // --- Extruder Shape Huge Pipe mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32362>, <liquid:steel.molten> * 576, <GemBlocksForGreg:tile.metalBlock3:12>, true, 100); // --- Extruder Shape Block mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32363>, <liquid:steel.molten> * 576, <IC2:blockMetal:5>, true, 100); // --- Extruder Shape Sword Blade mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32364>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:305>, true, 100); // --- Extruder Shape Pickaxe Head mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32365>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:1305>, true, 100); // --- Extruder Shape Shove Head mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32366>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:2305>, true, 100); // --- Extruder Shape Axe Head mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32367>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:3305>, true, 100); // --- Extruder Shape Hoe Head mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32368>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:4305>, true, 100); // --- Extruder Shape Hammer Head mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32369>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:5305>, true, 100); // --- Extruder Shape File Head mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32370>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:6305>, true, 100); // --- Extruder Shape Saw Blade mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32371>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:7305>, true, 100); // --- Extruder Shape Gear mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32372>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:31305>, true, 100); // --- Extruder Shape Bottle mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32373>, <liquid:steel.molten> * 576, <BiomesOPlenty:jarEmpty>, true, 100);
-
Now the Molds and Extruder Shapes need aTinkers Construct Smeltery. Maybe Greg will kill me for that
Code
Display More// ---Remove Recipes --- // --- Empty Shape recipes.remove(<gregtech:gt.metaitem.01:32300>); // --- Plate Mold recipes.remove(<gregtech:gt.metaitem.01:32301>); // --- Casing Mold recipes.remove(<gregtech:gt.metaitem.01:32302>); // --- Gear Mold recipes.remove(<gregtech:gt.metaitem.01:32303>); // --- Coinage Mold recipes.remove(<gregtech:gt.metaitem.01:32304>); // --- Bottle Mold recipes.remove(<gregtech:gt.metaitem.01:32305>); // --- Ingot Mold recipes.remove(<gregtech:gt.metaitem.01:32306>); // --- Ball Mold recipes.remove(<gregtech:gt.metaitem.01:32307>); // --- Block Mold recipes.remove(<gregtech:gt.metaitem.01:32308>); // --- Nuggets Mold recipes.remove(<gregtech:gt.metaitem.01:32309>); // --- Buns Mold recipes.remove(<gregtech:gt.metaitem.01:32310>); // --- Bread Mold recipes.remove(<gregtech:gt.metaitem.01:32311>); // --- Baguette Mold recipes.remove(<gregtech:gt.metaitem.01:32312>); // --- Cylinder Mold recipes.remove(<gregtech:gt.metaitem.01:32313>); // --- Anvil Mold recipes.remove(<gregtech:gt.metaitem.01:32314>); // --- Name Mold recipes.remove(<gregtech:gt.metaitem.01:32315>); // --- Head Mold recipes.remove(<gregtech:gt.metaitem.01:32316>); // --- Small Gear Mold recipes.remove(<gregtech:gt.metaitem.01:32317>); // --- Add Recipes --- // --- Empty Shape mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32300>, <liquid:steel.molten> * 576, null, false, 100); // --- Plate Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32301>, <liquid:steel.molten> * 576, <Railcraft:part.plate>, true, 100); // --- Casing Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32302>, <liquid:steel.molten> * 576, <IC2:itemCasing:4>, true, 100); // --- Gear Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32303>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:31032>, true, 100); // --- Coinage Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32304>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:32010>, true, 100); // --- Bottle Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32305>, <liquid:steel.molten> * 576, <minecraft:glass_bottle>, true, 100); // --- Ingot Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32306>, <liquid:steel.molten> * 576, <minecraft:iron_ingot>, true, 100); // --- Ball Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32307>, <liquid:steel.molten> * 576, <Thaumcraft:ItemResource:3>, true, 100); // --- Block Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32308>, <liquid:steel.molten> * 576, <minecraft:iron_block>, true, 100); // --- Nuggets Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32309>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.01:9305>, true, 100); // --- Buns Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32310>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:32564>, true, 100); // --- Bread Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32311>, <liquid:steel.molten> * 576, <minecraft:bread>, true, 100); // --- Baguette Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32312>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:32565>, true, 100); // --- Cylinder Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32313>, <liquid:steel.molten> * 576, <minecraft:cake>, true, 100); // --- Anvil Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32314>, <liquid:steel.molten> * 576, <minecraft:anvil>, true, 100); // --- Name Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32315>, <liquid:steel.molten> * 576, <minecraft:name_tag>, true, 100); // --- Head Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32316>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:14305>, true, 100); // --- Small Gear Mold mods.tconstruct.Casting.addTableRecipe(<gregtech:gt.metaitem.01:32317>, <liquid:steel.molten> * 576, <gregtech:gt.metaitem.02:20305>, true, 100);
-
Hi all.I made a modified script from your Tinkers' Construct script on GitHub. There are some deleted/modified recipes (for not being too much nerfed) and the majority of the smeltery outputs were modified in order to be the GregTech version of them. The only problem of this script is that the TiCon Tool Station is not craftable for some reason I don't know (or I can't find).Anyway, here is it.
Found the Error. You remove the Casing Table twice
and later
That means your new recipes are removed again.
look at may scripts on git. I remove all Blocks and items on the first lines on my script and add them back later in the script.
-
-
@ Invincible92
Thanks for your script.
All Scripts on Git nowI look at your recipes.
When the ordicted names are written wrong the recipes not loaded and it didn't show any errors in the log. -
-
-
DreamMaster I've seen some of your other cool stuff so I have faith, but how the hell did you manage to integrate TiCo in a balanced fashion w/o its tools completely deprecating everything from GT/IC2?I mean who the hell would build a 22nd Century Mining Laser of Doom if you can just make a much-better Big Hammer.
To balanced Tico with GT and IC2 i'snt easy and maybe not perfect. Yes the Mining laser is maybe a little bit underpowered for this recipe i gave him but i have Iguana Tweaks installed so i can set the Tools be use up some time. I added expensive Thaumcraft Recipes for the ball of moss and the Silky Crystal. GT tools you can recycle and it have more variation.
I make the GT Molds and Extruder Shapes only craftable in the Tico Smeltery. I thing Greg will hate me for that but i think this is a nice Integration ;-).
If you have new/better Ideas/Suggestion feel free to post here or on git. May pack is not 100% done yet. -
-
Hello Guys!!! Im here to report a bug, the bug is this: we craft the advanced solar helmet but we cant get nothing
Someone can help pls?Use Minetweaker it is the easiest and quickest way to solve recipe problems.
Code// --- Advances Solar Helmet recipes.addShaped(<AdvancedSolarPanel:advanced_solar_helmet>, [ [null, <AdvancedSolarPanel:BlockAdvSolarPanel>, null], [<IC2:itemPartCircuitAdv>, <IC2:itemArmorNanoHelmet:*>, <IC2:itemPartCircuitAdv>], [<IC2:itemCable:3>, <IC2:blockElectric:3>, <IC2:itemCable:3>]]);
-
Just in case you didn't know: http://forum.feed-the-beast.com/threads/…4-1-2015.50185/Yes i know this Pack thanks. We nerfed much more stuff amd i writing a addon Mod for Modtweaker that add missing Gt Machines and fluid Support.
In my Pack GT stuff seems to be cheap compared to some of my recipes;-) -
-
Eyyo dudes,
I'm playing FTB Infinity and I wanted to use a Molecular Transformer to get Iridium. In the FTB Wiki it says that you can transform an iron ingot to an iridium but when I tried it it didn't work. I klicked on the recipies. It showed me that I only can tranform Glowstone Dust and Glowstone. So did they change something in the Mod or why is it like this. I hope you guys can help me.4everfreekin
Enable the line you want in the AdvancedSolarPanel_MTRecipes.cfg file in youf config folder from minecraft.
disabled:
enabledYou can change how many EU it takes (Example has 9 Mio EU)