Skip to content

Commit 5d3e604

Browse files
committed
recipes-251021
1 parent f0dacf5 commit 5d3e604

File tree

229 files changed

+3655
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+3655
-27
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G
22
org.gradle.daemon=true
33
org.gradle.parallel=true
44
org.gradle.caching=true
5-
org.gradle.configuration-cache=true
5+
org.gradle.configuration-cache=false
66

77
neogradle.subsystems.parchment.minecraftVersion=1.21.1
88
neogradle.subsystems.parchment.mappingsVersion=2024.11.17

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
"subtitle.mia.abyss_portal_ambient": "Abyss Portal: Ambient",
154154
"subtitle.mia.abyss_portal_travel": "Abyss Portal: Travel",
155155
"tag.item.curios.whistle": "Whistle",
156+
"tag.item.mia.skyfog_logs": "Skyfog Logs",
156157
"tooltip.mia.artifact.grade.a": "A",
157158
"tooltip.mia.artifact.grade.b": "B",
158159
"tooltip.mia.artifact.grade.c": "C",
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_abyss_cobbled_andesite": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "mia:abyss_cobbled_andesite"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "mia:abyss_andesite"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_abyss_cobbled_andesite"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"mia:abyss_andesite"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_polished_abyss_andesite": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "mia:polished_abyss_andesite"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "mia:abyss_andesite_bricks"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_polished_abyss_andesite"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"mia:abyss_andesite_bricks"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_abyss_andesite_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "mia:abyss_andesite_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "mia:abyss_andesite_bricks_slab"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_abyss_andesite_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"mia:abyss_andesite_bricks_slab"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_abyss_andesite_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "mia:abyss_andesite_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "mia:abyss_andesite_bricks_stairs"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_abyss_andesite_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"mia:abyss_andesite_bricks_stairs"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_abyss_andesite_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "mia:abyss_andesite_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "mia:abyss_andesite_bricks_wall"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_abyss_andesite_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"mia:abyss_andesite_bricks_wall"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_polished_abyss_andesite_slab": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "mia:polished_abyss_andesite_slab"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "mia:abyss_andesite_pillar"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_polished_abyss_andesite_slab"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"mia:abyss_andesite_pillar"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_abyss_andesite": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "mia:abyss_andesite"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "mia:abyss_andesite_slab"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_abyss_andesite"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"mia:abyss_andesite_slab"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_abyss_andesite": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "mia:abyss_andesite"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "mia:abyss_andesite_stairs"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_abyss_andesite"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"mia:abyss_andesite_stairs"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)