aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-26Implemented enhanced multiblock GUI (#555)Maxim
* Implemented enhanced multiblock GUI * Rename method to fit super * Added getter to see if flotation cell is locked * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-02-26Enhanced multiblock GUIs (#1767)Maxim
* Added more buttons to multiblock GUI * Migrated PA to new GUI * Migrated Nano Forge to new GUI * Migrated PCB Factory to new GUI * Reband void protection to void excess to match GTPP logic * Adjust fusion reactor GUI size * Added statics for new NBT keys * Added getters for button status * Rename methods to reflect that they are about void excess, not the opposite * Added button textures
2023-02-26fix (#1773)BlueWeabo
2023-02-26use tiereu and use it correctly (#1774)chochem
2023-02-26More CoAL improvements (#136)MadMan310
* Update TecTech Dependency * Add more item and fluid slots to the CoAL map * More Input Bus candidates * Add separate input bus capability * Spotless * NEI fix * tooltip fix * merge master (#139) * Update buildscript, fix missing windows gradle wrapper * Add alternative recipe to circuits (#137) * Make PrAss Accept EV+ glass (#138) * Add alternative recipe to circuits * Add glass Variants to PrAss --------- Co-authored-by: Raven Szewczyk <git@eigenraven.me> Co-authored-by: LewisSaber <39595617+LewisSaber@users.noreply.github.com> * Recipe duration and power is 64x +cleanup * power+time req is 64x for LV-IV components * added support for new GUI buttons --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Raven Szewczyk <git@eigenraven.me> Co-authored-by: LewisSaber <39595617+LewisSaber@users.noreply.github.com>
2023-02-26Add a completely new system for late/endgame content (#1754)BlueWeabo
* basic work * typo fixes * make an enum folder * location enums * space project manager * implement the space project teams * commands * move things around and new things * upgrade work * requirement work * if possible use an upgrades values * cleanup * more helpers in command * fix AOOBE * fix world saved data * builder for requirements * add command autocomplete * fix command npe * mark world saved data dirty * switch to saving to json string. this is fine * fix npe * fix files not saving correctly. serialization * spotless * part 1 of fixing json saving * working json file saving * rename fields * full implementation of SP_Upgrade * fixes * cleanup * texture prep * documentation part 1 * documentation part 2 and rework of json saving * fix the missed conversions * set texture when copying * more interface usage and fixes * rework saving. * Added rudimentary NEI handler for projects * Revert "Added rudimentary NEI handler for projects" This reverts commit 6d8210e25b27fee7dc1865d1afa91708a8d9b875. * address NPEs * some textures * higher quality textures, put in the moon as a temp texture * add a check to create a team if one smt weird happens * command work * add ability to localize the space bodies * Added disabled button and toggle button * Added possibility to not render the original stacksize of item stacks in NEI * Added NEI handler * Fixes item count on tooltip always rendering as 1 * Fix refactor * 5 new body textures * fix misspelled texture name --------- Co-authored-by: minecraft7771 <maxim235@gmx.de>
2023-02-26add bat files to ignore listMartin Robertz
2023-02-26Merge pull request #166 from GTNewHorizons/RemoveMemoryMartin Robertz
Remove Optical memory recipes
2023-02-25Fix Cubic zirconia recipe (#292)LewisSaber
Former-commit-id: d7b75cf7b55efeff87a77106b580ddef72327457
2023-02-25fix (#1772)BlueWeabo
2023-02-25Fix plates in cutting machine being listed as output 2 instead of 1 (#556)LewisSaber
* Add circuit + update bs * Change 1-> 3 for consistency * POOOF! gone * Fix plate cutting
2023-02-25lava centrifuge recipe fix & tweaks (#1769)Glease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
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