Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
a62ce62c9b
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "minecraft:item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "overdrive_that_matters:item/swordicon"
|
||||||
|
}
|
||||||
|
}
|
@ -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 |
BIN
src/main/resources/assets/overdrive_that_matters/textures/gui/widgets_18.xcf
(Stored with Git LFS)
BIN
src/main/resources/assets/overdrive_that_matters/textures/gui/widgets_18.xcf
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user