aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech/textures
AgeCommit message (Collapse)Author
2021-04-27fix(pngfiles): .png files not in png formatLéa Gris
Convert to png all .png files that were not in image/png format using Linux shell ```sh git ls-files -z | while IFS= read -rd '' f; do mime="$(file --brief --mime "$f")"; if [ -z "${f%%*.png}" ] && [ -n "${mime##image/png;*}" ]; then convert "$f" /tmp/a.png; cat /tmp/a.png >"$f"; fi; done; rm -f -- /tmp/a.png ```
2021-04-27tidy(json): all .mcmeta and .infoLéa Gris
Normalise all these json files with jq Used Linux shell ```sh find ./src -type f \( -iname '*.mcmeta' -o -iname '*.info' \) -execdir bash -c ' for f; do if jq "." "$f" >/tmp/a.json; then cat /tmp/a.json >"$f"; fi; done; rm -f -- /tmp/a.json ' _ {} +; ```
2021-03-24impr(textures): harminise cable insulationsLéa Gris
fix insulation texture was darker on cable ends than on cable sides
2021-03-24feat(cover): hide covers when holding a soldering-ironLéa Gris
2021-02-16feat(render): tile ambient occlusionLéa Gris
Render smooth lighting ambient occlusion on all Gregtech tiles: - Ores - Machines - Pipes, Cables, Wires, Frames Add new Client-side configuration entry in Gregtech.cfg. If false, the flat lighting rendering of older versions is used. ```yml render { B:TileAmbientOcclusion_true=true } ```
2021-02-01Merge pull request #429 from GTNewHorizons/autoclave-fluid-outMartin Robertz
allow autoclave to have fluid out in recipe
2021-02-01allow autoclave to have fluid out in recipekorneel vandamme
2021-01-30Merge pull request #426 from KiloJoel/shadowmetalBeeFixMartin Robertz
added GT shadowmetal block, fixed bee crash from new TM
2021-01-29added shadow block textureKiloJoel
2021-01-19ME output busrepo_alt
2021-01-17Remove assetsJason Mitchell
2021-01-02Merge pull request #383 from GTNewHorizons/long_distance_transferMartin Robertz
Long distance pipelines
2021-01-01fix (GT)emitter and sensor texturesDreamMasterXXL
(cherry picked from commit 9e483b5c905ec21d8c2193f146a8789a47b17a87)
2020-12-31Merge branch 'experimental' into long_distance_transferJason Mitchell
2020-12-28Refactorbartimaeusnek
+ Added 2 more coils + Improved Tooltips
2020-12-28change texturesDreamMasterXXL
(cherry picked from commit bcd9bd8449a810cc0022fc58806d3e78f995ef56)
2020-12-27update TexturesDreamMasterXXL
bump verion (cherry picked from commit 5cd8800ac37e8cbcf0bc6578cec0c3215c7df4f9)
2020-12-26Add ~~stolen~~ borrowed textures for long distance pipesJason Mitchell
2020-12-26Adds long distance Item & Fluid pipelines and pipes. Inspired/ported from ↵Jason Mitchell
GT6 under LGPL.
2020-12-14add animated texture for the valveDreamMasterXXL
2020-12-13add texturesDreamMasterXXL
if anyone have a better one just send it to me.
2020-11-27feat(gregtech): visual programmed circuit (#355)Léa Gris
* 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
2020-11-20change(GT)Texture changeDreamMasterXXL
Intank texture changed Titanum Gearbox changed
2020-11-20fix(GT)change Color of the Extreme CasingsDreamMasterXXL
bump version
2020-11-03Added IV HOG only LCEPrometheus0000000
2020-07-26fix(gregtech)machineparts uevDreamMasterXXL
fix uev machineparts texture UEV Electric Piston has 2 pixels miscoloured #6443 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6443
2020-07-26fix(gregtech)piston uevDreamMasterXXL
fix uev piston texture UEV Electric Piston has 2 pixels miscoloured #6443 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6443
2020-07-23change(gregtech)texture from Raw DD BlockDreamMasterXXL
2020-07-23feat(Gregtech) add Raw DD Portal BlockDreamMasterXXL
Add Raw Poatal Block for DD Infusion recipe
2020-06-01Added gui's for the rest of em covers.moller21
2020-05-16Add new Autoclave TextureDreamMasterXXL
2020-05-04Added cover guis for pump/filtermoller21
2020-04-19More Polybenzimidazole (PBI) Uses in Higher Tier Recipes #5928DreamMasterXXL
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5928
2020-04-10UHV fixesbartimaeusnek
+ updated tritanium color Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-07change Texture of the Ore drill casings a bitDream-Master
2020-04-06fix textureDream-Master
fix tier from ore drill tier 6 bump version
2020-03-23First attemp to add Ore drilling Plant Luv and ZPMDream-Master
2020-01-29New GT Mixer texture need to be corrected #5467Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5467
2020-01-17Fluxed electrum no mixer recipe, only shapeless #5366Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5366
2020-01-03Can't breed firestone bees #5271Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5271
2019-12-12Regulator-FixEthryan
2019-11-26Improved Fluid TexturesBass
Adds animated textures for the following fluids: Deuterium Gas Natural Gas Sulphuric Gas Helium Helium-3 Hydrogen Methane Nitrogen Nitrogen Dioxide Oxygen Radon Trinium Liquid Air
2019-11-26Additional fluid texturesBass
Added animated fluid textures for liquid nitrogen and liquid oxygen based on liquid mercury
2019-09-20Merge branch 'experimental' into beefixbartimaeusnek
2019-09-20fixed bee stuff with geneticsbartimaeusnek
+added mica crop +code improvements Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-09-04Delete recipes in crafting table (for new coolant)Спартак
2019-09-03Add Space CoolantСпартак
2019-07-25suggestion: molds for pipes #4869Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/4869
2019-06-15+adjusted HP solar boiler to match the tooltipbartimaeusnek
+re-added solar GUI
2019-05-28reverted Optimised Images due to graphic bugs ingamebartimaeusnek
+this commit undoes https://github.com/GTNewHorizons/GT5-Unofficial/commit/2d8cbff191745bad46125cf492486f73b781e26a Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>