| Age | Commit message (Collapse) | Author |
|
* fix
* address reviews
* spotless
|
|
* Crafting input buffer
* persist data
* rename and stuff
* no more waiting for multis to start
* rearrange ui
* spotless
* fixes
* refactor
* Crafting Input Slave
* getCrafterIcon
* crafting input bus
* spotless
* Update GT_MetaTileEntity_MultiBlockBase.java
* Update GT_Loader_MetaTileEntities.java
* Update GT_Loader_MetaTileEntities.java
* Update GT_MetaTileEntity_MultiBlockBase.java
* Update GT_MetaTileEntity_MultiBlockBase.java
* Update GT_Loader_MetaTileEntities.java
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* Revert "Fix hull crafting table recipes (#2170)"
This reverts commit 3d05af464ff0d20020b988fdfccd9252fd9d06fd.
* Fix recipe removal order
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Adding The FIne Wire + Recipe in wiremill
* spotlessApply (#701)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
Now it should work. Vexatos fixed it
Former-commit-id: c6df69a9030d0cad50cd4d723936e432abcebc2e
|
|
|
|
|
|
in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1927 titaniumtetrachloride was changed to need 3 rutile instead of 1. This was the result of new processing lines for bauxite and ilmenite that yielded much higher amounts. As a result of the changes to titaniumtetrachloride all other sources of rutile were nerfed by a factor of three. This change would return rutile to the same yield of titanium as before the titaniumtetrachloride rebalance
|
|
|
|
* Migrated extruder
* Migrated alloy smelter
* Migrated arc furnace
* Migrated centrifuge
* Migrated ICO
* Migrated cutter
* Migrated dehydrator
* Migrated electrolyzer
* Migrated fluid heater
* Migrated forge hammer
* Forgot gtpp machines are cursed
* Migrated mac
* Migrated mixer
* Migrated molecular transformer
* Migrated bender
* Migrated sifter
* Migrated thermal centrifuge
* Migrated VF
* Migrated washer
* Migrated wiremill
* Migrated Volcanus
* Migrated adv implo compressor
* Migrated XL turbines
* Migrated chemplant
* Migrated MABS
* Migrated ABS
* Migrated cyclotron
* Migrated Zhuhai
* Migrated rock breaker
* Migrated rocketdyne
* Migrated semifluid generator
* Migrated QFT
* Minor optimization
* Migrate refinery
* Migrated solar tower
* Migrated TGS
* Migrated duplicator
* Migrated PSS
* Migrated algae pond
* Migrated froth flotation cell
* Migrated LTFR
* Migrated LPF
* Migrated sparge tower
* Migrated salt
* Migrated isamill
* Migrate DT
* Migrated HE
* Migrated mass fab
* Migrated chisel
* Migrated boiler
* Migrated steam machines
* Migrated amazon
* Disable batch mode button on XL turbines
* Update dependencies.gradle
* Updated dep
* Addressed first batch of reviews
* Migrated assembler
* Removed unused checkRecipe methods
* Forgot these
* Fix and cleanup chemplant
* Removed getAmounfOfOutputs
* Removed special multi behavior
* Migrated sound mostly
* Addressed new reviews
* Fix build fail and chisel sound
* Derp
* More reviews addressed
* Oversight on chemplant batchmode
* Fix DT speed bonus
* Removed iron blast furnace
* Removed generator array
* Removed
* Simplify rocket engine logic
* Removed left over artifacts
* Minor fixes
* Removed nerf chips
* Removed tesla tower
* Revert and fix chemplant recipe map
* Fix chemplant catalyst damaging
* Addressed reviews
* Derp
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* Exposed recipe consumption via method
|
|
Former-commit-id: a4838b2f30f9f51b16dc42c77b53f1c6cd5e9a18
|
|
* pu239 cleanup
* lang cleanup
|
|
* Fixes Large Essentia Smeltery Autoplace
* corrects the typo
|
|
Former-commit-id: 2b5c3cf134db3f6d9365d8d1bca566b9506bf384
|
|
|
|
|
|
* Added getter for speed bonus and eut discount, making the migration of gtpp machines easier
* Added getter for current parallel
* Added method that exposes recipe finding
* Extract setup of processing logic like in super
* Added controller slot to input list of processing logic
* Adressed review
|
|
|
|
|
|
* Change formatting
* Spotless!!!
---------
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
* Migrated mk4 and mk4 fusion to GPL
* Oversight
* Updated dep
|
|
* Migrate fusion to generic processing logic
* Adjusted OC calculator to allow max number of OCs
* Fixed typo
* Fix buffer consumption logic
* Fix oversight
* Addressed reviews
|
|
* fix boron plasma freezing
* update BS
|
|
|
|
|
|
|
|
|
|
* Fixed bee frames to make sense with additive production modifiers
* Reduce positive production modifiers
|
|
on normal parallels (#2147)
* fix
* make sure normal parallels are ran before batch mode
|
|
* change tooltips
* put machine types together
* Added constructor to accept multi line tooltip on sbs
* sorting machine registering methods
* update MachineType
* migrate machines to multiline description
* add new constructor for matter amplifier
* migrate matter amplifier to multi line tooltip
* spotless apply
* Capitalize machine types
* breakdown large run methods into themed methods
* migrate TE IDs to an enum (1/?)
* spotless apply
* migrate TE IDs to an enum (2/?)
* migrate TE IDs to an enum (3/?)
* migrate TE IDs to an enum (4/?)
* spotless apply
* sorting crafting recipes by type + fix meta id typo
* migrate TE IDs to an enum(5/?)
* spotless apply
* merge master (#2143)
* Make structure tooltips more colorful (#2133)
* default color changes
* add colored casing amount builders
* oversight
* address reviews
* GPL Special Item access (#2134)
* Added getters to allow a machine to set the special item for recipe checking
* Changes to ore factorys running mode description (#2135)
* Changes the integrated ore factory mode description to match what its actually doing.
* Some tooltip grammar changes.
That would have annoyed me :)
* Enable void protection for PA (#2136)
* Added ofNoOverclock builder that accepts eut and duration (#2140)
* Fix findRecipe might limit stack size by 64 (#2139)
* Fix potential issue with applecore ItemFoodProxy (#2137)
* Fix potential issue with applecore ItemFoodProxy
* Fix the worst class loader issue ive ever encountered
---------
Co-authored-by: GDCloud <93287602+GDCloudstrike@users.noreply.github.com>
Co-authored-by: Maxim <maxim235@gmx.de>
Co-authored-by: Lyfts <127234178+Lyfts@users.noreply.github.com>
Co-authored-by: miozune <miozune@gmail.com>
Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com>
* Moved machine type and descriptions to lang files
* Removed redundant visibility modifier
* Only expose translated descriptions
* Using prefix gt.recipe for NEI compatibility
* Deprecate use of LanguageManager in GT_Recipe_Map
* Unify GT_Recipe and MachineType localization
* Electromagnetic Polarizer consistency with Separator
* Added Packager MachineType
* Added Scanner MachineType
* Added Rock breaker MachineType
* Added Mass Fabricator MachineType
* Added Replicator MachineType
* Added "Machine Type" tooltip to steam machines
* public modifier unnecessary
* Spotless apply
---------
Co-authored-by: minecraft7771 <maxim235@gmx.de>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: GDCloud <93287602+GDCloudstrike@users.noreply.github.com>
Co-authored-by: Lyfts <127234178+Lyfts@users.noreply.github.com>
Co-authored-by: miozune <miozune@gmail.com>
Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com>
Co-authored-by: YannickMG <yannickmg@gmail.com>
|
|
* Made EEC tooltip's glass more general
* A bit more specific
|
|
|
|
* New catalyst definitions
* New catalyst english name and images
* 2 new recipes for waterline skips
|
|
|
|
|
|
* Removed deprecated bartworks interface
* Migrated PrAss
* Migrated CoAL
* Migrated CoolantTower
* Migrated EHE
* Migrated compacts
* Migrated large turbine base
* Migrated UCFE
* Migrated FRF
* Migrated naq gen
* Migrated YOTTA
* Migrated LEG
* Migrated LES
* Migrated NA
* Updated deps
* Updated deps
* Derp
* Fixed PrAss in precise mode
* Added missing GPL getters in NA
* Fixed power of NA
* Enabled batch mode and void protection in FRF
* Addressed reviews
* Deleted LongPowerUsageBase in favor of ExtendedPowerMultiBlockBase
* Addressed reviews
* Limit recipe duration to 1 tick
* Updated dep
|
|
* Migrated MegaMultiBlockBase to ExtendedPowerBase
* Migrated MOC
* Migrated MCR
* Migrated MCR
* Migrated MVF
* Migrated MEBF
* Migrated MDT
* Use Energy.or(ExoticEnergy) instead of TTEnabledEnergyHatchElement
* Set GPL power to be totalEU voltage at 1 ampere
* Fix coil tier of MEBF
* Migrated CAL
* Migrated EIC
* Migrated vat
* Fixed MDT void protection
* Clean up code
* Updated dep
* Updated deps
* Update dependencies.gradle
* Update dependencies.gradle
* Update dependencies.gradle
* Fix EIC power
* Update src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/mega/GT_TileEntity_MegaBlastFurnace.java
Co-authored-by: miozune <miozune@gmail.com>
* Update src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/GT_TileEntity_CircuitAssemblyLine.java
Co-authored-by: miozune <miozune@gmail.com>
* Addressed reviews
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: miozune <miozune@gmail.com>
Former-commit-id: 32ebaeb20cd9b9d1338d990b647c5f05b366116c
|
|
* Fix potential issue with applecore ItemFoodProxy
* Fix the worst class loader issue ive ever encountered
|