aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2021-12-24tt 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-24add more turbine texture (#835)Yang Xizhi
2021-12-23Rc blast furnace integration remove (#834)Martin Robertz
* remove RC Blasfurnace copy recipes during gt load * fixed wrong outcommented code
2021-12-23Optimize 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-23Remove no longer needed smelting cache (#831)Glease
2021-12-23Add input filter to auto maintenance hatch (#830)Glease
2021-12-21Fix typo (#829)Glease
2021-12-20remove the client side methodGlodBlock
2021-12-19Update zh_CN.lang (#827)Kiwi
Co-authored-by: [Kiwi233] <[huaxia0611@qq.com]>
2021-12-19fix 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-18Ignore stack size in collision checking (#825)Glease
2021-12-18Fix 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-18Add tooltip to ghost circuit slot (#821)Glease
Also tweaked allowPutStack to consider configured circuits as well.
2021-12-18add a quick way to clear tank (#823)Yang Xizhi
2021-12-18fix input stuck (#822)Yang Xizhi
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9171
2021-12-17blacklist the vac tube and graphene dust (#819)Yang Xizhi
2021-12-17Merge pull request #820 from GTNewHorizons/patch-multistack-preferenceMartin Robertz
Add allow multistack to client preference
2021-12-17Add allow multistack to client preferenceGlease
Default to false
2021-12-17Fix cover data not resetting on clientGlease
2021-12-17Fix Cryoliote Combs to avoid meta id issuesMartin Robertz
2021-12-16ash recipe wasnt changedMartin Robertz
fix now to full dust
2021-12-16change how controlcircuits used to prevent circuits get consumed when added ↵Martin Robertz
to a recipe (#816)
2021-12-16fix rgb overflow (#814)Yang Xizhi
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9104
2021-12-16fix 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-16reduce 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-15fix 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-15Fix assline recipe rejection (#810)Glease
Also slightly improved the data stick updating
2021-12-15change 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-15change ash centrifuge recipe using full dust (#812)Martin Robertz
remove config option
2021-12-16Fix oversight in cover NBT migrationGlease
2021-12-15Fix incorrect common code extraction (#807)Glease
2021-12-15Fix discrepancy between structure check and hologram (#801)Glease
2021-12-15Move cache registration out of constructor (#806)Glease
2021-12-15turn on the stacksize chaeck by default (#804)Yang Xizhi
2021-12-15Fix TT assline recipe not being recognized (#805)Glease
2021-12-15Build for cool peeps (#803)Elisis
* Non-ugly tooltip * Non-ugly tooltip
2021-12-15Fix math to work on potato servers. (#802)Jason Mitchell
2021-12-13add unlocalizedname fluid map (#796)Yang Xizhi
* add unlocalizedname fluid map * change the lock name into fluid name
2021-12-13Update GT_MetaTileEntity_ProcessingArray.javaAlkalus
Allows machines not using the .basicmachine prefix to work.
2021-12-13Tweaked flue amount for graphene (#799)Florexiz
Increased to 250mb of glue for sake of automation, 200 isn't really used
2021-12-13change graphene recipe again (#797)Glease
2021-12-13Yeet unused compat, including GT adding a bunch of RC rock crushing recipes ↵Jason Mitchell
:-/ (#798)
2021-12-12add infinite oil rig (#795)boubou19
* add infinite oil rig * fix typo * get same speed as the oil rig III * adjust speed for the infinite oil rig
2021-12-11fix NPE (#794)Yang Xizhi
* make the debuff time depend on contents * fix npe in fluid
2021-12-11add Cryolite Bee and combs (#793)Martin Robertz
* add Cryolite Bee and combs * add Cryolite Block
2021-12-10change Graphene recipes (#792)Martin Robertz
* change Graphene recipes add new tiered recipes * move graphene recipe one tier up
2021-12-10Overflows overflows everywhere (#791)Jason Mitchell
* Reformat * Stop energy calcs from overflowing by switching int->long in several places in the new graph code to be consistent with how they're used elsewhere.
2021-12-09Allow toolbox usage for maintenance w/o opening GUI (#790)repo-alt
(Also resolves https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9044)
2021-12-09remove duplicate recipes (#789)bombcar
2021-12-09Add threshold support to item and fluid covers (#785)D-Cysteine
* Add threshold support to item and fluid covers * Switch to storing in NBT * Add handling for migration path * Adjust item threshold max value