Age | Commit message (Collapse) | Author |
|
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9171
|
|
|
|
Add allow multistack to client preference
|
|
Default to false
|
|
|
|
|
|
fix now to full dust
|
|
to a recipe (#816)
|
|
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9104
|
|
* fix recipe conflict
the lubricant one ciruit is conflcit with the gas one.
and also removed three duplicated recipes
* add back the dt recipe
* add ciruit
|
|
it is unreasonable to make player starve to die in dozens of seconds with full hunger bar
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9156
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9138
remove alternative stone sudt recipes. Not used in GTNH
|
|
Also slightly improved the data stick updating
|
|
* change sb manchine filter logic
it will allow sb machine to accept more one stack of the same item when filer mode is off.
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9107
* add another mode
* forget lang change
|
|
remove config option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Non-ugly tooltip
* Non-ugly tooltip
|
|
|
|
* 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>
|