Skip to content

Commit

Permalink
update to version 2.19.0+234
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Oct 29, 2021
1 parent 5568bee commit c54bc73
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 11 deletions.
19 changes: 9 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
2.18.0+232
2.19.0+234

update mod Custom Loading Screen
• update mod Extra CPUs
• update mod Floralis
• update mod JAOPCA
add mod Not Enough Energistics

• update mod Energy Control
• update mod Hammer Lib
• update mod More Electric Tools
• update mod Myst Library
• update mod Mystical Lib
• update mod Tesla Core Lib

• remove mod Just Enough Energistics

• add config Not Enough Energistics

• update config Custom Loading Screen
• update config Custom Main Menu
• update config More Electric Tools
2 changes: 1 addition & 1 deletion config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

"modcounts":
{
"text" : "MC 1.12.2 - ET 2.18.0+232. 170 modifications.",
"text" : "MC 1.12.2 - ET 2.19.0+234. 170 modifications.",
"posX" : 2,
"posY" : -10,
"color" : -1,
Expand Down
28 changes: 28 additions & 0 deletions config/NotEnoughEnergistics.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Configuration file

transfer {
# Automatic switch Pattern Terminal's Mode when click [+].Default:true
B:allowAutomaticSwitchPatternTerminalMode=true

# If true, print current recipe type in log.Default:false
B:allowPrintRecipeType=false

# If true, it will make all similar ingredient switch at the same time
B:allowSynchronousSwitchIngredient=false

# If item in the blacklist, it will not be transferred.
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"}
S:itemBlacklist <
>

# If item in tne priority list, it will be transferred first.
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"}
S:itemPriorityList <
>

# If oredict has this mod's item, use it first.
S:modPriorityList <
>
}


Binary file not shown.
Binary file not shown.
Binary file removed mods/JustEnoughEnergistics-1.12.2-1.0.8.jar
Binary file not shown.
Binary file not shown.
Binary file added mods/NotEnoughEnergistics-1.12.2-1.1.7.jar
Binary file not shown.

0 comments on commit c54bc73

Please sign in to comment.