Age | Commit message (Collapse) | Author |
|
Add glowing textures to:
- Qantum or Super Tanks and Chests
- Active Bronze and Bricked Blast Furnaces
- Active Magical Absorber Top
- Fusion Reactor Control Computer Screen
- Active Yellow Glass Fusion Casing used on:
- Active Fusion Reactor Controller and Hatches
- Plasma Generator
- Lightning Rod
- Computer Screen Cover
|
|
Normalize all repository files format
|
|
|
|
|
|
|
|
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
```
|
|
my mistake. This has to be changed.
|
|
Centrifuge Duration is now Equal to original Recipes.(At least in Bee
Comb Nerfed Config) Unnerfed config needs more balancing, because
disabling the nerfed Config makes Comb process recipes strange and
override each other.(Even before this PR).
|
|
Matched requirement of EU/t same as the old one.
|
|
|
|
changed minimum Tier that needs cleanRoom for autoclave and chemical process
|
|
fixed missed chance of twilight forest bees
|
|
if the config nerf beeComb is disabled. GT_comb processing recipes go totally Messed up. So I separated the nerfed part and un nerfed part. Also added enum values to the recipes to automatically generate the required voltage and duration, required cleanRoom by the required Voltage Tier. This will make us easier to add new honeycomb or balancing Beekeeping.
|
|
|
|
|
|
World events have way to many parameters, so the code gets unreadable, this commit fixes that behavior.
|
|
|
|
|
|
|
|
Fix comb drop (ganymede dust)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix(getIconFromDamage): add check damage >0
|
|
* feat(gregtech): visual programmed circuit
Add: Feature a configuration display for the programmed circuit (integrated circuit).
Address feature request https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6993
* fix(bug): potential out of bound index
|
|
|
|
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Previously this is called too early that many fluid are simply not yet registered.
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
change T1 heavy Duty ingot recipe from crafting to Assembler HV
change Iridium Alloy Ingot recipe from crafting recipe to Assembler IV
|
|
Fixed missing annotation, prevents crashing Server Side if class is accessed reflectively.
|
|
Made Flask icon handling more flexible.
|
|
|
|
Autoclave get a new input slot
|
|
Naquadria combs give naquadah ore #6120
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6120
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6120
(cherry picked from commit a3dbffc92ebf8b89a24e29339cf9064ce7437b70)
|
|
|
|
+ Made GT_FluidDisplayItem.getIconFromDamage NEVER return null
+ Made GT_FluidDisplayStackRenderer reset its OpenGL calls before returning
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|