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,325 +1,328 @@
{ {
"textures": { "loader": "forge:separate_transforms",
"0": "overdrive_that_matters:item/energy_sword", "gui_light": "front",
"1": "overdrive_that_matters:item/energy_sword_charge" "base":
}, {
"elements": [ "textures": {
{ "0": "overdrive_that_matters:item/energy_sword",
"name": "handle", "1": "overdrive_that_matters:item/energy_sword_charge"
"from": [7.5, 0, 10],
"to": [8.5, 6, 11],
"faces": {
"north": {"uv": [0, 11, 0.5, 14], "texture": "#0"},
"east": {"uv": [0, 11, 0.5, 14], "texture": "#0"},
"south": {"uv": [0, 11, 0.5, 14], "texture": "#0"},
"west": {"uv": [0, 11, 0.5, 14], "texture": "#0"},
"up": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"},
"down": {"uv": [0, 14, 0.5, 14.5], "texture": "#0"}
}
}, },
{ "elements": [
"name": "blade", {
"from": [7.7, 11, 10.3], "name": "handle",
"to": [8.2, 17, 11.2], "from": [7.5, 0, 10],
"faces": { "to": [8.5, 6, 11],
"north": {"uv": [5.5, 0, 6, 3], "texture": "#0"}, "faces": {
"east": {"uv": [5.5, 0, 6, 3], "texture": "#0"}, "north": {"uv": [0, 11, 0.5, 14], "texture": "#0"},
"south": {"uv": [5.5, 0, 6, 3], "texture": "#0"}, "east": {"uv": [0, 11, 0.5, 14], "texture": "#0"},
"west": {"uv": [5.5, 0, 6, 3], "texture": "#0"}, "south": {"uv": [0, 11, 0.5, 14], "texture": "#0"},
"up": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"}, "west": {"uv": [0, 11, 0.5, 14], "texture": "#0"},
"down": {"uv": [6, 2.5, 6.5, 3], "texture": "#0"} "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"},
"down": {"uv": [0, 14, 0.5, 14.5], "texture": "#0"}
}
},
{
"name": "blade",
"from": [7.7, 11, 10.3],
"to": [8.2, 17, 11.2],
"faces": {
"north": {"uv": [5.5, 0, 6, 3], "texture": "#0"},
"east": {"uv": [5.5, 0, 6, 3], "texture": "#0"},
"south": {"uv": [5.5, 0, 6, 3], "texture": "#0"},
"west": {"uv": [5.5, 0, 6, 3], "texture": "#0"},
"up": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"},
"down": {"uv": [6, 2.5, 6.5, 3], "texture": "#0"}
}
},
{
"name": "handle",
"from": [7.6, 0, 8],
"to": [8.2, 1, 10],
"faces": {
"north": {"uv": [2.5, 5, 2.8, 5.5], "texture": "#0"},
"east": {"uv": [4, 5, 3, 5.5], "texture": "#0"},
"south": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"},
"west": {"uv": [3, 5, 4, 5.5], "texture": "#0"},
"up": {"uv": [2.5, 4.5, 2.8, 5.5], "texture": "#0"},
"down": {"uv": [2.5, 4.5, 2.8, 5.5], "texture": "#0"}
}
},
{
"name": "handle",
"from": [7.6, 5, 8],
"to": [8.2, 6, 10],
"faces": {
"north": {"uv": [2.5, 2.5, 2.8, 3], "texture": "#0"},
"east": {"uv": [4, 2.5, 3, 3], "texture": "#0"},
"south": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"},
"west": {"uv": [3, 2.5, 4, 3], "texture": "#0"},
"up": {"uv": [0, 0, 0.3, 1], "texture": "#missing"},
"down": {"uv": [2.5, 2.5, 2.8, 3.5], "texture": "#0"}
}
},
{
"name": "handle",
"from": [7.6, 1, 8],
"to": [8.2, 5, 9],
"faces": {
"north": {"uv": [2.5, 3, 2.8, 5], "texture": "#0"},
"east": {"uv": [3, 3, 3.5, 5], "texture": "#0"},
"south": {"uv": [3, 3, 3.3, 5], "texture": "#0"},
"west": {"uv": [3, 3, 3.5, 5], "texture": "#0"},
"up": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"},
"down": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"}
}
},
{
"name": "button",
"from": [7.7, 5, 11],
"to": [8.3, 6, 11.4],
"faces": {
"north": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"},
"east": {"uv": [0.5, 11, 0.7, 11.5], "texture": "#0"},
"south": {"uv": [0.5, 11, 0.8, 11.5], "texture": "#0"},
"west": {"uv": [0.5, 11, 0.7, 11.5], "texture": "#0"},
"up": {"uv": [0, 0, 0.3, 0.2], "texture": "#missing"},
"down": {"uv": [0.5, 11, 0.8, 11.2], "texture": "#0"}
}
},
{
"name": "blade",
"from": [7.6, 7, 7.3],
"to": [8.4, 12, 11.3],
"faces": {
"north": {"uv": [0, 8.5, 0.4, 11], "texture": "#0"},
"east": {"uv": [15.5, 8.5, 13.5, 11], "texture": "#0"},
"south": {"uv": [2, 8.5, 2.4, 11], "texture": "#0"},
"west": {"uv": [13.5, 8.5, 15.5, 11], "texture": "#0"},
"up": {"uv": [0.5, 8.5, 2, 8.9], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 0, 0.4, 1.5], "texture": "#missing"}
}
},
{
"name": "blade",
"from": [7.6, 14, 7.3],
"to": [8.4, 29, 11.3],
"faces": {
"north": {"uv": [0, 0, 0.4, 7.5], "texture": "#0"},
"east": {"uv": [15.5, 0, 13.5, 7.5], "texture": "#0"},
"south": {"uv": [15.6, 0, 16, 7.5], "texture": "#0"},
"west": {"uv": [13.5, 0, 15.5, 7.5], "texture": "#0"},
"up": {"uv": [0.5, 0, 2, 0.4], "rotation": 90, "texture": "#0"},
"down": {"uv": [2, 8.5, 2.4, 10], "texture": "#0"}
}
},
{
"name": "blade",
"from": [7.6, 12, 7.3],
"to": [8.4, 13, 10.8],
"faces": {
"north": {"uv": [0, 0, 0.4, 0.25], "texture": "#0"},
"east": {"uv": [15.25, 8, 13.5, 8.5], "texture": "#0"},
"south": {"uv": [15.5, 8, 15.9, 8.5], "texture": "#0"},
"west": {"uv": [13.5, 8, 15.25, 8.5], "texture": "#0"},
"up": {"uv": [0, 0, 0.4, 1.25], "texture": "#missing"},
"down": {"uv": [0, 0, 0.4, 1.25], "texture": "#missing"}
}
},
{
"name": "blade",
"from": [7.6, 13, 7.3],
"to": [8.4, 13.5, 10.8],
"faces": {
"north": {"uv": [0, 0, 0.4, 0.25], "texture": "#0"},
"east": {"uv": [15.25, 7.75, 13.5, 8], "texture": "#0"},
"south": {"uv": [15.5, 7.5, 15.9, 7.75], "texture": "#0"},
"west": {"uv": [13.5, 7.75, 15.25, 8], "texture": "#0"},
"up": {"uv": [0, 0, 0.4, 1.25], "texture": "#missing"},
"down": {"uv": [0, 0, 0.4, 1.25], "texture": "#missing"}
}
},
{
"name": "blade",
"from": [7.6, 13.5, 7.3],
"to": [8.4, 14, 11.3],
"faces": {
"north": {"uv": [0, 0, 0.4, 0.25], "texture": "#0"},
"east": {"uv": [15.5, 7.5, 13.5, 7.75], "texture": "#0"},
"south": {"uv": [2, 7.5, 2.4, 7.75], "texture": "#0"},
"west": {"uv": [13.5, 7.5, 15.5, 7.75], "texture": "#0"},
"up": {"uv": [2, 4, 2.4, 5.5], "texture": "#0"},
"down": {"uv": [2, 4, 2.4, 5.5], "texture": "#0"}
}
},
{
"name": "handle",
"from": [7, 6, 7],
"to": [9, 7, 12],
"faces": {
"north": {"uv": [2.5, 8, 3.5, 8.5], "texture": "#0"},
"east": {"uv": [3.5, 8, 4, 5.5], "rotation": 90, "texture": "#0"},
"south": {"uv": [2.5, 8, 3.5, 8.5], "texture": "#0"},
"west": {"uv": [3.5, 5.5, 4, 8], "rotation": 90, "texture": "#0"},
"up": {"uv": [2.5, 8, 3.5, 5.5], "texture": "#0"},
"down": {"uv": [2.5, 5.5, 3.5, 8], "texture": "#0"}
}
},
{
"name": "battery",
"from": [7.3, 7, 9.8],
"to": [8.7, 10, 11.8],
"faces": {
"north": {"uv": [4.5, 0, 5.3, 1.5], "texture": "#0"},
"east": {"uv": [3.5, 0, 2.5, 1.5], "texture": "#0"},
"south": {"uv": [3.5, 0, 4.3, 1.5], "texture": "#0"},
"west": {"uv": [2.5, 0, 3.5, 1.5], "texture": "#0"},
"up": {"uv": [2.5, 1.5, 3.5, 2.3], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 0, 0.8, 1], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [9, 7.1, 6.3],
"to": [9, 8.1, 12.3],
"faces": {
"north": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"east": {"uv": [2.5, 8.5, 5.5, 9], "texture": "#0"},
"south": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"west": {"uv": [2.5, 8.5, 5.5, 9], "texture": "#0"},
"up": {"uv": [0, 0, 0, 3], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 3], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [7, 7.1, 6.3],
"to": [7, 8.1, 12.3],
"faces": {
"north": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"east": {"uv": [2.5, 8.5, 5.5, 9], "texture": "#0"},
"south": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"west": {"uv": [5.5, 8.5, 2.5, 9], "texture": "#0"},
"up": {"uv": [0, 0, 0, 3], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 3], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [7, 7.1, 12.3],
"to": [9, 8.1, 12.3],
"faces": {
"north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#0"},
"east": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"south": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#0"},
"west": {"uv": [0, 0, 0, 0.5], "texture": "#0"},
"up": {"uv": [0, 0, 1, 0], "texture": "#missing"},
"down": {"uv": [0, 0, 1, 0], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [7, 5.1, 6.3],
"to": [7, 7.1, 7.3],
"faces": {
"north": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"east": {"uv": [5, 8.5, 5.5, 9.5], "texture": "#0"},
"south": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"west": {"uv": [5, 8.5, 5.5, 9.5], "texture": "#0"},
"up": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 0.5], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [9, 5.1, 6.3],
"to": [9, 7.1, 7.3],
"faces": {
"north": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"east": {"uv": [5, 8.5, 5.5, 9.5], "texture": "#0"},
"south": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"west": {"uv": [5, 8.5, 5.5, 9.5], "texture": "#0"},
"up": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 0.5], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [7, 5.1, 6.3],
"to": [9, 8.1, 6.3],
"faces": {
"north": {"uv": [7, 8.5, 8.5, 10], "texture": "#0"},
"east": {"uv": [0, 0, 0.5, 0], "texture": "#missing"},
"south": {"uv": [7, 8.5, 8.5, 10], "texture": "#0"},
"west": {"uv": [0, 0, 0.5, 0], "texture": "#missing"},
"up": {"uv": [2.5, 11, 3.5, 11.5], "texture": "#0"},
"down": {"uv": [2, 11, 3, 11.5], "texture": "#0"}
}
},
{
"name": "charge",
"from": [7.1, 7, 6.9],
"to": [8.8, 29.3, 12],
"faces": {
"north": {"uv": [2.45, 1, 3.45, 12], "texture": "#1"},
"east": {"uv": [0, 1, 2.5, 12], "texture": "#1"},
"south": {"uv": [6, 1, 7, 12], "texture": "#1"},
"west": {"uv": [3.5, 1, 6, 12], "texture": "#1"},
"up": {"uv": [3.5, 0, 6, 1], "rotation": 90, "texture": "#1"},
"down": {"uv": [0, 0, 1, 2.5], "texture": "#missing"}
}
},
{
"name": "capacitor",
"from": [7.5, 7.4, 10.5],
"to": [8.5, 8.4, 13.5],
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8.5, 12.5]},
"faces": {
"north": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"},
"east": {"uv": [7.5, 0.5, 8, 2], "rotation": 270, "texture": "#0"},
"south": {"uv": [7.5, 0, 8, 0.5], "texture": "#0"},
"west": {"uv": [7.5, 0.5, 8, 2], "rotation": 90, "texture": "#0"},
"up": {"uv": [7.5, 0.5, 8, 2], "rotation": 180, "texture": "#0"},
"down": {"uv": [7.5, 0.5, 8, 2], "texture": "#0"}
}
},
{
"name": "capacitor",
"from": [7.5, 8.9, 11],
"to": [8.5, 9.9, 14],
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8.5, 12.5]},
"faces": {
"north": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"},
"east": {"uv": [7.5, 0.5, 8, 2], "rotation": 270, "texture": "#0"},
"south": {"uv": [7.5, 0, 8, 0.5], "texture": "#0"},
"west": {"uv": [7.5, 0.5, 8, 2], "rotation": 90, "texture": "#0"},
"up": {"uv": [7.5, 0.5, 8, 2], "rotation": 180, "texture": "#0"},
"down": {"uv": [7.5, 0.5, 8, 2], "texture": "#0"}
}
} }
}, ],
{ "display": {
"name": "handle", "thirdperson_righthand": {
"from": [7.6, 0, 8], "translation": [0, 3, -1]
"to": [8.2, 1, 10], },
"faces": { "thirdperson_lefthand": {
"north": {"uv": [2.5, 5, 2.8, 5.5], "texture": "#0"}, "translation": [0, 3, -1]
"east": {"uv": [4, 5, 3, 5.5], "texture": "#0"}, },
"south": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"}, "firstperson_righthand": {
"west": {"uv": [3, 5, 4, 5.5], "texture": "#0"}, "rotation": [20, 0, 0],
"up": {"uv": [2.5, 4.5, 2.8, 5.5], "texture": "#0"}, "translation": [0, 1.75, -4.25]
"down": {"uv": [2.5, 4.5, 2.8, 5.5], "texture": "#0"} },
} "firstperson_lefthand": {
}, "rotation": [20, 0, 0],
{ "translation": [0, 1.75, -4.25]
"name": "handle",
"from": [7.6, 5, 8],
"to": [8.2, 6, 10],
"faces": {
"north": {"uv": [2.5, 2.5, 2.8, 3], "texture": "#0"},
"east": {"uv": [4, 2.5, 3, 3], "texture": "#0"},
"south": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"},
"west": {"uv": [3, 2.5, 4, 3], "texture": "#0"},
"up": {"uv": [0, 0, 0.3, 1], "texture": "#missing"},
"down": {"uv": [2.5, 2.5, 2.8, 3.5], "texture": "#0"}
}
},
{
"name": "handle",
"from": [7.6, 1, 8],
"to": [8.2, 5, 9],
"faces": {
"north": {"uv": [2.5, 3, 2.8, 5], "texture": "#0"},
"east": {"uv": [3, 3, 3.5, 5], "texture": "#0"},
"south": {"uv": [3, 3, 3.3, 5], "texture": "#0"},
"west": {"uv": [3, 3, 3.5, 5], "texture": "#0"},
"up": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"},
"down": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"}
}
},
{
"name": "button",
"from": [7.7, 5, 11],
"to": [8.3, 6, 11.4],
"faces": {
"north": {"uv": [0, 0, 0.3, 0.5], "texture": "#missing"},
"east": {"uv": [0.5, 11, 0.7, 11.5], "texture": "#0"},
"south": {"uv": [0.5, 11, 0.8, 11.5], "texture": "#0"},
"west": {"uv": [0.5, 11, 0.7, 11.5], "texture": "#0"},
"up": {"uv": [0, 0, 0.3, 0.2], "texture": "#missing"},
"down": {"uv": [0.5, 11, 0.8, 11.2], "texture": "#0"}
}
},
{
"name": "blade",
"from": [7.6, 7, 7.3],
"to": [8.4, 12, 11.3],
"faces": {
"north": {"uv": [0, 8.5, 0.4, 11], "texture": "#0"},
"east": {"uv": [15.5, 8.5, 13.5, 11], "texture": "#0"},
"south": {"uv": [2, 8.5, 2.4, 11], "texture": "#0"},
"west": {"uv": [13.5, 8.5, 15.5, 11], "texture": "#0"},
"up": {"uv": [0.5, 8.5, 2, 8.9], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 0, 0.4, 1.5], "texture": "#missing"}
}
},
{
"name": "blade",
"from": [7.6, 14, 7.3],
"to": [8.4, 29, 11.3],
"faces": {
"north": {"uv": [0, 0, 0.4, 7.5], "texture": "#0"},
"east": {"uv": [15.5, 0, 13.5, 7.5], "texture": "#0"},
"south": {"uv": [15.6, 0, 16, 7.5], "texture": "#0"},
"west": {"uv": [13.5, 0, 15.5, 7.5], "texture": "#0"},
"up": {"uv": [0.5, 0, 2, 0.4], "rotation": 90, "texture": "#0"},
"down": {"uv": [2, 8.5, 2.4, 10], "texture": "#0"}
}
},
{
"name": "blade",
"from": [7.6, 12, 7.3],
"to": [8.4, 13, 10.8],
"faces": {
"north": {"uv": [0, 0, 0.4, 0.25], "texture": "#0"},
"east": {"uv": [15.25, 8, 13.5, 8.5], "texture": "#0"},
"south": {"uv": [15.5, 8, 15.9, 8.5], "texture": "#0"},
"west": {"uv": [13.5, 8, 15.25, 8.5], "texture": "#0"},
"up": {"uv": [0, 0, 0.4, 1.25], "texture": "#missing"},
"down": {"uv": [0, 0, 0.4, 1.25], "texture": "#missing"}
}
},
{
"name": "blade",
"from": [7.6, 13, 7.3],
"to": [8.4, 13.5, 10.8],
"faces": {
"north": {"uv": [0, 0, 0.4, 0.25], "texture": "#0"},
"east": {"uv": [15.25, 7.75, 13.5, 8], "texture": "#0"},
"south": {"uv": [15.5, 7.5, 15.9, 7.75], "texture": "#0"},
"west": {"uv": [13.5, 7.75, 15.25, 8], "texture": "#0"},
"up": {"uv": [0, 0, 0.4, 1.25], "texture": "#missing"},
"down": {"uv": [0, 0, 0.4, 1.25], "texture": "#missing"}
}
},
{
"name": "blade",
"from": [7.6, 13.5, 7.3],
"to": [8.4, 14, 11.3],
"faces": {
"north": {"uv": [0, 0, 0.4, 0.25], "texture": "#0"},
"east": {"uv": [15.5, 7.5, 13.5, 7.75], "texture": "#0"},
"south": {"uv": [2, 7.5, 2.4, 7.75], "texture": "#0"},
"west": {"uv": [13.5, 7.5, 15.5, 7.75], "texture": "#0"},
"up": {"uv": [2, 4, 2.4, 5.5], "texture": "#0"},
"down": {"uv": [2, 4, 2.4, 5.5], "texture": "#0"}
}
},
{
"name": "handle",
"from": [7, 6, 7],
"to": [9, 7, 12],
"faces": {
"north": {"uv": [2.5, 8, 3.5, 8.5], "texture": "#0"},
"east": {"uv": [3.5, 8, 4, 5.5], "rotation": 90, "texture": "#0"},
"south": {"uv": [2.5, 8, 3.5, 8.5], "texture": "#0"},
"west": {"uv": [3.5, 5.5, 4, 8], "rotation": 90, "texture": "#0"},
"up": {"uv": [2.5, 8, 3.5, 5.5], "texture": "#0"},
"down": {"uv": [2.5, 5.5, 3.5, 8], "texture": "#0"}
}
},
{
"name": "battery",
"from": [7.3, 7, 9.8],
"to": [8.7, 10, 11.8],
"faces": {
"north": {"uv": [4.5, 0, 5.3, 1.5], "texture": "#0"},
"east": {"uv": [3.5, 0, 2.5, 1.5], "texture": "#0"},
"south": {"uv": [3.5, 0, 4.3, 1.5], "texture": "#0"},
"west": {"uv": [2.5, 0, 3.5, 1.5], "texture": "#0"},
"up": {"uv": [2.5, 1.5, 3.5, 2.3], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 0, 0.8, 1], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [9, 7.1, 6.3],
"to": [9, 8.1, 12.3],
"faces": {
"north": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"east": {"uv": [2.5, 8.5, 5.5, 9], "texture": "#0"},
"south": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"west": {"uv": [2.5, 8.5, 5.5, 9], "texture": "#0"},
"up": {"uv": [0, 0, 0, 3], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 3], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [7, 7.1, 6.3],
"to": [7, 8.1, 12.3],
"faces": {
"north": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"east": {"uv": [2.5, 8.5, 5.5, 9], "texture": "#0"},
"south": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"west": {"uv": [5.5, 8.5, 2.5, 9], "texture": "#0"},
"up": {"uv": [0, 0, 0, 3], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 3], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [7, 7.1, 12.3],
"to": [9, 8.1, 12.3],
"faces": {
"north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#0"},
"east": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"south": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#0"},
"west": {"uv": [0, 0, 0, 0.5], "texture": "#0"},
"up": {"uv": [0, 0, 1, 0], "texture": "#missing"},
"down": {"uv": [0, 0, 1, 0], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [7, 5.1, 6.3],
"to": [7, 7.1, 7.3],
"faces": {
"north": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"east": {"uv": [5, 8.5, 5.5, 9.5], "texture": "#0"},
"south": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"west": {"uv": [5, 8.5, 5.5, 9.5], "texture": "#0"},
"up": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 0.5], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [9, 5.1, 6.3],
"to": [9, 7.1, 7.3],
"faces": {
"north": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"east": {"uv": [5, 8.5, 5.5, 9.5], "texture": "#0"},
"south": {"uv": [0, 0, 0, 1], "texture": "#missing"},
"west": {"uv": [5, 8.5, 5.5, 9.5], "texture": "#0"},
"up": {"uv": [0, 0, 0, 0.5], "texture": "#missing"},
"down": {"uv": [0, 0, 0, 0.5], "texture": "#missing"}
}
},
{
"name": "frame",
"from": [7, 5.1, 6.3],
"to": [9, 8.1, 6.3],
"faces": {
"north": {"uv": [7, 8.5, 8.5, 10], "texture": "#0"},
"east": {"uv": [0, 0, 0.5, 0], "texture": "#missing"},
"south": {"uv": [7, 8.5, 8.5, 10], "texture": "#0"},
"west": {"uv": [0, 0, 0.5, 0], "texture": "#missing"},
"up": {"uv": [2.5, 11, 3.5, 11.5], "texture": "#0"},
"down": {"uv": [2, 11, 3, 11.5], "texture": "#0"}
}
},
{
"name": "charge",
"from": [7.1, 7, 6.9],
"to": [8.8, 29.3, 12],
"faces": {
"north": {"uv": [2.45, 1, 3.45, 12], "texture": "#1"},
"east": {"uv": [0, 1, 2.5, 12], "texture": "#1"},
"south": {"uv": [6, 1, 7, 12], "texture": "#1"},
"west": {"uv": [3.5, 1, 6, 12], "texture": "#1"},
"up": {"uv": [3.5, 0, 6, 1], "rotation": 90, "texture": "#1"},
"down": {"uv": [0, 0, 1, 2.5], "texture": "#missing"}
}
},
{
"name": "capacitor",
"from": [7.5, 7.4, 10.5],
"to": [8.5, 8.4, 13.5],
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8.5, 12.5]},
"faces": {
"north": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"},
"east": {"uv": [7.5, 0.5, 8, 2], "rotation": 270, "texture": "#0"},
"south": {"uv": [7.5, 0, 8, 0.5], "texture": "#0"},
"west": {"uv": [7.5, 0.5, 8, 2], "rotation": 90, "texture": "#0"},
"up": {"uv": [7.5, 0.5, 8, 2], "rotation": 180, "texture": "#0"},
"down": {"uv": [7.5, 0.5, 8, 2], "texture": "#0"}
}
},
{
"name": "capacitor",
"from": [7.5, 8.9, 11],
"to": [8.5, 9.9, 14],
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8.5, 12.5]},
"faces": {
"north": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"},
"east": {"uv": [7.5, 0.5, 8, 2], "rotation": 270, "texture": "#0"},
"south": {"uv": [7.5, 0, 8, 0.5], "texture": "#0"},
"west": {"uv": [7.5, 0.5, 8, 2], "rotation": 90, "texture": "#0"},
"up": {"uv": [7.5, 0.5, 8, 2], "rotation": 180, "texture": "#0"},
"down": {"uv": [7.5, 0.5, 8, 2], "texture": "#0"}
} }
} }
], },
"display": { "perspectives": {
"thirdperson_righthand": {
"translation": [0, 3, -1]
},
"thirdperson_lefthand": {
"translation": [0, 3, -1]
},
"firstperson_righthand": {
"rotation": [20, 0, 0],
"translation": [0, 1.75, -4.25]
},
"firstperson_lefthand": {
"rotation": [20, 0, 0],
"translation": [0, 1.75, -4.25]
},
"ground": {
"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