aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2016-12-17Change dyes again and make machines use the GT Dyes instead of Forge Dyes. ↵Technus
(makes gui looks like rendered block)
2016-12-17kekTechnus
2016-12-16Fix gem recipes this time for real.Technus
2016-12-16revert cable fixesTechnus
2016-12-15Fix on first tick just in case someone wasnt to tp to 0 0 0 0.Technus
2016-12-15Rework muffler add texture for eM overflowTechnus
2016-12-12Fix #785 - Unlimited EU in Dynamo HatchDavid Vierra
I went with @Techlone's simple solution after all. Counting out the individual EU might make more sense if any of the multiblocks could have more than one dynamo hatch, but they don't, so this is just fine.
2016-12-12Not needed serverside,Technus
2016-12-11EM container.Technus
2016-12-11Commit StuffTechnus
2016-12-11Add itemTechnus
2016-12-10Fix recipes.Technus
2016-12-10Tweak fusion moreTechnus
2016-12-10Tweak FusionTechnus
2016-12-08Change Oil Cracker tooltip to match reality (and vice versa)David Vierra
Oil Cracker only allows Maint/Energy hatches in the middle ring. Input and output hatches can be anywhere on the sides. Minimum casing count is changed to 18 to match the tooltip, rather than increase the tooltip to 19. This allows two input and output hatches on either side, for when you want to run two cracking recipes with the same cracker. (It turns out the cracker doesn't care which hatch the inputs and hydro/steam are put into. I don't really care either!)
2016-12-08Fix efficiency penalty incorrectly applied to large gas+plasma turbinesDavid Vierra
This is a copy-paste error from the original code in the large steam turbine. `aOptFlow` is the optimal flow rate expressed in EU/t, while `totalFlow` is expressed in fuel L/t
2016-12-08Fix boosted diesel x9 on things.David Vierra
2016-12-08Diesel Tooltip from bloodaspDavid Vierra
2016-12-08Fix emmiter and sensor recipeTechnus
2016-12-06Remove some more cellsTechnus
2016-12-06Remove Nq+ cells use stick longs instead - also made the last 2 naq reactors ↵Technus
more tiered. (the uv needed less processing for fuel...), also cleanum whitespace
2016-12-06Remove cell registration.Technus
2016-12-06Fix recipes in mixer (ffs y u no work for HSS-S)Technus
2016-12-05Revert "Fix HSS-S mixer recipe."Technus
This reverts commit 8080379bd6f361844a4f53eac6156eeafbe240de.
2016-12-05Fix HSS-S mixer recipe.Technus
2016-12-04Fixes texture outside Dev EnvTechnus
2016-12-02Laser engraver recipe fix.Technus
2016-12-01Fix shitTechnus
2016-12-01May or may not fix wire burning again.Technus
2016-11-30DERPTechnus
2016-11-30Fix tinny pipe/wire renderer and add reverse recipes for coils.Technus
2016-11-30Nerf just in caseTechnus
2016-11-30Also rename materialTechnus
2016-11-30WHITESPACETechnus
2016-11-30ducttape fix glueTechnus
2016-11-29Add 1G heat Cap and vent/exchanger vac freezer recipes.Technus
2016-11-29Fix nq* recipesTechnus
2016-11-29Naqudria MOXTechnus
2016-11-28On hide item change retexturize pipes.Technus
2016-11-27Set macerates into properlyTechnus
2016-11-27Add pipe/wire hiding when holding soldering iron.Technus
2016-11-27Fix multismelter scanner infoTechnus
2016-11-26Small Assline recipe changes and Field generator recipe changes and minor ↵Technus
optimization for block render.
2016-11-26Removing retardness...Technus
2016-11-26Fix scaling of ItemBlock GT machines in certain scenarios, repostion wire ↵Technus
heating info.
2016-11-25Added oreprocessing for small screws out of rods.Technus
2016-11-25Fix fluid detector cover and make casings work more like blocks...Technus
2016-11-25Cover name changes and fix for item detector coverTechnus
2016-11-25Minor string changesTechnus
2016-11-25Optimize imports (IntelliJ)Technus