Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-02 | add 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-02 | Merge pull request #772 from GTNewHorizons/experimental | Martin Robertz | |
the fix went to wrong branch | |||
2021-12-02 | Fix assline NPE | Glease | |
As noted here https://github.com/GTNewHorizons/GT5-Unofficial/commit/a07d8b58642eb9161479dcb3a285ad9979a74d2c#commitcomment-61224376 Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-12-01 | Remove manual MANIFEST | Johann Bernhardt | |
2021-12-01 | Revert version tag automation | Johann Bernhardt | |
2021-12-01 | Add version replacement | Johann Bernhardt | |
2021-12-01 | Merge remote-tracking branch 'origin/experimental' into unify-build-script | Johann Bernhardt | |
2021-12-01 | Remove special characters | Johann Bernhardt | |
2021-12-01 | Merge pull request #763 from GTNewHorizons/patch-basic-generators | Martin Robertz | |
Fix single block generators accepting stuff it shouldn't | |||
2021-12-01 | Merge remote-tracking branch 'origin/experimental' into unify-build-script | Johann Bernhardt | |
# Conflicts: # .github/workflows/gradle.yml # build.gradle # build.properties | |||
2021-12-01 | Merge pull request #764 from GTNewHorizons/assline-arrays-fix | Martin Robertz | |
fix wrong Arrays being used in assline datasticks | |||
2021-12-01 | Remove debug message | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-12-01 | Add a new ghost slot to single block machines for config circuits | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-30 | fix wrong Arrays being used in assline datasticks | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-30 | Fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8962 | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-29 | Merge pull request #760 from bombcar/fix-pipe-tooltip | Martin Robertz | |
update speed to L/t | |||
2021-11-29 | Merge pull request #762 from boubou19/pollution | Martin Robertz | |
Pollution | |||
2021-11-30 | Bug fix pass in UO and Pollution | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-29 | add both L/t and L/s to pumps | bombcar | |
2021-11-29 | update speed to L/t | bombcar | |
2021-11-29 | removed useless overrides | boubou_19 | |
2021-11-28 | fixed config oversight | boubou_19 | |
2021-11-28 | moved client GT config to the right place | boubou_19 | |
2021-11-28 | Merge pull request #757 from GTNewHorizons/patch-pollution | Martin Robertz | |
Fix pollution ticking and reading | |||
2021-11-28 | remove tiny dust in ore process | GlodBlock | |
2021-11-28 | Fix pollution ticking and reading | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-27 | Merge pull request #755 from GTNewHorizons/patch-outbound-loss-reduce | Martin Robertz | |
Reduce innate outbound loss by one tier | |||
2021-11-27 | Merge pull request #751 from GTNewHorizons/tankchest-rework | Martin Robertz | |
add info display and fluid container feature to filled tank | |||
2021-11-27 | Merge pull request #752 from boubou19/pollution | Martin Robertz | |
Make the GT pollution values tweakable through config. | |||
2021-11-26 | Merge pull request #754 from bombcar/experimental | Martin Robertz | |
allow generators to face down | |||
2021-11-26 | Update GT_MetaTileEntity_MagicalEnergyAbsorber.java | Alkalus | |
Fix config option. | |||
2021-11-26 | add code to only output 512 (HV) for creepy egg | bombcar | |
2021-11-26 | Reduce innate outbound loss by one tier | Glease | |
This will make LV power networks less annoying to build Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-26 | allow generators to face down | bombcar | |
2021-11-26 | fix GT_Recipe_Map_FormingPress for PA | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8875 | |||
2021-11-25 | explain why it's divided by 2 | boubou_19 | |
2021-11-25 | rework large boilers for more clarity | boubou_19 | |
2021-11-25 | adapt base generator class to produce correct amount of pollution per sec | boubou_19 | |
2021-11-25 | changed singleblock generators to use per second for more precision | boubou_19 | |
2021-11-25 | changed single block boilers to use per second for more precision | boubou_19 | |
2021-11-25 | changed the charcoal pit to use per second for more precision | boubou_19 | |
2021-11-25 | changed EBF to use per second for more precision | boubou_19 | |
2021-11-25 | changed pyrolyse oven to use per second for more precision | boubou_19 | |
2021-11-25 | changed multismelter to use per second for more precision | boubou_19 | |
2021-11-25 | changed the gas turbine to use per second for more precision | boubou_19 | |
2021-11-25 | forgot to convert tick value into second | boubou_19 | |
2021-11-25 | changed the Extreme Combustion Generator to use per second for more precision | boubou_19 | |
2021-11-25 | changed the Combustion Generator to use epr second for more precision | boubou_19 | |
2021-11-25 | changed the BBF to use per second for more precision | boubou_19 | |
2021-11-25 | changed implosion compressor to user per second for more precision | boubou_19 | |