Skip to content

Commit 9cdf5c6

Browse files
committed
- fixes + elytra
1 parent cf9822a commit 9cdf5c6

File tree

3 files changed

+29
-19
lines changed

3 files changed

+29
-19
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"minecraft:elytra": {
3+
"module": "chest_base",
4+
"subModules": {
5+
"1": {
6+
"module": "back_elytra",
7+
"moduleData": {
8+
"properties": "{\"material\":\"elytra\"}"
9+
},
10+
"subModules": {
11+
"0": {
12+
"module": "wing_left",
13+
"moduleData": {
14+
"properties": "{\"material\":\"phantom_membrane\"}"
15+
},
16+
"subModules": {}
17+
},
18+
"1": {
19+
"module": "wing_right",
20+
"moduleData": {
21+
"properties": "{\"material\":\"phantom_membrane\"}"
22+
},
23+
"subModules": {}
24+
}
25+
}
26+
}
27+
}
28+
}
29+
}

common/src/main/resources/data/miapi/modules/armor/boots/boot_left.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,6 @@
8383
"value": "(((((([material.mining_level]-3)/(abs([material.mining_level]-3))))/(2))+0.5) * ([material.mining_level]-3) / 10) /2",
8484
"operation": "+",
8585
"slot": "feet"
86-
},
87-
{
88-
"attribute": "miapi:generic.elytra_turn_efficiency",
89-
"value": "-1000",
90-
"operation": "+",
91-
"slot": "feet"
92-
},
93-
{
94-
"attribute": "miapi:generic.elytra_glide_efficiency",
95-
"value": "-1000",
96-
"operation": "+",
97-
"slot": "feet"
9886
}
9987
],
10088
"durability": "[material.durability]* 0.5",

common/src/main/resources/data/miapi/modules/armor/pants/belt.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@
8383
"value": "((((([material.mining_level]-3)/(abs([material.mining_level]-3))))/(2))+0.5) * ([material.mining_level]-3) / 10",
8484
"operation": "+",
8585
"slot": "legs"
86-
},
87-
{
88-
"attribute": "miapi:generic.elytra_rocket_efficiency",
89-
"value": "3",
90-
"operation": "*",
91-
"slot": "legs",
92-
"seperateOnItem": true
9386
}
9487
],
9588
"durability": "[material.durability] / 7 * 3",

0 commit comments

Comments
 (0)