Skip to content

Commit 8c90f19

Browse files
committed
Update Version 1.0.0-alpha.2
1 parent ba1d5be commit 8c90f19

45 files changed

Lines changed: 283 additions & 415 deletions

Some content is hidden

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

src/main/resources/data/extendedrecipe/recipe/ad_astra/material/steel_block.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/main/resources/data/extendedrecipe/recipe/ad_astra/misc/space_painting.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/main/resources/data/extendedrecipe/recipe/ae2/cable/fluix_smart_cable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "minecraft:crafting_shapeless",
33
"result": {
4-
"item": "ae2:fluix_smart_cable",
4+
"id": "ae2:fluix_smart_cable",
55
"count": 1
66
},
77
"ingredients": [

src/main/resources/data/extendedrecipe/recipe/ae2/certus_quartz/budding_certus_quartz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"CAC"
1818
],
1919
"result": {
20-
"item": "ae2:flawless_budding_quartz",
20+
"id": "ae2:flawless_budding_quartz",
2121
"count": 1
2222
}
2323
}

src/main/resources/data/extendedrecipe/recipe/ae2/certus_quartz/cut_certus_quartz_crystal.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"ingredient": {
44
"item": "ae2:quartz_cluster"
55
},
6-
"result": "ae2:certus_quartz_crystal",
7-
"count": 3
6+
"result": {
7+
"id": "ae2:certus_quartz_crystal",
8+
"count": 3
9+
}
810
}

src/main/resources/data/extendedrecipe/recipe/ae2/certus_quartz/cut_large_certus_quartz_bud.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"ingredient": {
44
"item": "ae2:certus_quartz_crystal"
55
},
6-
"result": "ae2:large_quartz_bud",
7-
"count": 1
6+
"result": {
7+
"id": "ae2:large_quartz_bud",
8+
"count": 1
9+
}
810
}

src/main/resources/data/extendedrecipe/recipe/ae2/certus_quartz/cut_medium_certus_quartz_bud.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"ingredient": {
44
"item": "ae2:large_quartz_bud"
55
},
6-
"result": "ae2:medium_quartz_bud",
7-
"count": 1
6+
"result": {
7+
"id": "ae2:medium_quartz_bud",
8+
"count": 1
9+
}
810
}

src/main/resources/data/extendedrecipe/recipe/ae2/certus_quartz/cut_small_certus_quartz_bud.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"ingredient": {
44
"item": "ae2:medium_quartz_bud"
55
},
6-
"result": "ae2:small_quartz_bud",
7-
"count": 1
6+
"result": {
7+
"id": "ae2:small_quartz_bud",
8+
"count": 1
9+
}
810
}
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
11
{
22
"type": "minecraft:crafting_shaped",
3-
43
"pattern":
54
[
6-
"11",
7-
"12",
8-
" 3"
5+
"AA",
6+
"AB",
7+
" C"
98
],
10-
119
"key":
1210
{
13-
"1":
11+
"A":
1412
{
15-
"item": "minecraft:diamond_block"
13+
"item": "minecraft:diamond_block"
1614
},
17-
"2":
15+
"B":
1816
{
1917
"item": "minecraft:diamond_axe"
2018
},
21-
"3":
19+
"C":
2220
{
2321
"item": "minecraft:stick"
2422
}
2523
},
26-
2724
"result":
2825
{
29-
"item": "twilightforest:minotaur_axe",
26+
"id": "twilightforest:minotaur_axe",
3027
"count": 1
3128
}
3229
}
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
{
22
"type": "minecraft:crafting_shaped",
3-
43
"pattern":
54
[
6-
" 1 ",
7-
"121",
8-
" 1 "
5+
" A ",
6+
"ABA",
7+
" A "
98
],
10-
119
"key":
1210
{
13-
"1":
11+
"A":
1412
{
1513
"item": "minecraft:ender_pearl"
1614
},
17-
"2":
15+
"B":
1816
{
1917
"item": "minecraft:bow"
2018
}
2119
},
22-
2320
"result":
2421
{
25-
"item": "twilightforest:ender_bow",
22+
"id": "twilightforest:ender_bow",
2623
"count": 1
2724
}
2825
}

0 commit comments

Comments
 (0)