aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-24Better casing amount on tooltips (#1766)Maxim
* Added more functions to more precisely input casing amount * Implement new tooltip casing adder * Only display variable size if sized are actually different * Addressed review
2023-02-23Make PrAss Accept EV+ glass (#138)LewisSaber
* Add alternative recipe to circuits * Add glass Variants to PrAss
2023-02-23Remove Sulfur Dioxide Recipe in Mixer (#554)LewisSaber
* Add circuit + update bs * Change 1-> 3 for consistency * POOOF! gone
2023-02-23Add alternative recipe to circuits (#137)LewisSaber
2023-02-23Fix mutating ItemData NBT (#1762)D-Cysteine
* Fix mutating ItemData NBT Fix for a very old bug where we were overwriting NBT in stored `ItemData` every time we called `GT_OreDictUnificator.get()` or `GT_OreDictUnificator.get_nocopy()` Maybe fixes: * https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12678 Please review this carefully, since it's very difficult to properly test changes to this part of the codebase. In `get_nocopy()`, since we now make a copy, I was able to set stack size too. Also I removed `assert rStack != null` since it is already checked by `GT_Utility.isStackInvalid()`. In `isInputStackEqual()`, I just deleted `rStack.setTagCompound()` since the only reference to `rStack` is in `GT_Utility.areStacksEqual()`, which has `aIgnoreNBT == true` so setting NBT does nothing. * Don't copy if no NBT is present
2023-02-23Don't add fluid slot to steam machines (#1765)miozune
2023-02-22Change amount of grinding heads in Ore Factory recipe (#1764)LewisSaber
2023-02-22Remove Optical memory recipesGDCloud
2023-02-22Update buildscript, fix missing windows gradle wrapperRaven Szewczyk
2023-02-22fix chemplant speed (#553)chochem
2023-02-22Fix minor oversight with BW_Utils (#552)miozune
2023-02-22Fix Forming Press renaming recipe requiring specific input positions (#1763)miozune
2023-02-22Fix two NPEs with recipe registrations (#551)miozune
2023-02-22Merge pull request #51 from chochem/lanthanum-fix-part-2Martin Robertz
More Lanthanum ore proc fixes
2023-02-21more lanth fixeschochem
2023-02-21Add back Single-block Indium Concentrate recipe (#1760)BritishCynic
* Update ChemicalRecipes.java Updates the smaller Indium Concentrate recipe to use a circuit so that the LCR will use the larger one when circuit 8 is used. * Update ChemicalRecipes.java Fix voltage and recipe time back to original 3s @ 150 EU/t. * Update ChemicalRecipes.java Add back 0-circuit Indium Concentrate recipe, but only for the Single-block Chemical Reactor.
2023-02-21Update ChemicalRecipes.java (#1758)BritishCynic
* Update ChemicalRecipes.java Updates the smaller Indium Concentrate recipe to use a circuit so that the LCR will use the larger one when circuit 8 is used. * Update ChemicalRecipes.java Fix voltage and recipe time back to original 3s @ 150 EU/t.
2023-02-21Fix some issues with custom material renderers (#1755)miozune
2023-02-21Fix possible race condition between client and server thread over config ↵Glease
circuit list (#1757) Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2023-02-21Add textures (#1756)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2023-02-20Merge pull request #165 from GTNewHorizons/masterMartin Robertz
merge master
2023-02-20Fixes GT++ multiblocks not accounting for eu discount when calculating ↵BlueWeabo
parallels (#550) * fix * fix oopsie of copying wrong method
2023-02-20Merge pull request #164 from GTNewHorizons/feature/LongPowerBaseMaxim
Feature/longPowerBase
2023-02-20Fixed mod idminecraft7771
2023-02-20Migrated to long power baseminecraft7771
2023-02-20Only reference TGregworks if its presentminecraft7771
2023-02-20Merge pull request #163 from GTNewHorizons/fix/ender-fluid-link-networkMartin Robertz
Use ModularUI method for sending Ender Fluid Link Cover message
2023-02-20Use ModularUI method for sending Ender Fluid Link Cover messagemiozune
2023-02-20SpotlessGTNH-Colen
2023-02-20Merge remote-tracking branch 'origin/master' into ImproveRecipesGTNH-Colen
# Conflicts: # src/main/java/com/github/technus/tectech/thing/block/EyeOfHarmonyBlock.java # src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
2023-02-20SpotlessGTNH-Colen
2023-02-20Tooltip cleanupGTNH-Colen
2023-02-20Disable animations option + refactorGTNH-Colen
2023-02-20Remove debug interactions on rendererGTNH-Colen
2023-02-20Fix descriptionGTNH-Colen
2023-02-20Remove commentGTNH-Colen
2023-02-20Make MHDCSM used earlierGTNH-Colen
2023-02-19Fix weirdness with custom renderers (#290)miozune
Former-commit-id: 1fbd438fc1e30dceb7de5ac321fb76d20171e628
2023-02-19Merge pull request #162 from GTNewHorizons/fix/EoHRenderDebugToolMartin Robertz
Fix/EoHRenderDebugTool
2023-02-19Fixed coil level not properly resetting (#548)Maxim
2023-02-19Only allow changing of renderer when debug mode is enabledminecraft7771
2023-02-19Make material renderer available for arbitrary item (#1753)miozune
* Make material renderer available for arbitrary item * pass render pass
2023-02-18Another static final constant.GTNH-Colen
2023-02-18Prevent EOH if no TgregworksGTNH-Colen
2023-02-18Fix string concatenation issue.GTNH-Colen
2023-02-18FixesGTNH-Colen
2023-02-18Add proper descriptions for some blocksGTNH-Colen
2023-02-18Clean up code moreGTNH-Colen
2023-02-18Merge branch 'master' into ImproveRecipesGTNH-Colen
2023-02-18Merge pull request #160 from GTNewHorizons/fixEoHDestroyingItselfConnor-Colenso
Thanks