Skip to content

Commit 7d4f055

Browse files
authored
v1.6.5 (#61)
1 parent 78a6be2 commit 7d4f055

File tree

9 files changed

+7
-19
lines changed

9 files changed

+7
-19
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ Please include a summary of the changes and the related issue. Explain the motiv
99
- [ ] I have commented my code, particularly in hard-to-understand areas
1010
- [ ] I have made corresponding changes to the documentation
1111
- [ ] 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
1412
- [ ] Any dependent changes have been merged and published in downstream modules

illyriarp/assets/custom/models/item/faq/lands.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": { "layer0": "custom:item/faq/rules" }
4+
}

illyriarp/assets/custom/models/item/faq/skills.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Binary file not shown.

illyriarp/assets/minecraft/models/item/blaze_rod.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"predicate": {
99
"custom_model_data": 1
1010
},
11-
"model": "custom:item/faq/lands"
11+
"model": "custom:item/faq/rules"
1212
},
1313
{
1414
"predicate": {
@@ -20,7 +20,7 @@
2020
"predicate": {
2121
"custom_model_data": 3
2222
},
23-
"model": "custom:item/faq/skills"
23+
"model": "custom:item/faq/settings"
2424
},
2525
{
2626
"predicate": {
@@ -39,12 +39,6 @@
3939
"custom_model_data": 6
4040
},
4141
"model": "custom:item/dimensions/dim_endworld"
42-
},
43-
{
44-
"predicate": {
45-
"custom_model_data": 7
46-
},
47-
"model": "custom:item/faq/settings"
4842
}
4943
]
5044
}

images/grays-mob-overhaul.webp

-15.7 KB
Binary file not shown.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v1.6.4"
2+
"version": "v1.6.5"
33
}

0 commit comments

Comments
 (0)