Skip to content

Commit

Permalink
v1.6.5 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
illyrius666 authored Sep 30, 2024
1 parent 78a6be2 commit 7d4f055
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ Please include a summary of the changes and the related issue. Explain the motiv
- [ ] 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
4 changes: 0 additions & 4 deletions illyriarp/assets/custom/models/item/faq/lands.json

This file was deleted.

4 changes: 4 additions & 0 deletions illyriarp/assets/custom/models/item/faq/rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"parent": "minecraft:item/generated",
"textures": { "layer0": "custom:item/faq/rules" }
}
4 changes: 0 additions & 4 deletions illyriarp/assets/custom/models/item/faq/skills.json

This file was deleted.

Binary file removed illyriarp/assets/custom/textures/item/faq/skills.png
Binary file not shown.
10 changes: 2 additions & 8 deletions illyriarp/assets/minecraft/models/item/blaze_rod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"predicate": {
"custom_model_data": 1
},
"model": "custom:item/faq/lands"
"model": "custom:item/faq/rules"
},
{
"predicate": {
Expand All @@ -20,7 +20,7 @@
"predicate": {
"custom_model_data": 3
},
"model": "custom:item/faq/skills"
"model": "custom:item/faq/settings"
},
{
"predicate": {
Expand All @@ -39,12 +39,6 @@
"custom_model_data": 6
},
"model": "custom:item/dimensions/dim_endworld"
},
{
"predicate": {
"custom_model_data": 7
},
"model": "custom:item/faq/settings"
}
]
}
Binary file removed images/grays-mob-overhaul.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v1.6.4"
"version": "v1.6.5"
}

0 comments on commit 7d4f055

Please sign in to comment.