Skip to content

Commit

Permalink
String adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
urda committed Aug 5, 2024
1 parent 881e409 commit 2e64bdb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# v0.1 - Pre-Release

- The "new" OpinionatedMinecraftDatapack Vanilla Tweaks Datapack.
- The "new" OpinionatedMinecraftDatapack Vanilla Tweaks Data Pack.
- Features:
- Advancements:
- "Opinionated Minecraft Datapack"
- "Opinionated Minecraft Data Pack"
- "Damn. Gravel."
- "Damn. Coarse Dirt."
- "I'm just going to wing it!"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**OpinionatedMinecraftDatapack** is an opinionated [Minecraft data pack](https://minecraft.wiki/w/Data_pack).
Anyone who knows anything about Urda will know how much they love simple, vanilla Minecraft.

# Build the release
# Building the data pack...

## Generic `zip` command

Expand All @@ -26,7 +26,7 @@ mv OpinionatedMinecraftDatapack.zip ~/Library/Application\ Support/minecraft/sav
Place the built data pack into the server's `datapacks` folder:

```bash
rsync OpinionatedMinecraftDatapack.zip host.local:/path/to/server/datapacks/OpinionatedMinecraftDatapack.zip
rsync OpinionatedMinecraftDatapack.zip host.tld:/path/to/server/datapacks/OpinionatedMinecraftDatapack.zip
```

# Credits and References
Expand Down
2 changes: 1 addition & 1 deletion data/opinionatedminecraftdatapack/advancements/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"__comment": "OpinionatedMinecraftDatapack - By Urda of Urda.com",
"display": {
"title": {
"text": "Opinionated Minecraft Datapack",
"text": "Opinionated Minecraft Data Pack",
"color": "aqua"
},
"description": {
Expand Down
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 41,
"description": "Opinionated Minecraft Datapack :: By Urda :: Urda.com :: v0.1"
"description": "Opinionated Minecraft Data Pack :: By Urda :: Urda.com :: v0.1"
}
}

0 comments on commit 2e64bdb

Please sign in to comment.