Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-21 | feat(render): active steam compressor front glow | Léa Gris | |
place-holder blank to support glow texture in resourcepack | |||
2021-05-21 | feat(render): active boxinator front glow | Léa Gris | |
2021-05-21 | feat(render): assembly line glow | Léa Gris | |
2021-05-21 | feat(render): diesel engine glow | Léa Gris | |
2021-05-21 | feat(render): disassembler glow | Léa Gris | |
2021-05-21 | feat(render): distillation tower glow | Léa Gris | |
2021-05-21 | feat(render): electric blast furnace glow | Léa Gris | |
2021-05-21 | feat(render): extreme diesel engine glow | Léa Gris | |
2021-05-21 | feat(render): heat exchanger glow | Léa Gris | |
2021-05-21 | feat(render): implosion compressor glow | Léa Gris | |
2021-05-21 | feat(render): large boiler glow | Léa Gris | |
2021-05-21 | feat(render): large chemical reactor glow | Léa Gris | |
2021-05-21 | feat(render): active potion brewer glow | Léa Gris | |
blank for now but implemented for resource-pack compat | |||
2021-05-21 | feat(render): active mass-fabricator glow | Léa Gris | |
2021-05-21 | feat(render): multi-smelter glow | Léa Gris | |
2021-05-21 | feat(render): oil cracker glow | Léa Gris | |
2021-05-21 | feat(render): oil drilling rig glow | Léa Gris | |
Fixed to use own previously existing texture assets | |||
2021-05-21 | feat(render): ore drilling plant glow | Léa Gris | |
2021-05-21 | feat(render): processing array glow | Léa Gris | |
2021-05-21 | feat(render): pyrolyse oven glow | Léa Gris | |
2021-05-21 | feat(render): active replicator front glow | Léa Gris | |
2021-05-21 | feat(render): active rockbreacker front glow | Léa Gris | |
Used by: - Advanced Seismic Prospector - Rock Breaker - Seismic Prospector - Charcoal Pit | |||
2021-05-21 | feat(render): scanner glow | Léa Gris | |
2021-05-21 | feat(render): active steam alloy smelters glow | Léa Gris | |
2021-05-21 | feat(render): active steam furnaces glow | Léa Gris | |
2021-05-21 | feat(render): vaccum freezer glow | Léa Gris | |
2021-05-21 | feat(render): active naquadah reactor glow | Léa Gris | |
2021-05-21 | feat(render): magical energy converter and absorber glow textures | Léa Gris | |
2021-05-21 | feat(render): active high pressure lava boiler glow | Léa Gris | |
2021-05-21 | feat(render): active boiler glow | Léa Gris | |
2021-05-21 | feat(render): first set of glow textures | Léa Gris | |
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 | |||
2021-05-16 | Dirty fix for ore drill not mining certain ore | Glease | |
2021-05-13 | Merge pull request #493 from johnch18/bufferFix2 | Martin Robertz | |
Made higher tier buffers attempt to move multiple stacks/tick | |||
2021-05-13 | Merge pull request #515 from GTNewHorizons/files_format | Martin Robertz | |
Normalize all repository files format | |||
2021-04-29 | fix(charcoalpit): stop the igniter from capturing right-click (#517) | Léa Gris | |
The Charcoal-Pit Igniter has no GUI but was needlessly capturing player's right-clicks. It was an inconvenience when right-clicking on the pit's ceiling because when reaching the Igniter, the right-click was captured and player needed to sneak to place a log block under the Igniter. | |||
2021-04-27 | Remove debug print statement in ScanPipes | Jason Mitchell | |
2021-04-27 | fix(textfiles): add missing neline at end of files | Lé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-04-26 | Rescan for oil fields after chunk range config change. | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-24 | cleanup(todo): remove done todo tasks mentions | Léa Gris | |
WAILAPlugins has been updated to the new solar boiler interface. Deprecated methods are left behind for backward compat with older plugins. Rebase from experimental | |||
2021-04-24 | Optimize config code | Glease | |
1. Reuse same config across all solar boilers of the same class 2. Remove shading of config field in subclass Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-24 | fixes(solarboiler): integer math, waila plugin interface, config | Léa Gris | |
- Fix integer math of getProductionPerSecond by moving the multiplier ahead. - Fix and deprecate WAILAPlugins interface by returning ratio adjusted values. - Simplify the inner Config class. | |||
2021-04-24 | impr(solarboilers): abstracted the config | Léa Gris | |
2021-04-24 | fix(solarboilers): fixes and QOL improvements | Léa Gris | |
- Change run-time counter from seconds to ticks since solar boilers are ticking every 10 ticks, or 0.5 second. - Prevent run-time counter from overflowing Integer.MAX_VALUE ticks. - Fix missing check of available steam before pushing to output. - Fix the cool-down rate that broke in GTNH 2.1.0.6. - Make the solar boilers entirely configurable. | |||
2021-04-24 | impr(solarboilers): configurable solar boilers | Léa Gris | |
2021-04-24 | refactor(solarboilers): reorganise cleanup factorise code | Léa Gris | |
2021-04-24 | Fix solar boiler heat up speed | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-14 | Fix waila display for solar boilers | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-13 | Fix solar boiler outputting to wrong direction | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-04-12 | Fixed algorithm, updated flavor text. | charles | |
2021-04-10 | Fix ME output bus | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> |