Age | Commit message (Collapse) | Author |
|
|
|
* add unlocalizedname fluid map
* change the lock name into fluid name
|
|
Allows machines not using the .basicmachine prefix to work.
|
|
Increased to 250mb of glue for sake of automation, 200 isn't really used
|
|
|
|
:-/ (#798)
|
|
* add infinite oil rig
* fix typo
* get same speed as the oil rig III
* adjust speed for the infinite oil rig
|
|
* make the debuff time depend on contents
* fix npe in fluid
|
|
* add Cryolite Bee and combs
* add Cryolite Block
|
|
* change Graphene recipes
add new tiered recipes
* move graphene recipe one tier up
|
|
* Reformat
* Stop energy calcs from overflowing by switching int->long in several places in the new graph code to be consistent with how they're used elsewhere.
|
|
(Also resolves https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9044)
|
|
|
|
* Add threshold support to item and fluid covers
* Switch to storing in NBT
* Add handling for migration path
* Adjust item threshold max value
|
|
* Fix assline oredict support
* Fix assline hash generation depending on transient states
|
|
* add input slots to Distillation Tower
* borrow Large chemical reactor code to make it show up in Nei
* add itemstack to Distillation multi machine code
(cherry picked from commit e6e4203979340fc21f8ef4e1d6e9d0376afd3ef6)
* remove unnecessary checks
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9028
New railcraft tanks recipe conflicts #9026
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9026
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9020
|
|
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9010
|
|
* Add tooltip to programmed circuit to make new feature more obvious
* Fix previous typo
|
|
|
|
For now, we attempt to not send more than 30 updates per second to make it happy
|
|
|
|
GUI select circuit part 3
|
|
ent-986010006 (#778)
put stackzize from snwoballs, enderpearls and eggs into gt code
|
|
also tweaked the API a little for GT++ conf circuits and bartworks circuit programmer
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
also fixed some issue with basic machine gui introduced in 9d42b299def1c41bbc7a1f01efe445be28f54399
also retrofitted volumetric flask to use the new INetworkUpdatableItem and GT_Packet_UpdateItem, deprecating MessageSetFlaskCapacity in the meanwhile.
To open the gui for machine, shift-left-click the circuit slot
To open the gui for circuit, click any block (need to be sneaking if it's chest, furnace, etc) with the circuit held in hand.
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
the fix went to wrong branch
|
|
As noted here https://github.com/GTNewHorizons/GT5-Unofficial/commit/a07d8b58642eb9161479dcb3a285ad9979a74d2c#commitcomment-61224376
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
Fix single block generators accepting stuff it shouldn't
|
|
# Conflicts:
# .github/workflows/gradle.yml
# build.gradle
# build.properties
|
|
fix wrong Arrays being used in assline datasticks
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
update speed to L/t
|
|
Pollution
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
Fix pollution ticking and reading
|