aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/items
AgeCommit message (Collapse)Author
2021-12-17Fix Cryoliote Combs to avoid meta id issuesMartin Robertz
2021-12-15Fix assline recipe rejection (#810)Glease
Also slightly improved the data stick updating
2021-12-11add Cryolite Bee and combs (#793)Martin Robertz
* add Cryolite Bee and combs * add Cryolite Block
2021-12-06Add tooltip to programmed circuit to make new feature more obvious (#783)Glease
* Add tooltip to programmed circuit to make new feature more obvious * Fix previous typo
2021-12-04Make machine reconfiguration interface a little nicerGlease
also tweaked the API a little for GT++ conf circuits and bartworks circuit programmer Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-12-02add select circuit gui for machine and circuits itself (#773)Martin Robertz
also fixed some issue with basic machine gui introduced in 9d42b299def1c41bbc7a1f01efe445be28f54399 also retrofitted volumetric flask to use the new INetworkUpdatableItem and GT_Packet_UpdateItem, deprecating MessageSetFlaskCapacity in the meanwhile. To open the gui for machine, shift-left-click the circuit slot To open the gui for circuit, click any block (need to be sneaking if it's chest, furnace, etc) with the circuit held in hand. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
2021-12-01Add a new ghost slot to single block machines for config circuitsGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-29add both L/t and L/s to pumpsbombcar
2021-11-29update speed to L/tbombcar
2021-11-11Merge pull request #718 from GTNewHorizons/ev-motos-re-tierMartin Robertz
change ev motor wire material to Black Steel
2021-11-11Merge pull request #716 from GTNewHorizons/No-Hand-MixingMartin Robertz
remove Handcraft mixer recipes.
2021-11-12color changeGlodBlock
2021-11-07change to black steelMartin Robertz
remove autogenerated black steel ebf recipe
2021-11-07change ev motor wire material to NichromeMartin Robertz
(cherry picked from commit 0af04b80d905247cbcdeb2dac8ce38630403c080)
2021-11-07remove mv battery hand crafting recipeDreamMasterXXL
add tool to lv battery (cherry picked from commit b3ed1b309b72f8c87ec2a53df04f504c60d26866)
2021-10-30Clean up translationsD-Cysteine
2021-10-30Merge pull request #710 from D-Cysteine/metaitem-98Martin Robertz
Add support for more fluids in GT cells
2021-10-30Merge branch 'experimental' into BoxinatorMartin Robertz
2021-10-30A little clean-upD-Cysteine
2021-10-30Add support for more fluidsD-Cysteine
2021-10-29Make metaitem.98 more flexible, and add oredict support for steam cellD-Cysteine
2021-10-29Make steam cell usable in oil cracking. Also made new cells less of a pain ↵Glease
to work with
2021-10-21Allow GT cells to work for any fluidD-Cysteine
2021-10-03Merge pull request #672 from Prometheus0000/New_stuffMartin Robertz
Add higher tier parts
2021-09-30small changeGlodBlock
follow TimeConqueror's suggestion
2021-09-30remove redundant codeGlodBlock
2021-09-30use lambdaGlodBlock
2021-09-30move code away from GT_UtilityGlodBlock
2021-09-29Finish upPrometheus0000
2021-09-27Add higher tier partsPrometheus0000
2021-09-24add control circuits to covers and large cell assembler recipesDreamMasterXXL
(cherry picked from commit 98d97905fca287477910c4973edb36d7cf1a86df)
2021-08-29create a MOD ID for Core ModDreamMasterXXL
change all Core mod items match with ID Add Soldering function to Material list put all Railcraft recipes from Core mot to GT
2021-08-16Removed useless concurrency for some mapsTimeConqueror
2021-08-03Use MetaGenerated_Item_99D-Cysteine
2021-08-01Add cracked fluid cellsD-Cysteine
2021-07-23Merge pull request #583 from GTNewHorizons/recipe-changeMartin Robertz
make item filter recipe more reasonable
2021-07-15Removed useless array creation in most #copy methods by changing them to ↵TimeConqueror
#copyOrNull variant with single parameter.
2021-07-02add the spaceGlodBlock
2021-07-01make item filter recipe more reasonableGlodBlock
2021-06-26Grammar fixPrometheus0000
2021-06-25add recipe for item filterGlodBlock
2021-06-18fixed texture of the UEV pumpboubou_19
2021-06-14Fix capitalizationPrometheus0000
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-21fix(render): move new textures rendering to new packageLéa Gris
Old textures rendering are kept in api/objects for backward compatibility. The old textures rendering does not handle glow textures or independant inventory tessellation. The old textures will only work with the old GT_Renderer_Block class New textures rendering with own tessellation in inventory and handling of glow emisssive textures are moved to the api/render package. These must not be used with the Old GT_Renderer_Block class or it will crash with: Already Tessellating Exception from the Tessellator class
2021-05-21feat(render): activity detector covers glowLéa Gris
2021-05-21feat(render): first set of glow texturesLéa Gris
Add glowing textures to: - Qantum or Super Tanks and Chests - Active Bronze and Bricked Blast Furnaces - Active Magical Absorber Top - Fusion Reactor Control Computer Screen - Active Yellow Glass Fusion Casing used on: - Active Fusion Reactor Controller and Hatches - Plasma Generator - Lightning Rod - Computer Screen Cover
2021-05-13Merge pull request #515 from GTNewHorizons/files_formatMartin Robertz
Normalize all repository files format
2021-05-08Fix name of americiumPrometheus0000