initial commit

This commit is contained in:
2025-02-06 09:44:25 +00:00
commit cdc7e5d2cd
89 changed files with 412 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:blazing"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:blazing"
}
]
}
}
+20
View File
@@ -0,0 +1,20 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:dragon"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:dragon"
}
],
"wings": [
{
"texture": "fantasysmp:dragon",
"use_player_texture": false
}
]
}
}
@@ -0,0 +1,14 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:true_netherite"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:true_netherite"
}
]
}
}
@@ -0,0 +1,14 @@
{
"layers": {
"humanoid": [
{
"texture": "fantasysmp:witherite"
}
],
"humanoid_leggings": [
{
"texture": "fantasysmp:witherite"
}
]
}
}