-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
42 additions
and
7 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,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 |
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 |
---|---|---|
@@ -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 | ||
> | ||
} | ||
|
||
|
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 |
---|---|---|
@@ -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 not shown.
Binary file not shown.
Binary file not shown.