Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-31 | Basicmachine gui slots highlight fix (#841) | YannickMG | |
* Updated build script Also set developmentEnvironmentUserName = Developer * Added .vscode to .gitignore * Properly hide unused slots in basic machines - Adds methods to GT_Recipe_Map to determine whether it contains fluid inputs or outputs - Adds methods to GT_Slot_Holo to support turning it "off", which also turns off highlighting it on mouse-over - Uses those changes in GT_GUIContainer_BasicMachine to "turn off" slots unused by a machine - Some code clarification/deduplication in GT_GUIContainer_BasicMachine * Hide unused Replicator fluid output slot | |||
2021-12-30 | Refactors for easier reading (#839) | Jason Mitchell | |
* Refactors * Common functionality to base classes * GT Pre/Postload broken into more modular pieces * Extract common (mainly cover related) functionality from BaseMetaTileEntity & BaseMetaPipeEntity | |||
2021-12-30 | fix iron tank dupe (#840) | bombcar | |
* fix iron tank dupe * fix dupe | |||
2021-12-30 | fix tank stacks getting an empty nbt tag now and then (#838) | Glease | |
2021-12-30 | Fix GT_Packet_SetConfigurationCircuit not setting inventory dirty flag (#837) | Glease | |
2021-12-27 | Allows GT_Network to be created from addon mods. Similar to how the network ↵ | Jason Mitchell | |
handler is implemented in GT6. Adds some extra validation that the packet IDs line up appropriately. (#836) | |||
2021-12-24 | tt support for pa (#833) | Yang Xizhi | |
* tt support for pa * remove anti pattern. clear up duplicated code fragments * fix copy pasting error * add vanilla energy hatch back Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-12-24 | add more turbine texture (#835) | Yang Xizhi | |
2021-12-23 | Rc blast furnace integration remove (#834) | Martin Robertz | |
* remove RC Blasfurnace copy recipes during gt load * fixed wrong outcommented code | |||
2021-12-23 | Optimize OrePrefixes.contains and OrePrefixes.add (#832) | Glease | |
1. Convert global map mCachedResults to an instance field. 2. Convert the post add null check to a builtin null check via GT_ArrayList 3. Use new GT_ItemStack2 (which has a slightly better hash function than stackToInt) | |||
2021-12-23 | Remove no longer needed smelting cache (#831) | Glease | |
2021-12-23 | Add input filter to auto maintenance hatch (#830) | Glease | |
2021-12-21 | Fix typo (#829) | Glease | |
2021-12-20 | Merge pull request #828 from GTNewHorizons/tankrework | Martin Robertz | |
fix crash in server side | |||
2021-12-20 | remove the client side method | GlodBlock | |
2021-12-20 | Merge branch 'master' of https://github.com/GTNewHorizons/GT5-Unofficial | GlodBlock | |
2021-12-19 | Update zh_CN.lang (#827) | Kiwi | |
Co-authored-by: [Kiwi233] <[huaxia0611@qq.com]> | |||
2021-12-19 | fix salt water recipe (#826) | Martin Robertz | |
* fix salt water recipe 1000 water get 1000 Salt water adjust mixing time to 5 secs change salt water to distilled water as well * add old recipe ratio back 2k water 2k saltwater per salt * Revert "add old recipe ratio back 2k water 2k saltwater per salt" This reverts commit e59bad2c9d115db9725a21b518bd945c4e180e65. | |||
2021-12-19 | Merge branch 'master' of https://github.com/GTNewHorizons/GT5-Unofficial | GlodBlock | |
2021-12-18 | Ignore stack size in collision checking (#825) | Glease | |
2021-12-18 | Fix derp in BaseMetaPipeEntity during git merge (#824) | Glease | |
Also added a bunch of fallback overrides to GT_Cover_None in the case of my stupid programming errors again | |||
2021-12-18 | Add tooltip to ghost circuit slot (#821) | Glease | |
Also tweaked allowPutStack to consider configured circuits as well. | |||
2021-12-18 | add a quick way to clear tank (#823) | Yang Xizhi | |
2021-12-18 | add a quick way to clear tank | GlodBlock | |
2021-12-18 | fix input stuck (#822) | Yang Xizhi | |
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9171 | |||
2021-12-17 | blacklist the vac tube and graphene dust (#819) | Yang Xizhi | |
2021-12-17 | Merge pull request #820 from GTNewHorizons/patch-multistack-preference | Martin Robertz | |
Add allow multistack to client preference | |||
2021-12-17 | Merge pull request #818 from GTNewHorizons/patch-cover-nbt | Martin Robertz | |
Fix cover data not resetting on client | |||
2021-12-17 | Add allow multistack to client preference | Glease | |
Default to false | |||
2021-12-17 | Fix cover data not resetting on client | Glease | |
2021-12-17 | Merge pull request #817 from GTNewHorizons/fix-cryolite-bee | boubou19 | |
Fix Cryoliote Combs to avoid meta id issues | |||
2021-12-17 | Fix Cryoliote Combs to avoid meta id issues | Martin Robertz | |
2021-12-16 | ash recipe wasnt changed | Martin Robertz | |
fix now to full dust | |||
2021-12-16 | change how controlcircuits used to prevent circuits get consumed when added ↵ | Martin Robertz | |
to a recipe (#816) | |||
2021-12-16 | fix rgb overflow (#814) | Yang Xizhi | |
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9104 | |||
2021-12-16 | fix recipe conflict (#815) | Yang Xizhi | |
* fix recipe conflict the lubricant one ciruit is conflcit with the gas one. and also removed three duplicated recipes * add back the dt recipe * add ciruit | |||
2021-12-16 | reduce the amplifier (#813) | Yang Xizhi | |
it is unreasonable to make player starve to die in dozens of seconds with full hunger bar fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9156 | |||
2021-12-15 | fix change the recipe of the stone dust to give full dust in output #9138 (#809) | Martin Robertz | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9138 remove alternative stone sudt recipes. Not used in GTNH | |||
2021-12-15 | Fix assline recipe rejection (#810) | Glease | |
Also slightly improved the data stick updating | |||
2021-12-15 | change sb manchine filter logic (#808) | Yang Xizhi | |
* change sb manchine filter logic it will allow sb machine to accept more one stack of the same item when filer mode is off. fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9107 * add another mode * forget lang change | |||
2021-12-15 | change ash centrifuge recipe using full dust (#812) | Martin Robertz | |
remove config option | |||
2021-12-15 | Merge pull request #811 from GTNewHorizons/patch-cover-nbt | boubou19 | |
Fix oversight in cover NBT migration | |||
2021-12-16 | Fix oversight in cover NBT migration | Glease | |
2021-12-15 | Fix incorrect common code extraction (#807) | Glease | |
2021-12-15 | Fix discrepancy between structure check and hologram (#801) | Glease | |
2021-12-15 | Move cache registration out of constructor (#806) | Glease | |
2021-12-15 | turn on the stacksize chaeck by default (#804) | Yang Xizhi | |
2021-12-15 | Fix TT assline recipe not being recognized (#805) | Glease | |
2021-12-15 | Build for cool peeps (#803) | Elisis | |
* Non-ugly tooltip * Non-ugly tooltip | |||
2021-12-15 | Fix math to work on potato servers. (#802) | Jason Mitchell | |