Posts by malcanteth
-
-
I keep getting OOM during texture load. Java8, 1200M Heap size, 4GB ram total, windows 10. Sometimes it results in crash, sometimes textures are flickering, sometimes I get no textures for blocks and items (solid white color). Tried both with and without fastcraft. Can anyone help me?
Edit: I did not know about 64-bit Java.
-
Just started GT6 and I have two questions.
- Greg, why do you hate lead tools? I always started with lead tools in GT5. I never found small Bismuth ore, but small lead ones are pretty common to get first tools.
- Am I wrong or wheat could be macerated with mortar in GT5, but not in GT6? -
Like dropbox. Maven is too much to ask for)
-
Is it possible to host this mod somewhere with direct link? This mod is the only GT dependency I cannot get automatically with gradle.
-
-
Is there a Dev version of GT4?
Only the one made with Bearded Octo Nemesis tool. -
eh? whats that?
1. Red Power lamp lights a room, RP2 Deployer uses bonemeal on grass floor (results in grass and flowers growing there)
2. RP2 lamp turns off, all the flowers are dropped onto the ground
3. RP2 Transposers collect those flowers, lamp turns on again
4. Equivalent Exchange turns flowers into bonemeal and diamonds
5. ?????????
6. PROFIT! -
You probably?edit: dangit I dunno how to find the changes if its not on github :p
Git is still an option, even without hub. -
-
Nope, no sandstone variant of ores in GT5.
But there were small ores to ruin village buildings. -
lol - houses in Desert biome have ore in them
(see attachment)
It was implemented since GT 5.0 -
Logistic Pipes I suppose. Or maybe it was misspelled GregTech, because I see no reason of having both LP and AE.
-
Guys, Thermal Dynamics is out, and a mod called Intermediary makes some 1.2.5 mods work with 1.7.10
Can we have lightning rod from GregTech 1 in GregTech 6 with it? -
I like this idea. Wear piezo boots, do some activity to charge your tools and then dispose this free energy into batbox.
-
Greg, some mods add shardBlah where shard is the equivalent of a nugget for gems. In particular you can get them from some bees. However GregTech lets me process them into an entire dust which increases the output by 9x, which is rather overpowered.
Because shardBlah is a full gem in Thaumcraft which came first. -
C-C-C-C-COMBOBREAKER!
-
Forestry nerfs:
Code- //sturdy casing nerf
- recipes.remove(<Forestry:sturdyMachine>);
- recipes.addShaped(<Forestry:sturdyMachine>, [[<ore:plateBronze>, <ore:plateBronze>, <ore:plateBronze>], [<ore:plateBronze>, <ore:craftingToolWrench>.transformDamage(800), <ore:plateBronze>], [<ore:plateBronze>, <ore:plateBronze>, <ore:plateBronze>]]);
- //gear nerf
- <ore:gearCopper>.remove(<Forestry:gearCopper>);
- <ore:gearBronze>.remove(<Forestry:gearBronze>);
- <ore:gearTin>.remove(<Forestry:gearTin>);
- recipes.remove(<Forestry:gearBronze>);
- recipes.remove(<Forestry:gearCopper>);
- recipes.remove(<Forestry:gearTin>);
- //engines nerf
- recipes.remove(<Forestry:engine:*>);
- //electric engine
- recipes.addShaped(<Forestry:engine:0>, [[<ore:plateTin>, <ore:plateTin>, <ore:plateTin>], [null, <minecraft:glass>, null], [<ore:gearTin>, <ore:craftingPiston>, <ore:gearTin>]]);
- //peat-fired engine
- recipes.addShaped(<Forestry:engine:1>, [[<ore:plateCopper>, <ore:plateCopper>, <ore:plateCopper>], [null, <minecraft:glass>, null], [<ore:gearCopper>, <ore:craftingPiston>, <ore:gearCopper>]]);
- //biogas engine
- recipes.addShaped(<Forestry:engine:2>, [[<ore:plateBronze>, <ore:plateBronze>, <ore:plateBronze>], [null, <minecraft:glass>, null], [<ore:gearBronze>, <ore:craftingPiston>, <ore:gearBronze>]]);
- //bio generator
- recipes.addShaped(<Forestry:engine:3>, [[<ore:plateGold>, <minecraft:glass>, <ore:plateGold>], [<ore:plateGold>, <Forestry:sturdyMachine>, <ore:plateGold>], [<ore:plateGold>, <minecraft:glass>, <ore:plateGold>]]);
- //clockwork engine
- recipes.addShaped(<Forestry:engine:4>, [[<ore:plankWood>, <ore:plankWood>, <ore:plankWood>], [null, <minecraft:glass>, null], [<ore:gearCopper>, <ore:craftingPiston>, <minecraft:clock>]]);
- //machines nerf
- //carpenter
- recipes.remove(<Forestry:factory:1>);
- recipes.addShaped(<Forestry:factory:1>, [[<ore:plateBronze>, <minecraft:glass>, <ore:plateBronze>], [<ore:plateBronze>, <Forestry:sturdyMachine>, <ore:plateBronze>], [<ore:plateBronze>, <minecraft:glass>, <ore:plateBronze>]]);
- //centrifuge
- recipes.remove(<Forestry:factory:2>);
- recipes.addShaped(<Forestry:factory:2>, [[<ore:plateCopper>, <minecraft:glass>, <ore:plateCopper>], [<ore:plateCopper>, <Forestry:sturdyMachine>, <ore:plateCopper>], [<ore:plateCopper>, <minecraft:glass>, <ore:plateCopper>]]);
- //squeezer
- recipes.remove(<Forestry:factory:5>);
- recipes.addShaped(<Forestry:factory:5>, [[<ore:plateTin>, <minecraft:glass>, <ore:plateTin>], [<ore:plateTin>, <Forestry:sturdyMachine>, <ore:plateTin>], [<ore:plateTin>, <minecraft:glass>, <ore:plateTin>]]);
- //still
- recipes.remove(<Forestry:factory:6>);
- recipes.addShaped(<Forestry:factory:6>, [[<ore:plateRedAlloy>, <minecraft:glass>, <ore:plateRedAlloy>], [<minecraft:glass>, <Forestry:sturdyMachine>, <minecraft:glass>], [<ore:plateRedAlloy>, <minecraft:glass>, <ore:plateRedAlloy>]]);
- //thermionic fabricator
- recipes.remove(<Forestry:factory2:0>);
- recipes.addShaped(<Forestry:factory2:0>, [[<ore:plateGold>, <minecraft:glass>, <ore:plateGold>], [<minecraft:glass>, <Forestry:sturdyMachine>, <minecraft:glass>], [<ore:plateGold>, <ore:craftingChest>, <ore:plateGold>]]);
- //raintank
- recipes.remove(<Forestry:factory2:1>);
- recipes.addShaped(<Forestry:factory2:1>, [[<ore:plateIron>, <minecraft:glass>, <ore:plateIron>], [<ore:plateIron>, <Forestry:sturdyMachine>, <ore:plateIron>], [<ore:plateIron>, <minecraft:glass>, <ore:plateIron>]]);
- //mailbox
- recipes.remove(<Forestry:mail:0>);
- recipes.addShaped(<Forestry:mail:0>, [[null, <ore:plateTin>, null], [<ore:plateTin>, <Forestry:sturdyMachine>, <ore:plateTin>], [<ore:craftingChest>, <ore:craftingChest>, <ore:craftingChest>]]);
- //trade station
- recipes.remove(<Forestry:mail:1>);
- recipes.addShaped(<Forestry:mail:1>, [[<Forestry:thermionicTubes:3>, <Forestry:thermionicTubes:2>, <Forestry:thermionicTubes:3>], [<Forestry:thermionicTubes:2>, <Forestry:sturdyMachine>, <Forestry:thermionicTubes:2>], [<ore:craftingChest>, <Forestry:chipsets:2>, <ore:craftingChest>]]);
-
Greg, prepare your crystal ball and tarot cards, I got this error in nether:
pastebin link
After 5 seconds I spend in nether I get disconnected with reason: "Fatal error has occured, this connection is terminated." -
HAYO is unique feature of IndustrialCraft. FTBkids can make RFJetpack, RFCrops, RFminer, RFnukes, etc, but they will never have RFHAYO.