Skip to content

Commit

Permalink
update to version 2.22.0+218
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Jan 12, 2022
1 parent c9182f7 commit 0948f6a
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
2.21.0+216
2.22.0+218

• add mod HWYLA

• add config HWYLA

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

• update mod Floralis

• fix #1
• add config Reconstructor
• add config Super Sound Muffler: Revived
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 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 0948f6a

Please sign in to comment.