| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-24 | Better 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-23 | Make PrAss Accept EV+ glass (#138) | LewisSaber | |
| * Add alternative recipe to circuits * Add glass Variants to PrAss | |||
| 2023-02-23 | Remove Sulfur Dioxide Recipe in Mixer (#554) | LewisSaber | |
| * Add circuit + update bs * Change 1-> 3 for consistency * POOOF! gone | |||
| 2023-02-23 | Add alternative recipe to circuits (#137) | LewisSaber | |
| 2023-02-23 | Fix 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-23 | Don't add fluid slot to steam machines (#1765) | miozune | |
| 2023-02-22 | Change amount of grinding heads in Ore Factory recipe (#1764) | LewisSaber | |
| 2023-02-22 | Remove Optical memory recipes | GDCloud | |
| 2023-02-22 | Update buildscript, fix missing windows gradle wrapper | Raven Szewczyk | |
| 2023-02-22 | fix chemplant speed (#553) | chochem | |
| 2023-02-22 | Fix minor oversight with BW_Utils (#552) | miozune | |
| 2023-02-22 | Fix Forming Press renaming recipe requiring specific input positions (#1763) | miozune | |
| 2023-02-22 | Fix two NPEs with recipe registrations (#551) | miozune | |
| 2023-02-22 | Merge pull request #51 from chochem/lanthanum-fix-part-2 | Martin Robertz | |
| More Lanthanum ore proc fixes | |||
| 2023-02-21 | more lanth fixes | chochem | |
| 2023-02-21 | Add 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-21 | Update 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-21 | Fix some issues with custom material renderers (#1755) | miozune | |
| 2023-02-21 | Fix 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-21 | Add textures (#1756) | Connor-Colenso | |
| Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> | |||
| 2023-02-20 | Merge pull request #165 from GTNewHorizons/master | Martin Robertz | |
| merge master | |||
| 2023-02-20 | Fixes GT++ multiblocks not accounting for eu discount when calculating ↵ | BlueWeabo | |
| parallels (#550) * fix * fix oopsie of copying wrong method | |||
| 2023-02-20 | Merge pull request #164 from GTNewHorizons/feature/LongPowerBase | Maxim | |
| Feature/longPowerBase | |||
| 2023-02-20 | Fixed mod id | minecraft7771 | |
| 2023-02-20 | Migrated to long power base | minecraft7771 | |
| 2023-02-20 | Only reference TGregworks if its present | minecraft7771 | |
| 2023-02-20 | Merge pull request #163 from GTNewHorizons/fix/ender-fluid-link-network | Martin Robertz | |
| Use ModularUI method for sending Ender Fluid Link Cover message | |||
| 2023-02-20 | Use ModularUI method for sending Ender Fluid Link Cover message | miozune | |
| 2023-02-20 | Spotless | GTNH-Colen | |
| 2023-02-20 | Merge remote-tracking branch 'origin/master' into ImproveRecipes | GTNH-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-20 | Spotless | GTNH-Colen | |
| 2023-02-20 | Tooltip cleanup | GTNH-Colen | |
| 2023-02-20 | Disable animations option + refactor | GTNH-Colen | |
| 2023-02-20 | Remove debug interactions on renderer | GTNH-Colen | |
| 2023-02-20 | Fix description | GTNH-Colen | |
| 2023-02-20 | Remove comment | GTNH-Colen | |
| 2023-02-20 | Make MHDCSM used earlier | GTNH-Colen | |
| 2023-02-19 | Fix weirdness with custom renderers (#290) | miozune | |
| Former-commit-id: 1fbd438fc1e30dceb7de5ac321fb76d20171e628 | |||
| 2023-02-19 | Merge pull request #162 from GTNewHorizons/fix/EoHRenderDebugTool | Martin Robertz | |
| Fix/EoHRenderDebugTool | |||
| 2023-02-19 | Fixed coil level not properly resetting (#548) | Maxim | |
| 2023-02-19 | Only allow changing of renderer when debug mode is enabled | minecraft7771 | |
| 2023-02-19 | Make material renderer available for arbitrary item (#1753) | miozune | |
| * Make material renderer available for arbitrary item * pass render pass | |||
| 2023-02-18 | Another static final constant. | GTNH-Colen | |
| 2023-02-18 | Prevent EOH if no Tgregworks | GTNH-Colen | |
| 2023-02-18 | Fix string concatenation issue. | GTNH-Colen | |
| 2023-02-18 | Fixes | GTNH-Colen | |
| 2023-02-18 | Add proper descriptions for some blocks | GTNH-Colen | |
| 2023-02-18 | Clean up code more | GTNH-Colen | |
| 2023-02-18 | Merge branch 'master' into ImproveRecipes | GTNH-Colen | |
| 2023-02-18 | Merge pull request #160 from GTNewHorizons/fixEoHDestroyingItself | Connor-Colenso | |
| Thanks | |||
