Skip to content

Commit

Permalink
feat: update default textures
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Feb 21, 2023
1 parent 21f157d commit c455440
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 1 deletion.
11 changes: 11 additions & 0 deletions assets/minecraft/models/custom/default_boots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"texture_size": [
32,
32
],
"textures": {
"layer0": "custom/default_boots"
}
}
11 changes: 11 additions & 0 deletions assets/minecraft/models/custom/default_chestplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"texture_size": [
32,
32
],
"textures": {
"layer0": "custom/default_chestplate"
}
}
11 changes: 11 additions & 0 deletions assets/minecraft/models/custom/default_legging.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"credit": "AresRPG generated | https://aresrpg.world",
"parent": "item/handheld",
"texture_size": [
32,
32
],
"textures": {
"layer0": "custom/default_legging"
}
}
14 changes: 14 additions & 0 deletions assets/minecraft/models/item/leather_boots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/leather_boots"
},
"overrides": [
{
"predicate": {
"custom_model_data": 64723
},
"model": "custom/default_boots"
}
]
}
14 changes: 14 additions & 0 deletions assets/minecraft/models/item/leather_chestplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/leather_chestplate"
},
"overrides": [
{
"predicate": {
"custom_model_data": 49410
},
"model": "custom/default_chestplate"
}
]
}
14 changes: 14 additions & 0 deletions assets/minecraft/models/item/leather_leggings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/leather_leggings"
},
"overrides": [
{
"predicate": {
"custom_model_data": 86693
},
"model": "custom/default_legging"
}
]
}
2 changes: 1 addition & 1 deletion assets/minecraft/models/item/magma_cream.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
"predicate": {
"custom_model_data": 79561
"custom_model_data": 71827
},
"model": "custom/default_helmet"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/minecraft/textures/custom/default_helmet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c455440

Please sign in to comment.