Skip to content

Commit 77896dd

Browse files
committed
UD-260213
1 parent 3bd579f commit 77896dd

38 files changed

Lines changed: 508 additions & 243 deletions

src/generated/resources/assets/mia/lang/en_us.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"attribute.name.generic.critical_hit": "Critical Hit",
3+
"attribute.name.generic.critical_hit_damage": "Critical Hit Damage",
24
"biome.mia.the_abyss/abyss_dripstone_caves": "Abyss Dripstone Caves",
35
"biome.mia.the_abyss/abyss_lush_caves": "Abyss Lush Caves",
46
"biome.mia.the_abyss/abyss_plains": "Abyss Plains",
@@ -119,6 +121,7 @@
119121
"item.mia.artifact_haste": "Artifact Haste",
120122
"item.mia.blaze_reap": "Blaze Reap",
121123
"item.mia.blue_whistle": "Blue Whistle",
124+
"item.mia.debug_attribute_tool": "Debug Attribute Tool",
122125
"item.mia.fancy_artifact_bundle": "Fancy Artifact Bundle",
123126
"item.mia.gray_artifact_bundle": "Gray Artifact Bundle",
124127
"item.mia.grow_sword": "Grow Sword",
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"type": "mia:artifact_smithing",
3-
"amount": 0.5,
43
"artifact": {
54
"tag": "mia:smithing_artifact"
65
},
@@ -9,5 +8,9 @@
98
"count": 1,
109
"id": "minecraft:bamboo"
1110
},
12-
"operation": "add_value"
11+
"operation": "add_value",
12+
"value": {
13+
"max": 0.5,
14+
"min": 0.2
15+
}
1316
}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"type": "mia:artifact_smithing",
3-
"amount": 0.5,
43
"artifact": {
54
"tag": "mia:smithing_artifact"
65
},
@@ -9,5 +8,9 @@
98
"count": 1,
109
"id": "minecraft:cobbled_deepslate"
1110
},
12-
"operation": "add_value"
11+
"operation": "add_value",
12+
"value": {
13+
"max": 0.6,
14+
"min": 0.4
15+
}
1316
}
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"type": "mia:artifact_smithing",
3-
"amount": 0.5,
43
"artifact": {
54
"tag": "mia:smithing_artifact"
65
},
7-
"attribute": "minecraft:generic.attack_damage",
6+
"attribute": "mia:generic.critical_hit_damage",
87
"material": {
98
"count": 1,
109
"id": "minecraft:diamond"
1110
},
12-
"operation": "add_multiplied_base"
11+
"operation": "add_value",
12+
"value": {
13+
"max": 1.0,
14+
"min": 0.2
15+
}
1316
}
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"type": "mia:artifact_smithing",
3-
"amount": 0.5,
43
"artifact": {
54
"tag": "mia:smithing_artifact"
65
},
7-
"attribute": "minecraft:generic.attack_damage",
6+
"attribute": "mia:generic.critical_hit",
87
"material": {
98
"count": 1,
109
"id": "minecraft:emerald"
1110
},
12-
"operation": "add_multiplied_total"
11+
"operation": "add_value",
12+
"value": {
13+
"max": 0.9,
14+
"min": 0.5
15+
}
1316
}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"type": "mia:artifact_smithing",
3-
"amount": 0.5,
43
"artifact": {
54
"tag": "mia:smithing_artifact"
65
},
@@ -9,5 +8,9 @@
98
"count": 2,
109
"id": "minecraft:fire_charge"
1110
},
12-
"operation": "add_value"
11+
"operation": "add_value",
12+
"value": {
13+
"max": 0.8,
14+
"min": 0.4
15+
}
1316
}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"type": "mia:artifact_smithing",
3-
"amount": 1.1,
43
"artifact": {
54
"tag": "mia:smithing_artifact"
65
},
@@ -9,5 +8,9 @@
98
"count": 1,
109
"id": "mia:health_junkie"
1110
},
12-
"operation": "add_multiplied_base"
11+
"operation": "add_multiplied_base",
12+
"value": {
13+
"max": 1.0,
14+
"min": 0.5
15+
}
1316
}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"type": "mia:artifact_smithing",
3-
"amount": 0.3,
43
"artifact": {
54
"tag": "mia:smithing_artifact"
65
},
@@ -9,5 +8,9 @@
98
"count": 1,
109
"id": "minecraft:iron_ingot"
1110
},
12-
"operation": "add_multiplied_base"
11+
"operation": "add_multiplied_base",
12+
"value": {
13+
"max": 0.4,
14+
"min": 0.2
15+
}
1316
}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"type": "mia:artifact_smithing",
3-
"amount": 0.5,
43
"artifact": {
54
"tag": "mia:smithing_artifact"
65
},
@@ -9,5 +8,9 @@
98
"count": 1,
109
"id": "minecraft:oak_leaves"
1110
},
12-
"operation": "add_value"
11+
"operation": "add_value",
12+
"value": {
13+
"max": 0.3,
14+
"min": 0.1
15+
}
1316
}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"type": "mia:artifact_smithing",
3-
"amount": 0.5,
43
"artifact": {
54
"tag": "mia:smithing_artifact"
65
},
@@ -9,5 +8,9 @@
98
"count": 1,
109
"id": "minecraft:oak_planks"
1110
},
12-
"operation": "add_value"
11+
"operation": "add_value",
12+
"value": {
13+
"max": 0.4,
14+
"min": 0.2
15+
}
1316
}

0 commit comments

Comments
 (0)