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
View File
+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"
}
]
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/blazing_boots"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/blazing_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/blazing_helmet"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/blazing_leggings"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/blazing_sword"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragon_boots"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragon_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragon_helmet"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragon_leggings"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/dragon_sword"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/lightning_sword"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/stevens_wrath"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/true_netherite_boots"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/true_netherite_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/true_netherite_helmet"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/true_netherite_leggings"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_sword"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_boots"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_helmet"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_leggings"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "fantasysmp:item/witherite_sword"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_boots",
"textures": {
"layer0": "fantasysmp:item/blazing_boots"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_chestplate",
"textures": {
"layer0": "fantasysmp:item/blazing_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_helmet",
"textures": {
"layer0": "fantasysmp:item/blazing_helmet"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_leggings",
"textures": {
"layer0": "fantasysmp:item/blazing_leggings"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/diamond_sword",
"textures": {
"layer0": "fantasysmp:item/blazing_sword"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_boots",
"textures": {
"layer0": "fantasysmp:item/dragon_boots"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_chestplate",
"textures": {
"layer0": "fantasysmp:item/dragon_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_helmet",
"textures": {
"layer0": "fantasysmp:item/dragon_helmet"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_leggings",
"textures": {
"layer0": "fantasysmp:item/dragon_leggings"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_sword",
"textures": {
"layer0": "fantasysmp:item/dragon_sword"
}
}
@@ -0,0 +1,7 @@
{
"parent": "item/netherite_sword",
"textures": {
"layer0": "fantasysmp:item/lightning_sword"
}
}
@@ -0,0 +1,28 @@
{
"parent": "item/netherite_sword",
"display": {
"thirdperson_righthand": {
"rotation": [ 0, -90, 55 ],
"translation": [ 0, 12, -1 ],
"scale": [ 2.0, 2.0, 1.25 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, 90, -55 ],
"translation": [ 0, 12, -1 ],
"scale": [ 2.0, 2.0, 1.25 ]
},
"firstperson_righthand": {
"rotation": [ 0, -90, 40 ],
"translation": [ 1.13, 3.2, 1.13 ],
"scale": [ 1.5, 1.5, 1.5 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 90, -40 ],
"translation": [ 1.13, 3.2, 1.13 ],
"scale": [ 1.5, 1.5, 1.5 ]
}
},
"textures": {
"layer0": "fantasysmp:item/stevens_wrath"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_boots",
"textures": {
"layer0": "fantasysmp:item/true_netherite_boots"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_chestplate",
"textures": {
"layer0": "fantasysmp:item/true_netherite_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_helmet",
"textures": {
"layer0": "fantasysmp:item/true_netherite_helmet"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_leggings",
"textures": {
"layer0": "fantasysmp:item/true_netherite_leggings"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_sword",
"textures": {
"layer0": "fantasysmp:item/true_netherite_sword"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_boots",
"textures": {
"layer0": "fantasysmp:item/witherite_boots"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_helmet",
"textures": {
"layer0": "fantasysmp:item/witherite_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_helmet",
"textures": {
"layer0": "fantasysmp:item/witherite_helmet"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_leggings",
"textures": {
"layer0": "fantasysmp:item/witherite_leggings"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/netherite_sword",
"textures": {
"layer0": "fantasysmp:item/witherite_sword"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

+10
View File
@@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/dragon_head",
"model": {
"type": "minecraft:head",
"kind": "dragon"
}
}
}
+5
View File
@@ -0,0 +1,5 @@
{
"textures": {
"particle": "minecraft:block/soul_sand"
}
}
@@ -0,0 +1,15 @@
{
"parent": "item/dragon_skull",
"display": {
"gui": {
"translation": [ -2, 2, 0 ],
"rotation": [ 30, 45, 0 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"thirdperson_righthand": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, -1, 2 ],
"scale": [ 0.25, 0.25, 0.25 ]
}
}
}
@@ -0,0 +1,27 @@
{
"textures": {
"particle": "block/soul_sand"
},
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 1, 1, 1 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 4, 0],
"scale":[ 1, 1, 1 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
},
"thirdperson_righthand": {
"rotation": [ 45, 45, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
}
}
}
BIN
View File
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 46,
"description": "Kand SMP Custom Items"
}
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB