Merge remote-tracking branch 'origin/master' into master

This commit is contained in:
DBotThePony 2022-09-01 20:58:23 +07:00
commit a62ce62c9b
Signed by: DBot
GPG Key ID: DCC23B5715498507
5 changed files with 325 additions and 340 deletions

View File

@ -1,3 +1,7 @@
{
"loader": "forge:separate_transforms",
"gui_light": "front",
"base":
{ {
"textures": { "textures": {
"0": "overdrive_that_matters:item/energy_sword", "0": "overdrive_that_matters:item/energy_sword",
@ -307,19 +311,18 @@
"firstperson_lefthand": { "firstperson_lefthand": {
"rotation": [20, 0, 0], "rotation": [20, 0, 0],
"translation": [0, 1.75, -4.25] "translation": [0, 1.75, -4.25]
}
}
}, },
"ground": { "perspectives": {
"rotation": [13, 0, 0],
"translation": [0, 5, -2.25]
},
"gui": { "gui": {
"rotation": [90, 42, -90], "parent": "overdrive_that_matters:item/energy_sword_inventory"
"translation": [-4.75, -2.25, 0],
"scale": [0.8, 0.8, 0.8]
}, },
"fixed": { "fixed": {
"rotation": [90, -45, 90], "parent": "overdrive_that_matters:item/energy_sword_inventory"
"translation": [5.5, -3.5, -1] },
"ground": {
"parent": "overdrive_that_matters:item/energy_sword_inventory"
} }
} }
} }

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "overdrive_that_matters:item/swordicon"
}
}

View File

@ -1,24 +0,0 @@
{
"loader": "forge:separate-perspective",
"gui_light": "front",
"base": {
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "overdrive_that_matters:item/swordicon"
}
},
"perspectives": {
"third_person_right_hand": {
"parent": "overdrive_that_matters:item/energy_sword_3d"
},
"third_person_left_hand": {
"parent": "overdrive_that_matters:item/energy_sword_3d"
},
"first_person_right_hand": {
"parent": "overdrive_that_matters:item/energy_sword_3d"
},
"first_person_left_hand": {
"parent": "overdrive_that_matters:item/energy_sword_3d"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB