Posts by DreamMasterXXL
-
-
Big Update Today Version 1.0.6.0
New Mods Added:
AE2 stuff 0.5.0.56
Dragon's Radio Mod 1.7.1
Enchiridion 2.0.2a
IC2 Nei Plugin 1.0.7
IN pure Core 1.0.0B9-62
Utility Worlds 1.0.7
Ztones 2.2.2Mod Updates:
Appliedenergistics2-rv2-stable-10
Bdlib-1.9.3.107
Blood Arsenal 1.2-3
Brandons Core 1.0.0.7
Buildcraft 7.1.8
Buildcraft Compat 7.1.1
CoFH Core 3.0.3-303
CoFH Lib 1.0.3-175
Electric Magic Tools 1.2.2
Extra Cells 2.3.0b142
Forestry_ 3.6.10.1
Gendustry 1.6.1.126
Gregtech 5.08.30
GT New Horizons Core Mod 0.9.29
GTTweaker 1.0.9
Hardcore Ender Expansion v1.8.4
Hunger Overhaul 1.7.10-1.0.0.85
Industrialcraft 2.2.780
InGame Info XML 2.8.1.82
Magicbees 2.3.6
Mine Tweaker3 3.0.10B
Mod Tweaker 2-0.9.3.148
Natura 1.0.0.107
Open Blocks 1.4.4.674
Open Mods Lib 0.8.399
Open Security 1.0-65
Storage Drawers 1.6.2
Tinkers Construct 1.8.7.984
Thaumic Tinkerer 2.5.510Recipes added/changes:
Make new Recipes for this mods:
AE2 stuff 0.5.0.56 (all)
Dragon's Radio Mod 1.7.1 (all)
Enchiridion 2.0.2a (all)
Ztones 2.2.2 (all except the Blocks)Change/added Recipes for this mods:
AE2 (Crystal Growth Accelerator)
Extra Utilities (Conveyor Belts, Cabinets, Compressed Blocks, and more Blocks)
Gravisuite (Vajra, Cooling Core, Vajra Core)
Gregtech(Coolant Cells)
GT New Horizons Core Mod (Wither Protection Ring, Neutron Reflector Fix, Coolant Cells, Graphite Block)
IC2 (Cropnalyzer, Coolant Cells, Heat Vents and everything with MetaData,)
Minecraft (Lever in Assembler Recipes)
Open Computers (Case 2,3 and Server Rack)
Project Red (JetPack)
Random Things (Online Detector)Config added/changes:
Advanced Solar Panels (new Molecular Transformer recipes)
Gregtech(Lever)
GT Core Mod (Custom Drops, Hazit items, Custom tool Tips,)
IC2(new Configs available but not set)
Natura(Trees can be disabled but i dont touche it)
Tinkers Construct(now no iron ore on the surface any more, can set density for ardite and cobalt)
Ztones (Blocks are sealable GC and Multipart able, disabled the pill and the totem) -
Fewizz is contiued the Project now
https://github.com/fewizz/Electro-Magic-Tools
If you want to add or change stuff you have to pull it there.
If he not answering i can send him an email because he is playing on my Server from time to time. -
-
-
-
-
Hey
I'm trying to change Extra Trees fence recipes. When I write a simple
recipes.remove(<ExtraTrees:fence:32>); for some reason it removes all fence recipes. What's up with it ? When I write /mt hand in game it shows <ExtraTrees:fence:32>.withTag({meta:32}) but even when I tried that it still didn't work.I am not sure but i think minrtweaker not supports nbt data when removing recipes.
That's why i not touching the recipes in my pack. -
-
Hi everyone. I have crash of client (already tesselating) when helium gas come in certus tank. Can't
connect to server, client crashes. I try to remove optifine and change extracell2 versions: there is no matter.
Gt5u 5.09.02, helium gas have not texture in receipe.
Btw, how fix certus tank dupe when right click on steel/iron tank from RailCraft?
Is there any normal alternative of some tank? BC cann't be installed))It is a galacticraft issue.
-
-
But 2-nd input is present in script and its empty in recipe of EBF.
BTW changing input orderCodeBlastFurnace.addRecipe([<gregtech:gt.metaitem.01:2819>], [<gregtech:gt.metaitem.01:11020>, <gregtech:gt.metaitem.01:2865>], 500, 480, 2000);
adds recipe Silicon Ingot -> Graphene dust. So something wrong with 2-nd input. It does not work.I will look inside it and see what i can do.
-
Upd
And seems like something wrong with second input parameter in GTTweaker-1.7.10-1.0.6.CodeBlastFurnace.addRecipe([<gregtech:gt.metaitem.01:2819>], [<gregtech:gt.metaitem.01:2865>, <gregtech:gt.metaitem.01:11020>], 500, 480, 2000);
Adds recipe with only one input (Graphite dust -> Grtaphene dust)[/quote]BlastFurnace.addRecipe([output stack1, output stack2], fluid input, [input stack1, input stack2], time in ticks, energy per tick, temperature);
Parameters marked as red are optional and can be left out
-
-
Display More
Found error in Wiki
Code//Graphene out of Silicon and Graphite with Oxygen import mods.gregtech.BlastFurnace; BlastFurnace.addRecipe([<gregtech:gt.metaitem.01:2819>], <liquid:oxygen> * 1000, [<gregtech:gt.metaitem.01:2865>, <gregtech:gt.metaitem.01:2020>], 500, 480, 2000);
Silicon ingots is
<gregtech:gt.metaitem.01:11020>
not
<gregtech:gt.metaitem.01:2020>And actually there must be no oxygen for reaction Si + C -> SiC.
With oxygen it would be Si + C + 4O -> SiO2 + CO2.Actually the way to produce Graphene should have two steps:
1) Si + C -> SiC in Blast Furnace.
2) SiC -> Graphene in Laser Engraver
But i have no way to add new item unfortunately.Upd
And seems like something wrong with second input parameter in GTTweaker-1.7.10-1.0.6.CodeBlastFurnace.addRecipe([<gregtech:gt.metaitem.01:2819>], [<gregtech:gt.metaitem.01:2865>, <gregtech:gt.metaitem.01:11020>], 500, 480, 2000);
Adds recipe with only one input (Graphite dust -> Grtaphene dust)Yes I know this recipes don't make sense but i need an example for show People how the syntax is.
If you have a better recipes with Fluid post it here and i will change it in the WIKI. -
-
-
-
-