-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* revert #1206 because it made diamond ore not smeltable * add a NO_ORE_SMELTING for no ore smelting * amend changelog * add missing recipe config things for bamboo, slabs, netherite block compression * fix rotor material not serializing addon materials correctly * fix slab tags * oops * chore: cherrypick
- Loading branch information
Showing
9 changed files
with
101 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,15 @@ | ||
# ChangeLog | ||
|
||
Version: 1.2.2 | ||
Version: 1.2.2.a | ||
|
||
### ADDITIONS: | ||
- Ported Powder Barrels, Industrial TNT and Dynamite from 1.12 | ||
- Ported Armor from 1.12 | ||
- added NO_ORE_SMELTING material flag for stopping ore/raw ore -> dust/ingot/gem smelting | ||
|
||
### CHANGES: | ||
- Updated Russian translation | ||
- Moved coils, filters, PSS battery maps out of GTBlocks, to make it easier for addons to add to them | ||
|
||
### FIXES: | ||
- Made natural decor blocks obtainable | ||
- Fixed compression recipes being generated for ignored materials | ||
- Fixed fluid locking | ||
- Fixed items being voided when Multiblock auto-building fails | ||
- Fixed missing drops for Laser Pipes and Optical Pipes | ||
- Fixed missing harder chest recipes | ||
- Fixed setting the dimension for Bedrock Ore Veins and Fluid Veins in KJS | ||
- Fixed energy transfer display in the Portable Scanner | ||
- Fixed parallel issues, multi smelter not overclocking | ||
- Fixed Overclocking display for ULV in recipe viewers | ||
- Fixed parallel processing for steam machines | ||
- Fixed machine controllers not working for indirectly powered blocks | ||
- Fixed raw ores being smeltable into ingots even with the NO_SMELTING flag | ||
- Fixed language entries for treated/rubber wood signs | ||
- Fixed sign rendering | ||
- Fixed wire throughput counting | ||
- Fixed chainsaw durability usage | ||
- Fixed recipe conflict between mud and fertilizer recipes | ||
- Fixed raw diamonds not being smeltable into diamonds, raw coal not being smeltable into coal | ||
- fixed rubber & treated wood slab tags | ||
- fixed addon turbine rotors using the wrong material | ||
- fixed hardWoodRecipes not applying to bamboo | ||
- fixed transformers not having enough input storage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters