Age | Commit message (Collapse) | Author |
|
* Add custom texture ability for items.
* Fix warning.
* Add custom texture for infinity.
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
* Basis of changes.
* Fix item stack and fluid vanishing.
* Add new plasma forge UI, change tooltip and fix recipe map.
* Fix corrupted fluid registry.
* Fix fluids in recipes. Items still need adjusting.
* Working.
* Liquid spacetime and rename multi to D.T.P.S. so it can fit in GUI properly.
* Make animation of spacetime fluid slower.
* Fix recipe map (again).
* Remove screwdriver junk. Clean up code slightly.
* More cleaning.
* Comments
* Add hatch limitations and add some additional information. Also update NEI GUI.
* Add proper recipes and change SpaceTime to a fluid not a gas.
* Remove depreciated coil check (since I stole the IDs).
* Remove depreciated coil check (since I stole the IDs). Add more comments.
* Change temp of SpaceTime.
* Add catalyst recipes + support for 16:16 fusion recipes.
* Add comments.
* Scala fix maybe?
* Change plasma forge GUI.
* Uncap temperature of materials. (Short -> Int)
* Add chunkloading support (when multi is active).
* Fix NEI merge issues.
* fix used ids in kevlar
* Add fluid support for laser engraver.
* fix sh***t
(cherry picked from commit 01851c100c52fd8292028cf6dda2cb136c617afc)
* Add new intermediate materials to facilitate crafting. Also fix fusion typo.
* Fix heat/fluid quantity display to be formatted correctly.
* Change recipes to be more balanced.
* Change residue fluid texture.
* Restore better naming for multiblock.
* Fix recipe typo.
* Fix text not wrapping in multi controller.
* Give laser engraver internal fluid storage.
* Add IMC NEI support.
* Update material properties.
* Remove old dev comments.
* Fix NEI texture.
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* Add Fluid Storage Monitor Cover
* Add support for normal cells etc.
* Add Recipe
|
|
* add quadruple input hatch
* pull all fluid slot thing to GT_Container
|
|
* Base work adding 4 new tiers of coils.
* Remove OPV tier.
Remove nonsensical coil tier tags. (Awak = UIV, really? No thanks)
Add proper texture for Hypogen, Infinity and Eternal coils.
* Revert avaratia dep via import by Alk. If someone can implement cosmic rendering here then great but that is well beyond me.
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
* add recipe filter block
* Add tooltip to recipe filter GUI & improve type filter UI interaction
now you can click special slot in type filter UI to directly set the oreprefix based on the stack held on the cursor
|
|
|
|
* add Cryolite Bee and combs
* add Cryolite Block
|
|
|
|
Rhodium Plated Palladium Machine Casing
Iridium Mahine Casing
|
|
|
|
|
|
- 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
|
|
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.
|
|
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.
|
|
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
|
|
|
|
|
|
|
|
Renders on:
- Teleporter
- Monster Repellator
- Microwave Energy Transmitter
|
|
place-holder blank to support glow texture in resourcepack
|
|
place-holder blank to support glow texture in resourcepack
|
|
place-holder blank to support glow texture in resourcepack
|
|
place-holder blank to support glow texture in resourcepack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
blank for now but implemented for resource-pack compat
|
|
|
|
|
|
|
|
Fixed to use own previously existing texture assets
|
|
|
|
|
|
|
|
|
|
Used by:
- Advanced Seismic Prospector
- Rock Breaker
- Seismic Prospector
- Charcoal Pit
|
|
|
|
|
|
|
|
|
|
|