Skip to content

Commit f13d595

Browse files
committed
ship recipes
1 parent 0a7c4d9 commit f13d595

16 files changed

+540
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "brigg",
5+
"pattern": [
6+
"sls",
7+
"bbb"
8+
],
9+
"key": {
10+
"l": {
11+
"item": "minecraft:lead"
12+
},
13+
"s": {
14+
"item": "smallships:sail"
15+
},
16+
"b": {
17+
"item": "paradise_lost:aurel_chest_boat"
18+
}
19+
},
20+
"result": {
21+
"id": "smallships:paradise_lost_aurel_brigg"
22+
},
23+
"fabric:load_conditions": [
24+
{
25+
"condition": "fabric:all_mods_loaded",
26+
"values": [
27+
"smallships"
28+
]
29+
}
30+
]
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "cog",
5+
"pattern": [
6+
"lsl",
7+
"bbb"
8+
],
9+
"key": {
10+
"s": {
11+
"item": "smallships:sail"
12+
},
13+
"l": {
14+
"item": "minecraft:lead"
15+
},
16+
"b": {
17+
"item": "paradise_lost:aurel_boat"
18+
}
19+
},
20+
"result": {
21+
"id": "smallships:paradise_lost_aurel_cog"
22+
},
23+
"fabric:load_conditions": [
24+
{
25+
"condition": "fabric:all_mods_loaded",
26+
"values": [
27+
"smallships"
28+
]
29+
}
30+
]
31+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "drakkar",
5+
"pattern": [
6+
"sys",
7+
"xlx",
8+
"bbb"
9+
],
10+
"key": {
11+
"y": {
12+
"item": "smallships:sail"
13+
},
14+
"x": {
15+
"item": "minecraft:chest"
16+
},
17+
"l": {
18+
"item": "minecraft:lead"
19+
},
20+
"s": {
21+
"item": "minecraft:string"
22+
},
23+
"b": {
24+
"item": "paradise_lost:aurel_boat"
25+
}
26+
},
27+
"result": {
28+
"id": "smallships:paradise_lost_aurel_drakkar"
29+
},
30+
"fabric:load_conditions": [
31+
{
32+
"condition": "fabric:all_mods_loaded",
33+
"values": [
34+
"smallships"
35+
]
36+
}
37+
]
38+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "galley",
5+
"pattern": [
6+
"lll",
7+
"csc",
8+
"bbb"
9+
],
10+
"key": {
11+
"s": {
12+
"item": "smallships:sail"
13+
},
14+
"c": {
15+
"item": "minecraft:chest"
16+
},
17+
"l": {
18+
"item": "minecraft:lead"
19+
},
20+
"b": {
21+
"item": "paradise_lost:aurel_boat"
22+
}
23+
},
24+
"result": {
25+
"id": "smallships:paradise_lost_aurel_galley"
26+
},
27+
"fabric:load_conditions": [
28+
{
29+
"condition": "fabric:all_mods_loaded",
30+
"values": [
31+
"smallships"
32+
]
33+
}
34+
]
35+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "brigg",
5+
"pattern": [
6+
"sls",
7+
"bbb"
8+
],
9+
"key": {
10+
"l": {
11+
"item": "minecraft:lead"
12+
},
13+
"s": {
14+
"item": "smallships:sail"
15+
},
16+
"b": {
17+
"item": "paradise_lost:mother_aurel_chest_boat"
18+
}
19+
},
20+
"result": {
21+
"id": "smallships:paradise_lost_mother_aurel_brigg"
22+
},
23+
"fabric:load_conditions": [
24+
{
25+
"condition": "fabric:all_mods_loaded",
26+
"values": [
27+
"smallships"
28+
]
29+
}
30+
]
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "cog",
5+
"pattern": [
6+
"lsl",
7+
"bbb"
8+
],
9+
"key": {
10+
"s": {
11+
"item": "smallships:sail"
12+
},
13+
"l": {
14+
"item": "minecraft:lead"
15+
},
16+
"b": {
17+
"item": "paradise_lost:mother_aurel_boat"
18+
}
19+
},
20+
"result": {
21+
"id": "smallships:paradise_lost_mother_aurel_cog"
22+
},
23+
"fabric:load_conditions": [
24+
{
25+
"condition": "fabric:all_mods_loaded",
26+
"values": [
27+
"smallships"
28+
]
29+
}
30+
]
31+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "drakkar",
5+
"pattern": [
6+
"sys",
7+
"xlx",
8+
"bbb"
9+
],
10+
"key": {
11+
"y": {
12+
"item": "smallships:sail"
13+
},
14+
"x": {
15+
"item": "minecraft:chest"
16+
},
17+
"l": {
18+
"item": "minecraft:lead"
19+
},
20+
"s": {
21+
"item": "minecraft:string"
22+
},
23+
"b": {
24+
"item": "paradise_lost:mother_aurel_boat"
25+
}
26+
},
27+
"result": {
28+
"id": "smallships:paradise_lost_mother_aurel_drakkar"
29+
},
30+
"fabric:load_conditions": [
31+
{
32+
"condition": "fabric:all_mods_loaded",
33+
"values": [
34+
"smallships"
35+
]
36+
}
37+
]
38+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "galley",
5+
"pattern": [
6+
"lll",
7+
"csc",
8+
"bbb"
9+
],
10+
"key": {
11+
"s": {
12+
"item": "smallships:sail"
13+
},
14+
"c": {
15+
"item": "minecraft:chest"
16+
},
17+
"l": {
18+
"item": "minecraft:lead"
19+
},
20+
"b": {
21+
"item": "paradise_lost:mother_aurel_boat"
22+
}
23+
},
24+
"result": {
25+
"id": "smallships:paradise_lost_mother_aurel_galley"
26+
},
27+
"fabric:load_conditions": [
28+
{
29+
"condition": "fabric:all_mods_loaded",
30+
"values": [
31+
"smallships"
32+
]
33+
}
34+
]
35+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "brigg",
5+
"pattern": [
6+
"sls",
7+
"bbb"
8+
],
9+
"key": {
10+
"l": {
11+
"item": "minecraft:lead"
12+
},
13+
"s": {
14+
"item": "smallships:sail"
15+
},
16+
"b": {
17+
"item": "paradise_lost:orange_chest_boat"
18+
}
19+
},
20+
"result": {
21+
"id": "smallships:paradise_lost_orange_brigg"
22+
},
23+
"fabric:load_conditions": [
24+
{
25+
"condition": "fabric:all_mods_loaded",
26+
"values": [
27+
"smallships"
28+
]
29+
}
30+
]
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"group": "cog",
5+
"pattern": [
6+
"lsl",
7+
"bbb"
8+
],
9+
"key": {
10+
"s": {
11+
"item": "smallships:sail"
12+
},
13+
"l": {
14+
"item": "minecraft:lead"
15+
},
16+
"b": {
17+
"item": "paradise_lost:orange_boat"
18+
}
19+
},
20+
"result": {
21+
"id": "smallships:paradise_lost_orange_cog"
22+
},
23+
"fabric:load_conditions": [
24+
{
25+
"condition": "fabric:all_mods_loaded",
26+
"values": [
27+
"smallships"
28+
]
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)