Age | Commit message (Collapse) | Author |
|
for assembler recipe for assembling line casing
|
|
see https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8021
|
|
|
|
formarting
|
|
|
|
|
|
Recipes for full dusts
|
|
Radon LCR-only recipe (ignore previous commit)
Biodiesel
Polycaprolactam
Indium
Phtalic acid
3,3-dichlorobenzidine
CO and CO2
|
|
- 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
|
|
|
|
|
|
Remove useless recipes in GT5U involving tiny/small dusts
|
|
Normalize all repository files format
|
|
|
|
|
|
It was done in a neat way though
|
|
Remove duplicate and fix existing sensor card recycling recipe
|
|
Well, 'fix' is more like, 'be fair'
|
|
Add water to bisphenol MB recipe
|
|
|
|
|
|
Adds oredicting of synthetic rubber to conveyors and standardizes pumps
|
|
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
```
|
|
Address issue: [Gregtech.log spam with 6724 lines of "Unknown Key for Unification, Typo?" #7866](https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7866)
- Fix the logic for logging possible Typos (prioritise least cost)
- Improve reverse recipes by excluding ore names of tools early to prevent
unexpected and un needed unification lookups
- Turn off unification typo logging in reverse recipes
Reduced unification typo spam from 6724, down to 11 remaining entries:
```none
circuitGood
circuitData
circuitElite
circuitMaster
circuitUltimate
circuitSuperconductor
gearSteel
gearAluminium
gearStainlessSteel
gearTitanium
gearTungstenSteel
```
|
|
|
|
Remove useless stacktrace by the worldgen loader when Galactic Greg is absent.
|
|
Fix the rest of https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7798
|
|
Basically make the recipes use T+1 circuits/metal instead of T+2. EV magic generator will additionally require tungsten steel plates to prevent it from becoming too cheap.
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Add electrolyzer recipe for IC2 fertilizer
|
|
|
|
Makes higher tier materials give more cells
|
|
|
|
#7537 Change tin to iron
|
|
|
|
|
|
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.
|
|
Centrifuging glowstone inneficient recipe #7413
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7413
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Fluid value
|
|
The one with Polybenzimidazole in it
|
|
change Siicon rubber to Tin
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5896
|
|
|
|
|
|
|
|
2) Batch (most) recipe map removals and additions (significant speedup)
3) Modernize old java constructs --> java8 (in the files touched)
|
|
|
|
|
|
bump verion
(cherry picked from commit 5cd8800ac37e8cbcf0bc6578cec0c3215c7df4f9)
|
|
(cherry picked from commit 807b4c44733a6e05c34c40b674c36a27dfd700cd)
|
|
(cherry picked from commit d3b13dac15a1a744a5bc2910d0f53739c65fdda1)
|