aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-27fix Schematic recipe give steel backMartin Robertz
(cherry picked from commit bc7e44b70cf7a79f46ce4528cef4854c0c7c26a1)
2022-02-27fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9345Martin Robertz
(cherry picked from commit 37b07f0731a49d3ac54b702619d8ef0aead2a04e)
2022-02-26remove hand crafting Neutron Reflector recipes (#956)Martin Robertz
(cherry picked from commit 758a3c4b3c9e46376c24f30f23a97f374396b9ca)
2022-02-26both use circuit 4Martin Robertz
2022-02-26fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9133Martin Robertz
2022-02-26fix redstone output for buffers and filters (#947)repo-alt
closes https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9442
2022-02-26Fix magic absorber consume enchantments from item without generate EU and ↵Gates_ice
move item to output slots. (#946)
2022-02-26control circuits should not be 0 (#138)Martin Robertz
Change recipes using Circuit 0 in their recipes #9818 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9818
2022-02-26Merge pull request #42 from GTNewHorizons/circuit0-fixMartin Robertz
Circuit0 fix
2022-02-26now input and output hatch are shown on the right side (#954)Martin Robertz
2022-02-25Fix Elemental dublicator tooltip (#139)LewisSaber
2022-02-25change back to 15Martin Robertz
2022-02-25change control circuit settingsMartin Robertz
2022-02-25use max control circuit rangeMartin Robertz
2022-02-25fix hint using circuit 0Martin Robertz
Change recipes using Circuit 0 in their recipes #9818 Change recipes using Circuit 0 in their recipes GT-New-Horizons-Modpack#9818
2022-02-25remove autogenerated jade electolyse recipesMartin Robertz
2022-02-25fix jasper fumularMartin Robertz
2022-02-25fix RailCraft Tanks beyond Steel Need Material Recovery Options #9808 (#951)Martin Robertz
* fix RailCraft Tanks beyond Steel Need Material Recovery Options #9808 https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9808 (cherry picked from commit 923d1fa1b9aded23074809f61173acb57a8f503b) * fix recipes (cherry picked from commit 28c4b21e8094140ac0aac0f36b42f342a5a19a8c) * add fluid extractor recycling recipes as well * fix wrong recipes (cherry picked from commit 712a0ec37bb282a728c177886525b8663f5ec60c) * fix wrong recipes again (cherry picked from commit 18e053085112ecf94c2db44ce636c7692ae3d50c)
2022-02-25change mushroom stew stacksize (#952)Martin Robertz
2022-02-25Fix 1 dot in Laser Engraver (#949)miozune
2022-02-25Fix Disassemblers giving wildcard meta variant of stacks (#948)miozune
2022-02-23Base work adding 3 new tiers of coils. (#885)Alkalus
* Base work adding 4 new tiers of coils. * Remove OPV tier. Remove nonsensical coil tier tags. (Awak = UIV, really? No thanks) Add proper texture for Hypogen, Infinity and Eternal coils. * Revert avaratia dep via import by Alk. If someone can implement cosmic rendering here then great but that is well beyond me. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-02-23Minor bugfix/cleanup (#941)pariator
* Fixes slime spawn handling variances After testing, I was able to see 2 separate problems. 1: event.getResult() was occasionally returning ALLOW for some of the world spawned slimes. Slime spawn denial is done regardless of the ALLOW/DENY flag. This does not impact slimes spawned via eggs or powered spawners or slimes spawning after a slime is killed which apparently return DEFAULT for getResult(). 2: Slimes don't seem to properly handle a getResult() value of DENY. The checkSpawn event is not cancellable. To fix this, the entity is also destroyed by setting isDead to true. This does occasionally cause slimes to appear on the minimap briefly before disappearing. Lastly, with a forge update this could be handled much better by using the EntitySlime.spawnReason enum. That is not present in the current forge version, so I would consider this a temporary workaround and this method could/should be reworked if/when forge is updated. * Make repellators stop slimes. While testing, this was used to name the slimes as they were being generated. It turns out to also make the slimes behave properly in addition to the other changes. * Minor Cleanup Moved the slime handling out of the rest of the method and takes an approach of setting it to DEFAULT of it is ALLOW and then also adding a custom name tag if it doesn't have one. If it does have a custom name tag and ALLOW, then the slime spawn will be allowed. * Moved the setCustomNameTag method This method is still required to properly stop ALL slime spawns but it should only alter the customNameTag when a slime is intended to be stopped from spawning. * Fixed likely exception Check for instance of EntitySlime before casting it. This method is only required to stop slimes from spawning so is only being called against slimes. Co-authored-by: Randy Braunm <randy@unseencolor.com>
2022-02-23UEV Superconductors and slight rejig of other superconductors (#943)Colen
2022-02-23few naqline recipe change (#19)Yang Xizhi
2022-02-23Merge pull request #25 from GTNewHorizons/buff-storageMartin Robertz
Fix actual storage calculation
2022-02-23fix Add Jasper Dust Electrolyzer Recipe [Suggestion] #9801Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9801
2022-02-23fix Add Amber Electrolyzer Recipe #9802Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9802
2022-02-23fix Add Jade Electrolyzer Recipe #9803Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9803
2022-02-23fix Graphite Dust missing C chemical formula #9804Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9804
2022-02-23Fix actual storage calculationunknown
2022-02-23revert ulv input bus limit in cal (#96)Yang Xizhi
* revert ulv input bus limit in cal * tooltip Former-commit-id: 46d3a48b3cbc5f40e9da7a28977861e483c1ad6e
2022-02-23Consolidate boro glass stuff into a real API (#95)Glease
* Consolidate boro glass stuff into a real API * pull in changes from ExampleMod * Fix underflow * attempt to fix build Former-commit-id: 2413c93bc2bb5ab32a0e8078dbcf01a4b23b1f7d
2022-02-22disable rendering facade texture intended for second pass (#944)Glease
2022-02-21Merge pull request #41 from GTNewHorizons/mk4-recipesMartin Robertz
MK4 Recipes, stargate adjustment and UMV circuit fix.
2022-02-21Remove unused importGTNH-Colen
2022-02-21Mining behaviour rework (#936)Johnson
* Mining machines drilling addon. Every machine that uses mining pipes must contain a field with this object and use any interaction with the pipe and drilling solid blocks through it. Includes all checks for this. Allows you to reuse the code and ensure the same behavior of the processes of descending and retracting the pipe and mining blocks. * Mining machines drilling addon - singleblock Miner implementation. Total refactoring of Miner tile entity. * Some mining addon fixes * Fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9733 * Removed some over engineering thoughts * Checks in the mineBlock method. And we can not descent the pipe while outputs are blocked * code review fixes https://github.com/GTNewHorizons/GT5-Unofficial/pull/936 * code review fixes https://github.com/GTNewHorizons/GT5-Unofficial/pull/936 Co-authored-by: karpov.evgeniy <karpov-em@dartit.ru>
2022-02-21MK4 Recipes, stargate adjustment and UMV circuit fix.GTNH-Colen
2022-02-21MK4 Recipes, stargate adjustment and UMV circuit fix.GTNH-Colen
2022-02-20key (#942)iouter
2022-02-20balancing Potin Pipes now between steel and stainless steel (#128)Martin Robertz
2022-02-20Merge pull request #24 from GTNewHorizons/buff-storageMartin Robertz
Buff energy storage per cell
2022-02-20Large Fusion (#16)Yang Xizhi
* large fusion structure * gui stuff for large fusion * minor fix * more fusion and coils * new structure block * redesign the sturcture * mk4 compact * recipes * oversight * fix crash with latest tt * fix PA recipe buttom * casing tooltip * nerf the controler and coil recipe * remove the origin glass * fix casing amount * compact mk5 * remove shit * cache * no null positionstack * fix OF in mk5 and balance * balance
2022-02-20Add default behavior for looking up NEI catalysts (#940)miozune
2022-02-20Merge pull request #4 from GTNewHorizons/mainElisis
Merge from main to master
2022-02-20Add holmium, further samarium, terbiumunknown
2022-02-20Buff energy storage per cellunknown
2022-02-17check all oredicts to gen cal recips (#94)Yang Xizhi
some circuits failed to generate the CAL recipe after certain coremod update cuz they get additional oredicts Former-commit-id: 10de572d4a441c9313569554ab56d9221df87be6
2022-02-16Fix typo (#939)miozune
2022-02-16fix runserver (#18)bombcar
* fix runserver * needs decop