Skip to content

Commit

Permalink
Merge pull request #162 from Halfdeaf/master
Browse files Browse the repository at this point in the history
Ore excavator whitelist
  • Loading branch information
NielsPilgaard authored Nov 24, 2019
2 parents 10c4700 + 60de8b1 commit 9006922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/oreexcavation-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#Tools blacklisted from excavating
"Tool Blacklist" = []
#Blocks blacklisted from being excavated
"Block Blacklist" = ["tag:forge:ores", "minecraft:clay"]
"Block Blacklist" = ["tag:forge:ores", "minecraft:clay", "tag:quark:crystal", "minecraft:bone_block", "minecraft:glowstone"]
#The maximum number of blocks that can be excavated at once
#Range: > 1
Limit = 512
Expand Down
2 changes: 1 addition & 1 deletion settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $CLIENT_CHANGELOG_TYPE = "html"
# Must be a single string. Use Powershell escaping for new lines etc. New line is `n and indent is `t
$CLIENT_CHANGELOG = "<h3>Enigmatica 4 v$MODPACK_VERSION</h3>" +
"<p>Using Forge-1.14.4-28.1.90 </p><br />" +
"<a href=`"https://github.com/NillerMedDild/Enigmatica4/blob/master/CHANGELOG.md`">Changelog</a> <br />"
"<a href=`"https://github.com/NillerMedDild/Enigmatica4/blob/master/CHANGELOG.md`">Changelog</a> <br />" +
"<a href=`"https://github.com/NillerMedDild/Enigmatica4/blob/master/CHANGELOG-MODS.md`">Mod Updates</a>"

# Can be "alpha", "beta" or "release"
Expand Down

0 comments on commit 9006922

Please sign in to comment.