Files
nugget/common/src/main/resources/assets/nuggetmod/equipment/nugget.json
2026-01-06 18:52:02 -06:00

24 lines
348 B
JSON

{
"layers": {
"wolf_body": [
{
"texture": "nuggetmod:nugget"
}
],
"horse_body": [
{
"texture": "nuggetmod:nugget"
}
],
"humanoid": [
{
"texture": "nuggetmod:nugget"
}
],
"humanoid_leggings": [
{
"texture": "nuggetmod:nugget"
}
]
}
}