Skip to content

Commit 78a6be2

Browse files
authored
v1.6.4 (#59)
Signed-off-by: Illyrius <[email protected]>
1 parent 74c2d10 commit 78a6be2

File tree

177 files changed

+569
-18532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+569
-18532
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Description
2+
3+
Please include a summary of the changes and the related issue. Explain the motivation behind these changes.
4+
5+
## Checklist:
6+
7+
- [ ] My code follows the style guidelines of this project
8+
- [ ] I have performed a self-review of my own code
9+
- [ ] I have commented my code, particularly in hard-to-understand areas
10+
- [ ] I have made corresponding changes to the documentation
11+
- [ ] My changes generate no new warnings
12+
- [ ] I have added tests that prove my fix is effective or that my feature works
13+
- [ ] New and existing unit tests pass locally with my changes
14+
- [ ] Any dependent changes have been merged and published in downstream modules

.github/renovate.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"extends": ["config:recommended"],
44
"automerge": true,
55
"automergeType": "pr",
6-
"assignees": ["renovate[bot]"],
7-
"reviewers": ["illyrius666"],
86
"labels": ["Dependencies"]
97
}

.vscode/settings.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Editor Settings
33
"editor.defaultFormatter": "esbenp.prettier-vscode",
44
"editor.formatOnSave": true,
5-
"scm.experimental.showHistoryGraph": true,
65
// General Settings
76
"extensions.ignoreRecommendations": true,
87
// Explorer Settings
@@ -11,13 +10,11 @@
1110
// Git Settings
1211
"git.autofetch": true,
1312
"git.enableSmartCommit": true,
14-
"github.copilot.enable": {
15-
"*": true
16-
},
13+
"github.copilot.enable": { "*": true },
1714
// JSON Schema Settings
1815
"json.schemas": [
1916
{
20-
"fileMatch": ["*.json", "*.jsonc"],
17+
"fileMatch": ["*.jsonc"],
2118
"url": "https://json.schemastore.org/package"
2219
}
2320
],

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<table>
44
<tr>
5-
<th colspan="3">Resource Packs + Links</th>
5+
<th colspan="4">Resource Packs + Links</th>
66
</tr>
77
<tr>
88
<td>
@@ -23,14 +23,14 @@
2323
</a>
2424
<br><strong>Colourful containers GUI</strong>
2525
</td>
26-
</tr>
27-
<tr>
2826
<td>
2927
<a href="https://modrinth.com/resourcepack/in-game-brewing-guide">
3028
<img src="images/in-game-brewing-guide.webp" alt="In-Game Brewing Guide" title="In-Game Brewing Guide" width="200" height="200">
3129
</a>
3230
<br><strong>In-Game Brewing Guide</strong>
3331
</td>
32+
</tr>
33+
<tr>
3434
<td>
3535
<a href="https://modrinth.com/resourcepack/icons">
3636
<img src="images/icons.webp" alt="Icons" title="Icons" width="200" height="200">
@@ -42,6 +42,12 @@
4242
<img src="images/totem-cross.webp" alt="Totem Cross" title="Totem Cross" width="200" height="200">
4343
</a>
4444
<br><strong>Totem Cross</strong>
45+
</td>
46+
<td>
47+
<a href="https://www.curseforge.com/minecraft/mc-mods/medieval-paintings">
48+
<img src="images/medieval-paintings.webp" alt="Medieval Paintings" title="Medieval Paintings" width="200" height="200">
49+
</a>
50+
<br><strong>Medieval Paintings</strong>
4551
</td>
4652
</tr>
4753
</table>
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"parent": "minecraft:item/generated",
3-
"textures": {
4-
"layer0": "custom:item/dimensions/dim_endworld"
5-
}
3+
"textures": { "layer0": "custom:item/dimensions/dim_endworld" }
64
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"parent": "minecraft:item/generated",
3-
"textures": {
4-
"layer0": "custom:item/dimensions/dim_overworld"
5-
}
3+
"textures": { "layer0": "custom:item/dimensions/dim_overworld" }
64
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"parent": "minecraft:item/generated",
3-
"textures": {
4-
"layer0": "custom:item/dimensions/dim_underworld"
5-
}
3+
"textures": { "layer0": "custom:item/dimensions/dim_underworld" }
64
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"parent": "minecraft:item/generated",
3-
"textures": {
4-
"layer0": "custom:item/faq/dimensions"
5-
}
3+
"textures": { "layer0": "custom:item/faq/dimensions" }
64
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"parent": "minecraft:item/generated",
3-
"textures": {
4-
"layer0": "custom:item/faq/lands"
5-
}
3+
"textures": { "layer0": "custom:item/faq/lands" }
64
}

0 commit comments

Comments
 (0)