aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders
AgeCommit message (Collapse)Author
2021-08-27buff and change a few recipes(RC)DreamMasterXXL
Rails and Tracks if ModisLoaded RC
2021-08-27fix(GT)Bender recipe adderDreamMasterXXL
change recipe "Wooden Raols"
2021-08-26rework(RC Rails)DreamMasterXXL
buff recipes for rebars, tracks and rails add circuit support to Bender
2021-08-19fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8425DreamMasterXXL
add carbon alloy plates recipes to make reinforeced Glass
2021-08-14Merge pull request #638 from GTNewHorizons/lfp-liquid-renderMartin Robertz
Liquid Render inside Large Fluid Cells
2021-08-12Add a spaceD-Cysteine
2021-08-12Fix some overlooked overridesD-Cysteine
2021-08-12Added liquid rendering inside Large Fluid PipeTimeConqueror
2021-08-08add integrated circuit for dye recipeGlodBlock
2021-08-08coolant recipe conflictGlodBlock
2021-08-02add integrated circuit for coolantGlodBlock
2021-08-01Delete no longer needed recipesD-Cysteine
2021-08-01Fix molten cells for some fluidsD-Cysteine
2021-07-30Merge branch 'experimental' into fix-clay-bucketsMartin Robertz
2021-07-30optimize fuel recipe lookupGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-29Fix duplicate Thaumcraft recipeD-Cysteine
2021-07-29Add clay bucket ore prefix; fix oredictingD-Cysteine
2021-07-29Oredict clay buckets + fix railcraft item IDsD-Cysteine
2021-07-26Delete no longer accurate comment, and disable with if rather than ↵D-Cysteine
commenting out
2021-07-26Fix commentD-Cysteine
2021-07-26Comment out example code adding invalid oresD-Cysteine
2021-07-15Removed useless array creation in most #copy methods by changing them to ↵TimeConqueror
#copyOrNull variant with single parameter.
2021-07-13Update GT_MachineRecipeLoader.javaElisis
Fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8199
2021-07-05Lowered rich uranium vein to 55.Ethryan
2021-07-04480Prometheus0000
2021-07-03Fix radon recipe amount/timePrometheus0000
2021-06-19Add 9x recipe for gelled toluenePrometheus0000
2021-06-16Merge pull request #563 from Prometheus0000/flintMartin Robertz
Remove old flint to tiny flint dust recipe
2021-06-15Remove old flint to tiny flint dust recipePrometheus0000
2021-06-14Formatting changePrometheus0000
2021-06-11Move log centrifuging for methane from GT++, also add circuitPrometheus0000
2021-06-10add control circuitGTNH-Afx237v7
for assembler recipe for assembling line casing
2021-06-10add assembler recipe for assembling line casingGTNH-Afx237v7
see https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8021
2021-06-03fixed tabs mixed with spaceboubou_19
2021-06-03Update GT_Worldgenloader.javaMartin Robertz
formarting
2021-06-03add(GT)add small Tungsten Ores to Venus and IODreamMasterXXL
2021-06-03Merge pull request #544 from GTNewHorizons/remove-pure-tungsten-europeMartin Robertz
2021-06-03Merge pull request #548 from Prometheus0000/9xMartin Robertz
Recipes for full dusts
2021-05-24Add missing x4 cable recipes, so you can use full dustsPrometheus0000
2021-05-24Adds 9x recipes for not using tiny dustsPrometheus0000
Radon LCR-only recipe (ignore previous commit) Biodiesel Polycaprolactam Indium Phtalic acid 3,3-dichlorobenzidine CO and CO2
2021-05-24feat(glow): iconset machines glow supportLéa Gris
- Add glow support for all sides and states of iconset machines (same as with basicmachines). Automated code cleanup with IDEA of: - Optiimise all imports (remove unused, sort) - Reorder all modifiers to the canonical preferred order (as stated in the Java Language Specification) - Add all missing @Override annotations
2021-05-23It's ugly, but it works.Jason Mitchell
2021-05-23Add a 9x version of the ghast tear saltwater recipePrometheus0000
2021-05-23Update GT_Worldgenloader.javabotn365
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 #532 from Prometheus0000/transMartin Robertz
Change UV transformer cable to bedrockium so you can actually make it in UV
2021-05-13Allow annealed againPrometheus0000
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