Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #55

Merged
merged 3 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pseudoscience-modpack
# The Pseudoscience modpack

## Installation (3 Methods)
> [!IMPORTANT]
Expand Down
2 changes: 1 addition & 1 deletion config/improvedmobs/common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#If true will increase difficulty by the amount of time skipped. Else will only increase difficulty once.
"Punish Time Skip" = false
#Disable/Enable friendly fire for owned pets.
FriendlyFire = false
FriendlyFire = true
#Blacklist for pet you should't be able to give armor to. Pets from mods, which have custom armor already should be included here (for balancing reasons).
"Pet Blacklist" = []
#Treat pet blacklist as whitelist
Expand Down
2 changes: 1 addition & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hash = "1025878c5991b8edcf8dd809802c7e4bc1764a992215d67f214ce68eaed8ff61"

[[files]]
file = "config/improvedmobs/common.toml"
hash = "740c06e1fb31924fa6ac296f7054e4325930ebf4201820347c7ab18f9593f8d6"
hash = "0f4a1257a7d0fa46b0f3e8f1093c74d3c940cfe984ff1c082d25145cbf2b436b"

[[files]]
file = "config/item_obliterator.json"
Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "20d6819549c83d523d01265969dfebd2de7fd8011b5d91ae6d52c7a9e3d09066"
hash = "71131b6f814ab5b9130fc72cd746b7a7d66c2b2da9ccc45a2941676a5ef040eb"

[versions]
forge = "47.2.30"
Expand Down