-
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
36 changed files
with
921 additions
and
837 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,37 @@ | ||
#### MCWPACK CONFIG FILE #### | ||
|
||
# Level name (supports minecraft color codes) | ||
name: null | ||
# Directory where the world is packed | ||
dirname: null | ||
# Additional entries (files or directories) to pack | ||
# extra_entries: | ||
# - Readme.md | ||
# - source: ./../anywhere/server.properties | ||
# target: server/server.properties | ||
# Resourcepack directory (or zip archive) | ||
resourcepack: null | ||
# Reset player data in level.dat | ||
reset_player: true | ||
# Archive all non-archived datapacks | ||
zip_datapacks: true | ||
# Remove empty chunks from the world | ||
clean_chunks: true | ||
# Ignored blocks when cleaning chunks (default: minecraft:air) | ||
# The following will delete chunks that only contain air or stone | ||
# ignored_blocks: | ||
# - minecraft:air | ||
# - minecraft:stone | ||
# Filter accepted scores (using glob patterns) | ||
# accepted_scores: | ||
# Filter accepted objectives (using glob patterns) | ||
# accepted_objectives: | ||
# Filter accepted file entries (using glob patterns) | ||
accepted_entries: | ||
- data/*.dat | ||
- datapacks/* | ||
- poi/*.mca | ||
- region/*.mca | ||
- entities/*.mca | ||
- icon.png | ||
- level.dat |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.