Skip to content

Commit

Permalink
トロポンアーマー実装
Browse files Browse the repository at this point in the history
  • Loading branch information
malken21 committed Jan 8, 2024
1 parent 2e3cc96 commit 6cebd70
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/minecraft/atlases/armor_trims.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"trims/models/armor/minuma",
"trims/models/armor/minuma_leggings",
"trims/models/armor/minuma_deluxe",
"trims/models/armor/minuma_deluxe_leggings"
"trims/models/armor/minuma_deluxe_leggings",
"trims/models/armor/toropon",
"trims/models/armor/toropon_leggings"
],
"palette_key": "trims/color_palettes/trim_palette",
"permutations": {
Expand Down
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/chainmail_boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"trim_type": 0.02
},
"model": "custom/minuma_deluxe/boots"
},
{
"predicate": {
"trim_type": 0.03
},
"model": "custom/toropon/boots"
}
]
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/chainmail_chestplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"trim_type": 0.02
},
"model": "custom/minuma_deluxe/chestplate"
},
{
"predicate": {
"trim_type": 0.03
},
"model": "custom/toropon/chestplate"
}
]
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/chainmail_helmet.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"trim_type": 0.02
},
"model": "custom/minuma_deluxe/helmet"
},
{
"predicate": {
"trim_type": 0.03
},
"model": "custom/toropon/helmet"
}
]
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/chainmail_leggings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"trim_type": 0.02
},
"model": "custom/minuma_deluxe/leggings"
},
{
"predicate": {
"trim_type": 0.03
},
"model": "custom/toropon/leggings"
}
]
}
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 6cebd70

Please sign in to comment.