Skip to content

Commit eb9b66e

Browse files
committed
Add recipes
1 parent cc4ab1a commit eb9b66e

6 files changed

Lines changed: 81 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313
apply plugin: 'eclipse'
1414
apply plugin: 'maven-publish'
1515

16-
version = '1.15.2-1.0.2.0'
16+
version = '1.15.2-1.0.2.1'
1717
group = 'io.savagedev.buckets' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818
archivesBaseName = 'Buckets'
1919

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "crafting_shaped",
3+
"pattern": [
4+
"# #",
5+
" # "
6+
],
7+
"key": {
8+
"#": {
9+
"item": "minecraft:diamond"
10+
}
11+
},
12+
"result": {
13+
"item": "buckets:diamond_bucket_empty",
14+
"count": 1
15+
}
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "crafting_shaped",
3+
"pattern": [
4+
"# #",
5+
" # "
6+
],
7+
"key": {
8+
"#": {
9+
"item": "minecraft:emerald"
10+
}
11+
},
12+
"result": {
13+
"item": "buckets:emerald_bucket_empty",
14+
"count": 1
15+
}
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "crafting_shaped",
3+
"pattern": [
4+
"# #",
5+
" # "
6+
],
7+
"key": {
8+
"#": {
9+
"item": "minecraft:gold_ingot"
10+
}
11+
},
12+
"result": {
13+
"item": "buckets:gold_bucket_empty",
14+
"count": 1
15+
}
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "crafting_shaped",
3+
"pattern": [
4+
"# #",
5+
" # "
6+
],
7+
"key": {
8+
"#": {
9+
"item": "minecraft:obsidian"
10+
}
11+
},
12+
"result": {
13+
"item": "buckets:obsidian_bucket_empty",
14+
"count": 1
15+
}
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "crafting_shaped",
3+
"pattern": [
4+
"# #",
5+
" # "
6+
],
7+
"key": {
8+
"#": {
9+
"item": "minecraft:quartz"
10+
}
11+
},
12+
"result": {
13+
"item": "buckets:quartz_bucket_empty",
14+
"count": 1
15+
}
16+
}

0 commit comments

Comments
 (0)