Skip to content

Commit 659cd7e

Browse files
committed
Abyssaly Mainframe Revamp
1 parent fbf0dd8 commit 659cd7e

8 files changed

Lines changed: 86 additions & 2 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "kubejs:item/circuits_and_components/circuits/abyssal/processor_mainframe_layer_0",
5+
"layer1": "kubejs:item/circuits_and_components/circuits/abyssal/processor_mainframe_layer_1"
6+
}
7+
}
Binary file not shown.
669 Bytes
Loading

kubejs/assets/kubejs/textures/item/circuits_and_components/circuits/abyssal/processor_mainframe.png.mcmeta renamed to kubejs/assets/kubejs/textures/item/circuits_and_components/circuits/abyssal/processor_mainframe_layer_0.png.mcmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"animation": {
33
"interpolate": true,
4-
"frametime": 15
4+
"frametime": 10
55
}
66
}
1008 Bytes
Loading
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"animation": {
3+
"interpolate": true,
4+
"frametime": 2,
5+
"frames": [
6+
0,
7+
{ "index": 0, "time": 60 },
8+
0,
9+
1,
10+
2,
11+
3,
12+
4,
13+
5,
14+
6,
15+
7,
16+
8,
17+
{ "index": 8, "time": 30 },
18+
8,
19+
9,
20+
{ "index": 9, "time": 20 },
21+
9,
22+
8,
23+
10,
24+
{ "index": 10, "time": 20 },
25+
10,
26+
8,
27+
{ "index": 8, "time": 15 },
28+
8,
29+
11,
30+
{ "index": 11, "time": 30 },
31+
11,
32+
13,
33+
{ "index": 13, "time": 15 },
34+
13,
35+
11,
36+
12,
37+
{ "index": 12, "time": 20 },
38+
12,
39+
11,
40+
{ "index": 11, "time": 15 },
41+
11,
42+
13,
43+
10,
44+
8,
45+
9,
46+
12,
47+
11,
48+
{ "index": 11, "time": 15 },
49+
11,
50+
8,
51+
7,
52+
6,
53+
5,
54+
4,
55+
5,
56+
6,
57+
7,
58+
8,
59+
{ "index": 8, "time": 20 },
60+
8,
61+
11,
62+
{ "index": 11, "time": 40 },
63+
11,
64+
8,
65+
7,
66+
6,
67+
5,
68+
4,
69+
3,
70+
2,
71+
1
72+
]
73+
}
74+
}
330 Bytes
Loading

kubejs/startup_scripts/common/objects/items/circuits_and_components/circuits.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ StartupEvents.registry('item', event => {
102102
event.create('abyssal_processor_mainframe')
103103
.tooltip(Text.translate('item.kubejs.abyssal_processor_mainframe.tooltip.0'))
104104
.tooltip(Text.translate('item.kubejs.abyssal_processor_mainframe.tooltip.1'))
105-
.texture('kubejs:item/circuits_and_components/circuits/abyssal/processor_mainframe');
105+
.textureJson({
106+
layer0: "kubejs:item/circuits_and_components/circuits/abyssal/processor_mainframe_layer_0",
107+
layer1: "kubejs:item/circuits_and_components/circuits/abyssal/processor_mainframe_layer_1"
108+
});
106109

107110
});

0 commit comments

Comments
 (0)