Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-30 | Merge branch 'experimental' into fix-clay-buckets | Martin Robertz | |
2021-07-30 | optimize fuel recipe lookup | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-29 | Fix duplicate Thaumcraft recipe | D-Cysteine | |
2021-07-29 | Add clay bucket ore prefix; fix oredicting | D-Cysteine | |
2021-07-29 | Oredict clay buckets + fix railcraft item IDs | D-Cysteine | |
2021-07-26 | Delete no longer accurate comment, and disable with if rather than ↵ | D-Cysteine | |
commenting out | |||
2021-07-26 | Fix comment | D-Cysteine | |
2021-07-26 | Comment out example code adding invalid ores | D-Cysteine | |
2021-07-15 | Removed useless array creation in most #copy methods by changing them to ↵ | TimeConqueror | |
#copyOrNull variant with single parameter. | |||
2021-07-13 | Update GT_MachineRecipeLoader.java | Elisis | |
Fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8199 | |||
2021-07-05 | Lowered rich uranium vein to 55. | Ethryan | |
2021-07-04 | 480 | Prometheus0000 | |
2021-07-03 | Fix radon recipe amount/time | Prometheus0000 | |
2021-06-19 | Add 9x recipe for gelled toluene | Prometheus0000 | |
2021-06-16 | Merge pull request #563 from Prometheus0000/flint | Martin Robertz | |
Remove old flint to tiny flint dust recipe | |||
2021-06-15 | Remove old flint to tiny flint dust recipe | Prometheus0000 | |
2021-06-14 | Formatting change | Prometheus0000 | |
2021-06-11 | Move log centrifuging for methane from GT++, also add circuit | Prometheus0000 | |
2021-06-10 | add control circuit | GTNH-Afx237v7 | |
for assembler recipe for assembling line casing | |||
2021-06-10 | add assembler recipe for assembling line casing | GTNH-Afx237v7 | |
see https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8021 | |||
2021-06-03 | fixed tabs mixed with space | boubou_19 | |
2021-06-03 | Update GT_Worldgenloader.java | Martin Robertz | |
formarting | |||
2021-06-03 | add(GT)add small Tungsten Ores to Venus and IO | DreamMasterXXL | |
2021-06-03 | Merge pull request #544 from GTNewHorizons/remove-pure-tungsten-europe | Martin Robertz | |
2021-06-03 | Merge pull request #548 from Prometheus0000/9x | Martin Robertz | |
Recipes for full dusts | |||
2021-05-24 | Add missing x4 cable recipes, so you can use full dusts | Prometheus0000 | |
2021-05-24 | Adds 9x recipes for not using tiny dusts | Prometheus0000 | |
Radon LCR-only recipe (ignore previous commit) Biodiesel Polycaprolactam Indium Phtalic acid 3,3-dichlorobenzidine CO and CO2 | |||
2021-05-24 | feat(glow): iconset machines glow support | Lé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-23 | It's ugly, but it works. | Jason Mitchell | |
2021-05-23 | Add a 9x version of the ghast tear saltwater recipe | Prometheus0000 | |
2021-05-23 | Update GT_Worldgenloader.java | botn365 | |
2021-05-21 | feat(render): implementation-free api texture factory | Lé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-21 | fix(render): move new textures rendering to new package | Lé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-13 | Merge pull request #532 from Prometheus0000/trans | Martin Robertz | |
Change UV transformer cable to bedrockium so you can actually make it in UV | |||
2021-05-13 | Allow annealed again | Prometheus0000 | |
2021-05-13 | Merge pull request #528 from Prometheus0000/remove_useless | Martin Robertz | |
Remove useless recipes in GT5U involving tiny/small dusts | |||
2021-05-13 | Remove commented out code | Prometheus0000 | |
2021-05-13 | Change UV transformer cable to bedrockium so you can actually make it in | Prometheus0000 | |
UV Change anycopper to copper for LV one to reduce confusion, and because I doubt anyone would use annealed Change size from x2 or x4 to x1, because it doesn't make sense for them to be larger, they're not high-amp transformers, they send the same amount of amps as the earlier tiers | |||
2021-05-13 | Merge pull request #515 from GTNewHorizons/files_format | Martin Robertz | |
Normalize all repository files format | |||
2021-05-09 | Merge pull request #531 from Prometheus0000/dimeth | Martin Robertz | |
Add LCR dimethylbenzene recipe | |||
2021-05-08 | Forgot to adjust recipe time/EU | Prometheus0000 | |
2021-05-08 | Add LCR dimethylbenzene recipe | Prometheus0000 | |
2021-05-08 | Fix name of americium | Prometheus0000 | |
2021-05-06 | Removes autogeneration of tiny dust to nugget smelting recipe for | Prometheus0000 | |
non-EBF materials Does anyone use this? | |||
2021-05-06 | Removes autogenerating of alloy smelter tiny/small dust recipes for | Prometheus0000 | |
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-06 | Removes autogenerating of EBF tiny/small dust recipes | Prometheus0000 | |
2021-05-06 | Remove useless tiny/small mixer recipes | Prometheus0000 | |
It was done in a neat way though | |||
2021-05-05 | Merge pull request #525 from Prometheus0000/card | Martin Robertz | |
Remove duplicate and fix existing sensor card recycling recipe | |||
2021-05-05 | Remove duplicate and fix existing sensor card recycling recipe | Prometheus0000 | |
Well, 'fix' is more like, 'be fair' | |||
2021-05-05 | Merge pull request #524 from Prometheus0000/BpW | Martin Robertz | |
Add water to bisphenol MB recipe |