Skip to content

Commit 9e10cf2

Browse files
committed
add more changes, fix some mistakes
1 parent 82fb254 commit 9e10cf2

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

CHANGELOG-GTCEU.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- Added Super Tanks and Super Chests, starting at MV. Quantum Tanks and Chests are now later and much, much larger
4343
- Fluids can now be manually removed from Singleblock Generators
4444
- Advancements (achievements) were added all the way from Bronze to MK3 Fusion Reactor and Wetware Mainframe
45-
- TheOneProbe now displays recipe time in ticks, to be more accurate
45+
- TheOneProbe now displays recipe time in ticks when duration is short, to be more accurate
4646
- Progress Bars in JEI now are active (like Vanilla Furnace progress bar in JEI)
4747
- "Allow Input from Output Side" now defaults to True
4848
- Energy Output Hatches (now called Dynamo Hatches) now only output energy on one side (Energy Input unchanged)
@@ -64,15 +64,15 @@
6464
- Steam Oven:
6565
- Multiblock Furnace at Steam-Age
6666
- Consumes 2x the base rate of Steam, at 1.5x the base duration, but up to 8 items at a time
67-
- Tools can now be enchanted with Efficiency and Unbreaking
67+
- Tools can now be enchanted with Unbreaking, and Wrenches can have Efficiency as well
6868
- Item Pipes have been added
6969
- Much larger throughput compared to options from other Mods
7070
- More efficient (TPS) than EnderIO Conduits
7171
- Two Modes with a Conveyor or Robot Arm cover:
72-
- "Priority":
72+
- Priority:
7373
- Each Pipe has a "priority" value
7474
- Items will go to the lowest priority value first
75-
- Restrictive Pipes can be used to drastically reduce priority
75+
- Restrictive Pipes can be used to drastically increase priority value (lower priority)
7676
- Round Robin
7777
- Items will be evenly distributed to each destination
7878
- Unlike EnderIO, a single "group" of items extracted will be split across destinations
@@ -81,6 +81,7 @@
8181
- Multiblocks can now share ALL hatches (energy, item in/out, fluid in/out) excluding Rotor Holders
8282
- Mixer now has 2 more Item Input slots
8383
- Chemical Reactor now has 1 more Item Output Slot
84+
- Distillery now has an Item Output Slot
8485
- GT Wrenches will now work for: BuildCraft, EnderIO, Thermal Expansion, Applied Energistics
8586
- New Covers:
8687
- Computer Monitor: a decorative cover
@@ -109,13 +110,13 @@
109110
- Cable Loss reworked:
110111
- Lossless wires will now no longer damage you
111112
- Cables will always have lossy wires, unless they are "Superconductors"
112-
- Superconductors are available at every tier, and are only wires to reduce clutter
113+
- Superconductors are available at every tier, and are available only wires to reduce clutter
113114
- High-Amp Energy Hatches added (can be configured with a Screwdriver, with amperages: 2, 4, 8, 16)
114115
- High-Amp Transformers added (can be configured with a Screwdriver, with ranges: 1->4, 2->8, 4->16, 16->64)
115116
- Diodes Added, which allow energy flow in one direction and restrict amperage (can be configured with a Screwdriver, with amperages: 1, 2, 4, 8, 16)
116117
- GT Cables and wires can now natively power RF-consuming machines (with config, default true)
117118
- Simple Ore Washer added
118-
- Ore Washer, but only at LV
119+
- Ore Washer, but only at ULV
119120
- Consumes 100mB of Water per recipe
120121
- Is much faster than an Ore Washer, but grants no byproducts
121122
- Can do: crushed -> crushedPurified, impureDust -> dust, pureDust -> dust
@@ -160,9 +161,16 @@
160161
- Drums now properly display their Tank contents in TheOneProbe
161162
- Tools now properly override `getToolClasses()`, leading to better mod compatibility
162163
- Fix Distillation Tower not respecting the output order in some arrangements of output hatches
164+
- Fix GT items being improperly sorted in JEI
165+
- Fix recipes being improperly sorted in each category
166+
- Sorted in groups of voltage-tier, with duration increasing within each tier
167+
- Fix recipes in JEI taking an odd number of ticks rounding up
168+
- 1 tick recipes properly display as 0.05s (instead of 0.1s)
169+
- Example: 19 ticks will show as 0.95s (before would have been 1s)
163170

164171
### CraftTweaker
165-
- t
172+
- Materials can now automatically generate IDs
173+
- Be careful, as changing the order of this will cause items in-world to disappear
166174

167175

168176
### Removals
@@ -172,6 +180,7 @@
172180
- Canning Machine and Fluid Canning Machine were combined (now Canning Machine)
173181
- Microwave, Amplifabricator, and Tesla Coil were removed
174182
- Dust-only Materials no longer generate blocks
183+
- GT Chests were removed (in favor of Crates, Super Chests, Quantum Chests)
175184

176185
### Misc Changes
177186
- Many Material colors and IconSets (their overall appearance) have been updated

0 commit comments

Comments
 (0)