aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2021-10-03Merge pull request #672 from Prometheus0000/New_stuffMartin Robertz
Add higher tier parts
2021-10-02fix chemical Bath gui to work with fluid outputDreamMasterXXL
(cherry picked from commit 5df6c16e3188e381a4042f0ae529759ac90f0065)
2021-10-01fix 4 slots Autoclave guiDreamMasterXXL
2021-09-27Implemented limiting mode for input busses (same as in singleblocks)Florexiz
2021-09-27Add higher tier partsPrometheus0000
2021-09-25fix Autoclave graphicDreamMasterXXL
(cherry picked from commit 4544849c1afe7a6aa9a5da370cb98b19bad25c53)
2021-09-25add 4 slots to AutoclaveDreamMasterXXL
LV is 1 Slot MV is 2 Slots HV is 3 Slots EV is 4 Slots remove Silicon ebf recipe added new Sio2 recipes
2021-09-17Merge pull request #654 from kuba6000/THTR-ReworkMartin Robertz
New casing for HTGR
2021-09-06Add files via uploadMinepolz320
2021-09-05New casing addedkuba6000
2021-09-03Revert "Redraw Missing Crops textures?"Léa Gris
2021-09-02Added Missing Crops texturesMinepolz320
Tea , cucumber etc...
2021-08-12Added liquid rendering inside Large Fluid PipeTimeConqueror
2021-07-30Use upstream existing localization instead of creating our ownGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Make block hint text more informativeGlease
Also migrated from defer to lazy where possible Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Initial StructureLib integrationGlease
2021-07-05update for gregtech-5.09.35.00[Kiwi233]
2021-06-26Merge remote-tracking branch 'upstream/experimental' into experimentalboubou_19
2021-06-26added missing assembly line achievementsboubou_19
2021-06-25add texturesGlodBlock
2021-06-19Add files via uploadEthryan
2021-06-19Add files via uploadEthryan
2021-06-16Merge pull request #564 from GTNewHorizons/texture-warning-609Martin Robertz
Fix missing texture 609 warning
2021-06-16Fix missing texture 609 warningGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-06-13No auto-output rendering for steam basic machinesYannick Marcotte-Gourde
2021-05-24feat(glow): iconset machines glow supportLéa Gris
- 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
2021-05-21feat(render): implementation-free api texture factoryLéa Gris
Provides an implementation-free API Texture factory an builder. Deprecates gregtech.api.objects.GT_*Texture.java classes Once all GregTech add-on will be migrated to the new implemnetation-free API, changes to the implementation will not affect the add-on. For now, this API allow rendering of in-world glow textures. In-inventory/hand rendering of glow texture require implementation changes that are postponed until no add-on uses the deprecated embedded implementation API.
2021-05-21feat(render): support all basic machines glowLéa Gris
Support glow textures on all sides and states of basic machines. When a glow is irrelevant, a blank placeholder still maintain support for customization from resource packs.
2021-05-21feat(render): buffers glowLéa Gris
Add code support and blank glow placeholders so resource pack can provide own glow. Applies to: - Chest Buffer - Item Filter - Distributor - Regulator - SuperBuffer - Type Filter
2021-05-21feat(render): pipeline side glowLéa Gris
2021-05-21feat(render): active disassembler top glowLéa Gris
2021-05-21feat(render): active steam macerator top glowLéa Gris
2021-05-21feat(render): teleporter glowLéa Gris
Renders on: - Teleporter - Monster Repellator - Microwave Energy Transmitter
2021-05-21feat(render): active steam macerator front glowLéa Gris
place-holder blank to support glow texture in resourcepack
2021-05-21feat(render): active steam forgehammer front glowLéa Gris
place-holder blank to support glow texture in resourcepack
2021-05-21feat(render): active steam extractor front glowLéa Gris
place-holder blank to support glow texture in resourcepack
2021-05-21feat(render): active steam compressor front glowLéa Gris
place-holder blank to support glow texture in resourcepack
2021-05-21feat(render): active boxinator front glowLéa Gris
2021-05-21feat(render): assembly line glowLéa Gris
2021-05-21feat(render): diesel engine glowLéa Gris
2021-05-21feat(render): disassembler glowLéa Gris
2021-05-21feat(render): distillation tower glowLéa Gris
2021-05-21feat(render): electric blast furnace glowLéa Gris
2021-05-21feat(render): extreme diesel engine glowLéa Gris
2021-05-21feat(render): heat exchanger glowLéa Gris
2021-05-21feat(render): implosion compressor glowLéa Gris
2021-05-21feat(render): large boiler glowLéa Gris
2021-05-21feat(render): large chemical reactor glowLéa Gris
2021-05-21feat(render): active potion brewer glowLéa Gris
blank for now but implemented for resource-pack compat
2021-05-21feat(render): active mass-fabricator glowLéa Gris