aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
2021-07-03Merge pull request #587 from GTNewHorizons/beter-power-netboubou19
Beter power net
2021-07-03fix extra {korneel vandamme
2021-07-03prevent crach in case getBase is nullkorneel vandamme
2021-07-03nake rest rf actualy workkorneel vandamme
2021-07-03Merge pull request #586 from GTNewHorizons/beter-power-netboubou19
Beter power net
2021-07-03fix ae p2p not workingkorneel vandamme
2021-07-03and actualy push if it is not full amountkorneel vandamme
2021-07-03store rest of RF to later push itkorneel vandamme
2021-07-03fix not reconetcingkorneel vandamme
2021-07-02Merge pull request #572 from GTNewHorizons/beter-power-netMartin Robertz
Better power net
2021-07-03fix typos in enet implementationGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-02remove debug codekorneel vandamme
2021-06-29make arc furnace smelt Naquadah parts into ingotGlodBlock
i don't see a point why this method have to turn Naquadah and Enriched Naquadah into dust material, they should be ingot material in common sense.
2021-06-29Change bio circuit raw material namesGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-06-25Update ItemList.javaGlodBlock
2021-06-25Fix redstone cover UX being weirdGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-06-22change side to from int to bytekorneel vandamme
2021-06-21fix NPE/infinit loop and small refractoringkorneel vandamme
2021-06-20Update GT_MetaTileEntity_Hatch_OutputBus.javaGlodBlock
2021-06-20stop the output bus generating ghost itemGlodBlock
2021-06-18Fix consistent crashamy null
2021-06-16add graph network to pipes and implement it for powerkorneel vandamme
2021-06-16Fix UnsupportedOperationException for listContainsItemGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-06-15Merge pull request #560 from YannickMG/steam-gui-cleanupMartin Robertz
No auto-output rendering for steam basic machines
2021-06-14Using explicit steam machine checkYannick Marcotte-Gourde
2021-06-14Formatting changePrometheus0000
2021-06-13No auto-output rendering for steam basic machinesYannick Marcotte-Gourde
2021-06-07Merge pull request #553 from MatthewCOwen/experimentalMartin Robertz
Made the wireless redstone recievers safer to use on public servers
2021-06-07removed covervariable as a parameter and applied proper maskingMatt
2021-06-06Uses GT_WirelessRedstoneCover packets nowMatt
2021-06-05Made fixes based on Glease's suggestionsMatt
2021-06-05refactor a bit (readability, restore string order, avoid double tax)repo_alt
2021-06-05Display plant stats when the cropstick is emptyrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8015
2021-06-04All covers now record which player last opened that cover's guiMatt
2021-05-31Merge pull request #550 from GTNewHorizons/long-distance-pipe-warningMartin Robertz
Remove false warning about missing texture
2021-05-29Remove false warning about missing textureGlease
2021-05-25Add input bus initial filter preferenceGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-05-25Allow client send preference to serverGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
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-23It's ugly, but it works.Jason Mitchell
2021-05-23Disable unnecessary hot ingot generationGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-05-22Merge branch 'experimental' into glow-textureMartin Robertz
2021-05-22Merge pull request #542 from Usernm0/experimentalMartin Robertz
Fix translations from resourcepacks.
2021-05-21code layoutLéa Gris
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): 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