Skip to content

Commit

Permalink
update to version 2.22.0+240
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Jan 12, 2022
1 parent 819c94f commit 99cdf3a
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
2.21.0+238
2.22.0+240

• update dependency Forge
• add mod Energy Meters
• add mod Reconstructor
• add mod Super Sound Muffler: Revived

• update mod Cleanse
• update mod Floralis
• update mod Not Enough Energistics

• add config Reconstructor
• add config Super Sound Muffler: Revived

• update config Custom Main Menu
• update config Not Enough Energistics
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.21.0+238. 170 modifications.",
"text" : "MC 1.12.2 - ET 2.22.0+240. 172 modifications.",
"posX" : 2,
"posY" : -10,
"color" : -1,
Expand Down
11 changes: 10 additions & 1 deletion config/NotEnoughEnergistics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ transfer {
B:allowPrintRecipeType=false

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

# If true, it will open a gui to set craft amount after ctrl + click [+] button
B:enableCraftAmountSettingGui=true

# If item in the blacklist, it will not be transferred.
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"}
Expand All @@ -20,9 +23,15 @@ transfer {
S:itemPriorityList <
>

# If true, Crafting Helper will match other items even they can't auto-crafting
B:matchOtherItems=true

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

# If true, the ingredient currently displayed by JEI will be transferred.Default:false
B:useDisplayedIngredient=true
}


28 changes: 28 additions & 0 deletions config/reconstructor.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Configuration file

general {
# Item classes that appear in this list will not be repaired by the Reconstructor.
S:Blacklist <
>

# Write class and reason info to log when attempting to repair an item
B:Debug=false

# How much energy is required per point of damage.
I:EnergyUse=50

# If true, will only repair things that extend the tool, armor, sword and bow classes.
B:Restricted=false

# Repair amount per tick will scale based on durability
B:Scaled=true

# Package names of mods that should be repaired by the Reconstructor.
S:Whitelist <
slimeknights.tconstruct.tools
landmaster.plustic.tools
c4.conarm.common.items.armor
>
}


8 changes: 8 additions & 0 deletions config/supersoundmuffler.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Configuration file

general {
# Maximum effective range of the sound muffler. Setting this too large can cause lag. [range: 1 ~ 128, default: 32]
I:"Max Range"=32
}


Binary file removed mods/Cleanse-1.12-1.0.1.0.jar
Binary file not shown.
Binary file added mods/Cleanse-1.12-1.0.1.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added mods/energymeters-1.12.2-1.0.2.jar
Binary file not shown.
Binary file added mods/reconstructor-2.17.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 99cdf3a

Please sign in to comment.