Skip to content

Commit

Permalink
v1.6.4 (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Illyrius <28700752+illyrius666@users.noreply.github.com>
  • Loading branch information
illyrius666 authored Sep 28, 2024
1 parent 74c2d10 commit 78a6be2
Show file tree
Hide file tree
Showing 177 changed files with 569 additions and 18,532 deletions.
28 changes: 0 additions & 28 deletions .github/dependabot.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Description

Please include a summary of the changes and the related issue. Explain the motivation behind these changes.

## Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
2 changes: 0 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"extends": ["config:recommended"],
"automerge": true,
"automergeType": "pr",
"assignees": ["renovate[bot]"],
"reviewers": ["illyrius666"],
"labels": ["Dependencies"]
}
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Editor Settings
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"scm.experimental.showHistoryGraph": true,
// General Settings
"extensions.ignoreRecommendations": true,
// Explorer Settings
Expand All @@ -11,13 +10,11 @@
// Git Settings
"git.autofetch": true,
"git.enableSmartCommit": true,
"github.copilot.enable": {
"*": true
},
"github.copilot.enable": { "*": true },
// JSON Schema Settings
"json.schemas": [
{
"fileMatch": ["*.json", "*.jsonc"],
"fileMatch": ["*.jsonc"],
"url": "https://json.schemastore.org/package"
}
],
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<table>
<tr>
<th colspan="3">Resource Packs + Links</th>
<th colspan="4">Resource Packs + Links</th>
</tr>
<tr>
<td>
Expand All @@ -23,14 +23,14 @@
</a>
<br><strong>Colourful containers GUI</strong>
</td>
</tr>
<tr>
<td>
<a href="https://modrinth.com/resourcepack/in-game-brewing-guide">
<img src="images/in-game-brewing-guide.webp" alt="In-Game Brewing Guide" title="In-Game Brewing Guide" width="200" height="200">
</a>
<br><strong>In-Game Brewing Guide</strong>
</td>
</tr>
<tr>
<td>
<a href="https://modrinth.com/resourcepack/icons">
<img src="images/icons.webp" alt="Icons" title="Icons" width="200" height="200">
Expand All @@ -42,6 +42,12 @@
<img src="images/totem-cross.webp" alt="Totem Cross" title="Totem Cross" width="200" height="200">
</a>
<br><strong>Totem Cross</strong>
</td>
<td>
<a href="https://www.curseforge.com/minecraft/mc-mods/medieval-paintings">
<img src="images/medieval-paintings.webp" alt="Medieval Paintings" title="Medieval Paintings" width="200" height="200">
</a>
<br><strong>Medieval Paintings</strong>
</td>
</tr>
</table>
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom:item/dimensions/dim_endworld"
}
"textures": { "layer0": "custom:item/dimensions/dim_endworld" }
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom:item/dimensions/dim_overworld"
}
"textures": { "layer0": "custom:item/dimensions/dim_overworld" }
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom:item/dimensions/dim_underworld"
}
"textures": { "layer0": "custom:item/dimensions/dim_underworld" }
}
4 changes: 1 addition & 3 deletions illyriarp/assets/custom/models/item/faq/dimensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom:item/faq/dimensions"
}
"textures": { "layer0": "custom:item/faq/dimensions" }
}
4 changes: 1 addition & 3 deletions illyriarp/assets/custom/models/item/faq/lands.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom:item/faq/lands"
}
"textures": { "layer0": "custom:item/faq/lands" }
}
4 changes: 1 addition & 3 deletions illyriarp/assets/custom/models/item/faq/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom:item/faq/settings"
}
"textures": { "layer0": "custom:item/faq/settings" }
}
4 changes: 1 addition & 3 deletions illyriarp/assets/custom/models/item/faq/skills.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "custom:item/faq/skills"
}
"textures": { "layer0": "custom:item/faq/skills" }
}
Loading

0 comments on commit 78a6be2

Please sign in to comment.