| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 ``` | |||
| 2020-05-16 | fix bugs | DreamMasterXXL | |
| Naquadria combs give naquadah ore #6120 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6120 | |||
| 2020-05-10 | finishing hee bees so far | DreamMasterXXL | |
| 2020-05-10 | more HEE bees and some fixes | DreamMasterXXL | |
| 2018-09-23 | remove unused code | Dream-Master | |
| 2018-09-23 | change forestry squeezer recipes | Dream-Master | |
| 2018-09-23 | fix squeezer recipes | Dream-Master | |
| 2018-09-22 | add forestry squeezer recipes to drops | Dream-Master | |
| 2018-09-22 | add more comb recipes | Dream-Master | |
| add drop recipes | |||
| 2018-09-15 | optimize imports | Dream-Master | |
| 2018-09-15 | fix derp | Dream-Master | |
| 2018-09-15 | Add drops to gt | Dream-Master | |
