aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders
AgeCommit message (Collapse)Author
2021-03-26fix ingot to wire timebotn365
2021-03-19fix(platecovers): selection of blockLéa Gris
Search different prefixes as fall-back to find a proper block.
2021-03-14fix(ProcessingPlate): missed BUFFERED recipes bitsLéa Gris
- Add missing BUFFERED recipes bits - More code cleanup
2021-03-14minor: javadoc rephraseLéa Gris
2021-03-14cleanup(registerCover): factorise and commentLéa Gris
2021-03-14fix(render): texture for covers of block materialLéa Gris
- Copy the block texture to render covers made of a block's material - Fix and refactor lint and tidy the whole ProcessingPlate class (no side-effect detected)
2021-03-13fix(rendering): cover dumb block teture on bottom faceLéa Gris
Render the bottom face of covers made of a dumb block, the same orientation as the referrence dumb block.
2021-03-07fix all fineWire amountbotn365
fix all instences where you only get 4 fine wire/ingot instead of 8 when there is no wire version of that material
2021-03-06Merge pull request #457 from Prometheus0000/fertMartin Robertz
Add electrolyzer recipe for IC2 fertilizer
2021-03-05Add electrolyzer recipe for IC2 fertilizerPrometheus0000
2021-03-06Merge pull request #456 from Prometheus0000/cellMartin Robertz
Makes higher tier materials give more cells
2021-03-05Makes higher tier materials give more cellsPrometheus0000
2021-03-05Merge pull request #450 from Prometheus0000/chipsetMartin Robertz
#7537 Change tin to iron
2021-03-05Merge pull request #453 from Prometheus0000/StuffMartin Robertz
Change MV macerator recipe slightly
2021-03-05Add 3 more flask recipesPrometheus0000
2021-03-05#6953 Change to flawlessPrometheus0000
2021-03-03#7537 Change tin to ironPrometheus0000
2021-02-09amber dust -> gem recipe for ↵NoX-programer
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/3141 For some reason GregTech_API.sThaumcraftCompat.addCrucibleRecipe adds only thaumonomicon visible recipe, but not actual recipe. So with this line and recipe, added via script, we got complete working recipe for amber gem drom dust.
2021-01-31change(GT)Glowstone centrifuge recipeDreamMasterXXL
Centrifuging glowstone inneficient recipe #7413 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7413
2021-01-30Merge pull request #426 from KiloJoel/shadowmetalBeeFixMartin Robertz
added GT shadowmetal block, fixed bee crash from new TM
2021-01-29added GT shadowmetal block, no texture yetKiloJoel
2021-01-29Minor chemical fixes and tweaksGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-01-28Forgot to editEthryan
Fluid value
2021-01-28Changed the Carbon fibre recipe a littleEthryan
The one with Polybenzimidazole in it
2021-01-19ME output busrepo_alt
2021-01-18fix(GT)Lv Conveyourbelt recipeDreamMasterXXL
change Siicon rubber to Tin https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5896
2021-01-18Merge branch 'experimental' into mitchej123_cleanupMartin Robertz
2021-01-18Merge pull request #411 from GTNewHorizons/remove_modular_armorMartin Robertz
Debloat - Remove Modular Armor (It's buggy and not in use anyway)
2021-01-17More removal of commented out code, small formatting adjustmentsJason Mitchell
2021-01-17More removal of commented out code, small formatting adjustmentsJason Mitchell
2021-01-17Optionally hide assline recipes (defaults to false). Should have no impact ↵Jason Mitchell
on the ability to craft them.
2021-01-17Debloat - Remove Modular Armor (It's buggy and not in use anyway)Jason Mitchell
2021-01-13Fixes MagnesiumchlorideEthryan
2021-01-09remove(IC2)Electric Tools recipesDreamMasterXXL
2021-01-07Merge branch 'experimental' into GT-ToolsMartin Robertz
2021-01-03fix(GT)HArdhammer and SoftmalletDreamMasterXXL
get HardHammer and Soft Mallet working in Assembler recipes re add crafting recipes from tool parts (cherry picked from commit af10b10e360ee9bdabc68f949dd1232b10c695a7)
2021-01-021) Remove mAddGTRecipesToIC2Machines (stolen from @Glease)Jason Mitchell
2) Batch (most) recipe map removals and additions (significant speedup) 3) Modernize old java constructs --> java8 (in the files touched)
2021-01-02Remove a bunch of old, commented out shitJason Mitchell
2021-01-02remove shpeless recipes and add assembler mv onesDreamMasterXXL
(cherry picked from commit d8d867c7fa980beb19de204504284c09b9b6e4bd)
2021-01-02reactivate GT ToolsDreamMasterXXL
(cherry picked from commit 520156e27469c936572064f6839da2ff442a488f)
2020-12-31Merge branch 'experimental' into long_distance_transferJason Mitchell
2020-12-27update TexturesDreamMasterXXL
bump verion (cherry picked from commit 5cd8800ac37e8cbcf0bc6578cec0c3215c7df4f9)
2020-12-27fix recipe derpDreamMasterXXL
(cherry picked from commit 807b4c44733a6e05c34c40b674c36a27dfd700cd)
2020-12-27Add recipes for the long distance pipesDreamMasterXXL
(cherry picked from commit d3b13dac15a1a744a5bc2910d0f53739c65fdda1)
2020-12-27id 1900 was occupied. Lets try id 2700DreamMasterXXL
(cherry picked from commit d354009483fb2d802de183ae884819495dd57579)
2020-12-26Remove hand crafting recipes for fuel rodsPrometheus0000000
2020-12-26Adds long distance Item & Fluid pipelines and pipes. Inspired/ported from ↵Jason Mitchell
GT6 under LGPL.
2020-12-26Remove a bunch of commented out stuff (mainly higher tier single blocks)Jason Mitchell
2020-12-25Merge pull request #381 from Prometheus0000/rodMartin Robertz
Change rod to amount it should be
2020-12-24Change rod to amount it should bePrometheus0000
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7156