aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-15Fixstructurelib (#17)bombcar
* update to handle TT change * shellcheck
2022-02-15update buildscripts (#132)bombcar
* update buildscripts * notabs: * newline * tabs * shellcheck
2022-02-15oversight (#93)Yang Xizhi
Former-commit-id: bcc55b7c390bcd64f6faa87a8eb15d9e653e451c
2022-02-14Screwdriver driven development. (#124)Alkalus
* Added NEI handler for TGS. Added BoP support to TGS. Added base work for LFH. * Added Witchery support to TGS. * Finished LFH. Added missing steam multiblock. Fixed GT++ NEI time values not being precise enough. * Implement Fert use in TGS. * Fix broken checkRecipes. Did initial work for XLHE. Other misc. stuff. * Update GregtechLargeTurbinesAndHeatExchanger.java * Update RECIPES_Machines.java Changes requested by @Dream-Master
2022-02-14uhv and uev glass (#92)Yang Xizhi
Former-commit-id: ab8787b69208e6804c6ed8c1e086bf2cb6e2fdd8
2022-02-14Server side metaitems localization (#938)repo-alt
fixes https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8778
2022-02-14feat(coding standards): add a .editorconfig (#937)Léa Gris
* feat(coding standards): add a .editorconfig Basics of a coding standard with a .editorconfig file. Helps contributors to use consistent text encoding, newline and indentation. See: https://editorconfig.org/ * fix(editorconfig): remove unsupported properties * fix(editorconfig): remove .gradle from 2-space indentation
2022-02-13Pollution detector balancing at LV (#127)Martin Robertz
balancing Pollution detector at LV
2022-02-13Put Multiblock Sifter to HV (#126)Martin Robertz
Move Sifter to HV Tier
2022-02-13Steam grinder nerf use Diamonds and Pistons (#129)Martin Robertz
change Steam Grinder recipe to be a bit more balanced in GTNH use orecit for piston change small Diamond gears to gem Diamond
2022-02-13fix Alloy smelting synthetic rubber bars into their plates #9717 (#934)Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9717
2022-02-13Super Glue Line (#122)Steelux
* Super Glue Line - First draft of the full Super Glue line, an IV processing chain meant to add a higher tier glue, starting from glue-related chemicals such as Methyl Acetate, with another tier of glue in the works * Small Changes and HCN Recipe
2022-02-13Fix Wireless Charger. (#121)Alkalus
Fix Nano Healer.
2022-02-13Merge pull request #23 from GTNewHorizons/mavenMartin Robertz
update buildscript for maven
2022-02-12update buildscript for mavenbombcar
2022-02-13Merge pull request #3 from GTNewHorizons/mainElisis
Fix disstank, add textures to multis
2022-02-13Fix disstank, add textures to multisunknown
2022-02-12cleanup(ore particles): static analysis auto code cleanup and format (#935)Léa Gris
Normalise indent chars, layout, Remove redundant casts, use diamond operators. Optimize and sort imports Sort member variables by attributes Remove redundant switch case static final text constants simplify conditions replace repeated inline code with iteration add missing @SideOnly(Side.CLIENT) prevents accidental server crashes
2022-02-12Fix separatorl. (#932)Colen
2022-02-11Changed Minimum Water Check (#123)Steelux
- Changed the minimum amount of water blocks needed to run the multi, since it only renders one layer of water now instead of two.
2022-02-11maven and publication (#40)bombcar
2022-02-11fix material disappear (#82)Yang Xizhi
* stop disable material and add material link * disble when a gt material exist * null check Former-commit-id: b1507b008ed7fa4fa8f1544105d3bce4ec8248fe
2022-02-11Merge pull request #38 from GTNewHorizons/upstreamMartin Robertz
MIT
2022-02-11Fix LRE not working. (#119)Alkalus
Fix Air Intakes. Fix Tree Simulator.
2022-02-11Dedicated server crashes in PathFinder calling Renderer (#933)repo-alt
2022-02-10Fix Ore Particles (#926)glowredman
* Fix ore particles * simplify getIcon methods * Fix spacing, fix accidental renaming of args
2022-02-10fix render crash when placing bw block in world (#90)Yang Xizhi
* fix render crash when placing bw block in world Former-commit-id: e8cbb2997ef95a7ebf55e3e4dafcd67641fa9c35
2022-02-10Fixes slime spawn handling variances Issue 7298 (#905)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.
2022-02-10Merge branch 'Elisis:main' into masterElisis
2022-02-10Merge pull request #2 from Elisis/no-gtpp-recipe-removalElisis
Remove reference to GT++ recipes
2022-02-09change SMR recipes (#931)Glease
2022-02-09Updatedeps (#91)Martin Robertz
* update dependencies, including buildscript and buildcraft * buildcraft version * more deps Co-authored-by: bombcar <github@bombcar.com> Former-commit-id: 912679df81e78a6233524e8a5bc6a247a60cfe9b
2022-02-09Merge branch 'master' into upstreamMartin Robertz
2022-02-09Merge pull request #39 from GTNewHorizons/xSMD-2Martin Robertz
X smd 2
2022-02-09Add minimum casings to THTR and HTGR (#88)Jakub
* Add minimum casings to THTR and HTGR * Fix Former-commit-id: aa7a024bdcd5797622b478d63d5fb90e62de3a88
2022-02-09add MegaChemicalReactor and MegaOilCracker (#86)SKYCATV587
* add MegaChemicalReactor * add MegaOilCracker * glass tire limit energyhatches tire * fix the minor issues * fix the minor issues Former-commit-id: 0df67deb157be99b494f6996be258321f5b75a22
2022-02-09use xsmd components in researches (just temp)Martin Robertz
2022-02-09fix essentia dupeGlodBlock
2022-02-09Remove reference to GT++ recipesunknown
2022-02-09Do not reference class on dedicated server (#929)Glease
Rendered erroneously is bad, but crashing outright is even worse.
2022-02-09Fix optical circuit ore dict. (#930)Colen
2022-02-08OMT now woorksbombcar
2022-02-08move OMT to GTNHbombcar
2022-02-08more buildscript updatesbombcar
2022-02-08Merge pull request #24 from GTNewHorizons/buildioMartin Robertz
update build for maven
2022-02-08update build for mavenbombcar
2022-02-08buildscript and depsbombcar
2022-02-08Merge remote-tracking branch 'Technus/master' into upstreamMartin Robertz
# Conflicts: # dependencies.gradle
2022-02-08Add CPU wafer craft from Americium and europium wafers (#927)LewisSaber
* Add CPU wafer craft from Americium and europium wafers * Change crafttime of CPU wafers * Change Ram recipes to encourage use of better wafers * Change SoC wafer recipe to encourage use of better wafer * Buff Americium CPu recipe output * Change AsoC wafer recipe time to encourage use of better wafers * Change NPIC time * fix what dream requested im too stupid sometimes help me
2022-02-08Merge branch 'develop'Tec