aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/oreprocessing
AgeCommit message (Collapse)Author
2021-05-21feat(render): implementation-free api texture factoryLéa Gris
Provides an implementation-free API Texture factory an builder. Deprecates gregtech.api.objects.GT_*Texture.java classes Once all GregTech add-on will be migrated to the new implemnetation-free API, changes to the implementation will not affect the add-on. For now, this API allow rendering of in-world glow textures. In-inventory/hand rendering of glow texture require implementation changes that are postponed until no add-on uses the deprecated embedded implementation API.
2021-05-21fix(render): move new textures rendering to new packageLéa Gris
Old textures rendering are kept in api/objects for backward compatibility. The old textures rendering does not handle glow textures or independant inventory tessellation. The old textures will only work with the old GT_Renderer_Block class New textures rendering with own tessellation in inventory and handling of glow emisssive textures are moved to the api/render package. These must not be used with the Old GT_Renderer_Block class or it will crash with: Already Tessellating Exception from the Tessellator class
2021-05-13Merge pull request #528 from Prometheus0000/remove_uselessMartin Robertz
Remove useless recipes in GT5U involving tiny/small dusts
2021-05-13Remove commented out codePrometheus0000
2021-05-06Removes autogeneration of tiny dust to nugget smelting recipe forPrometheus0000
non-EBF materials Does anyone use this?
2021-05-06Removes autogenerating of alloy smelter tiny/small dust recipes forPrometheus0000
non-EBF materials It seems you can't use the normal size ones in the AS to make ingots, but does anyone care?
2021-05-06Removes autogenerating of EBF tiny/small dust recipesPrometheus0000
2021-04-27fix(textfiles): add missing neline at end of filesLéa Gris
git and diff tools will complain if text file does not end with a newline. Fixed all text files in the repository with Linux bash shell: ```sh git ls-files -z | while IFS= read -rd '' f; do mime="$(file --brief --mime "$f")"; if [ -z "${mime##text/*}" ]; then tail -c1 "$f" | read -r _ || printf '\n' >>"$f"; fi; done ```
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-05Makes higher tier materials give more cellsPrometheus0000
2021-01-17More removal of commented out code, small formatting adjustmentsJason Mitchell
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 shpeless recipes and add assembler mv onesDreamMasterXXL
(cherry picked from commit d8d867c7fa980beb19de204504284c09b9b6e4bd)
2021-01-02reactivate GT ToolsDreamMasterXXL
(cherry picked from commit 520156e27469c936572064f6839da2ff442a488f)
2020-09-30Fix AE2 compat to be independant at runtimebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-09-02GT p2p tunnel was added to AE itselfrepo_alt
2020-07-25fix(gregtech)derp }DreamMasterXXL
2020-07-25feat(Gregtech)add more Autoclave recipesDreamMasterXXL
add new Autoclave recipes using molten void and a output of 100% Adjust distilled water amount crystal #6405 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6405 (cherry picked from commit 0d5949ce84caa55d5721b99e9cbc0c3ceb231b1e)
2020-07-24fix(Gregtech)Obsidian recipeDreamMasterXXL
remove unbalanced Obsidian recipes [Cutting Machine] Obsidian Plate (not profitable) #6430 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6430
2020-05-31Centrifuging Rubber Wood only outputs Methane Gas #5243DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5243
2020-04-10Void miner adjustments (#262)bartimaeusnek
* Added all Ores to Voidminer in DeepDark + removed Infinity Ore Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * renormalize line endings Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-03-15try to add Basalt and Marble platesDream-Master
2020-03-08Basalt GT covers #5683Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5683
2020-03-08Add Basalt CoverDream-Master
2020-03-02Centrifuging Rubber Wood only outputs Methane Gas #5243Dream-Master
2020-02-19No way to turn amethyst dust into amethyst. #5596Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5596
2020-02-15removed unused importsDream-Master
changed subversion to 33
2020-01-03Centrifuging Rubber Wood only outputs Methane Gas #5243Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5243
2019-12-21[Suggestion] Add recipe for making wafers from high-tier doped wafers #5176Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5176 (cherry picked from commit 3389ad58b53cde8822cadb86e23e6ec0e9810e9b)
2019-12-02improved loading times a lot (#211)bartimaeusnek
* improved loading times a lot + whitelisted only a few materials that really get changed with gt + code maintenance + tested and ready for shipping Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * improved readability Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * improved loading times by buffing recipes + buffer increases performance by another ~40% Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixed breaking bug + added a config option to disable material whitelist Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-07-25buff pipe recipesDream-Master
2019-07-25suggestion: molds for pipes #4869Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4869
2019-05-21add missing circuitsDream-Master
2019-05-18added oilsands recipebartimaeusnek
2019-04-09Merge branch 'experimental' into bmfbartimaeusnek
2019-04-09fixesbartimaeusnek
+refractored code, +restored compability to vanilla ore gen, +moved GC and Forrestry code to own classes to prevent crashes inDev +implemented equals and hashcode on NearbySeeds class +added an information line to the Implosion Compressor tooltip
2019-03-07Faster saplings -> wood pulp #4210Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4210
2018-12-11cherry pick cd841ad39edfef8c4f32096416b0c68b98ccc96eYoungGT
Fix #1439 and #1456 (#1503) * Fix #1439 * Fix #1456 * mistake
2018-12-02Revert "issue with malachite ore (nether version) #3872"Dream-Master
This reverts commit 56c6a1230882d9fe9b3abc3f8b9bbea9a018d57a.
2018-12-02issue with malachite ore (nether version) #3872Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/3872
2018-11-16oil recipe was wrongDream-Master