Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-05 | update for gregtech-5.09.35.00 | [Kiwi233] | |
2021-06-26 | Merge remote-tracking branch 'upstream/experimental' into experimental | boubou_19 | |
2021-06-26 | added missing assembly line achievements | boubou_19 | |
2021-06-25 | add textures | GlodBlock | |
2021-06-19 | Add files via upload | Ethryan | |
2021-06-19 | Add files via upload | Ethryan | |
2021-06-16 | Merge pull request #564 from GTNewHorizons/texture-warning-609 | Martin Robertz | |
Fix missing texture 609 warning | |||
2021-06-16 | Fix missing texture 609 warning | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-13 | No auto-output rendering for steam basic machines | Yannick Marcotte-Gourde | |
2021-05-24 | feat(glow): iconset machines glow support | Lé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-21 | feat(render): implementation-free api texture factory | Lé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-21 | feat(render): support all basic machines glow | Lé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-21 | feat(render): buffers glow | Lé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-21 | feat(render): pipeline side glow | Léa Gris | |
2021-05-21 | feat(render): active disassembler top glow | Léa Gris | |
2021-05-21 | feat(render): active steam macerator top glow | Léa Gris | |
2021-05-21 | feat(render): teleporter glow | Léa Gris | |
Renders on: - Teleporter - Monster Repellator - Microwave Energy Transmitter | |||
2021-05-21 | feat(render): active steam macerator front glow | Léa Gris | |
place-holder blank to support glow texture in resourcepack | |||
2021-05-21 | feat(render): active steam forgehammer front glow | Léa Gris | |
place-holder blank to support glow texture in resourcepack | |||
2021-05-21 | feat(render): active steam extractor front glow | Léa Gris | |
place-holder blank to support glow texture in resourcepack | |||
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): auto maintenance hatch glow | Léa Gris | |
2021-05-21 | feat(render): activity detector covers 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 | |