Skip to content

Commit

Permalink
Add wool_from_carpet & string_from_white_carpet & string_from_white_w…
Browse files Browse the repository at this point in the history
…ool & white_carpet_from_string
  • Loading branch information
Cubik65536 committed Mar 4, 2022
1 parent 3c87091 commit 6d33d18
Show file tree
Hide file tree
Showing 21 changed files with 322 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# macOS File System
.DS_Store
13 changes: 13 additions & 0 deletions data/cubik65536/recipes/string_from_white_carpet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "crafting_shapeless",
"group": "string",
"ingredients": [
{
"item": "minecraft:white_carpet"
}
],
"result": {
"item": "minecraft:string",
"count": 2
}
}
13 changes: 13 additions & 0 deletions data/cubik65536/recipes/string_from_white_wool.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "crafting_shapeless",
"group": "string",
"ingredients": [
{
"item": "minecraft:white_wool"
}
],
"result": {
"item": "minecraft:string",
"count": 4
}
}
16 changes: 16 additions & 0 deletions data/cubik65536/recipes/white_carpet_from_string.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"group": "carpet",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:string"
}
},
"result": {
"item": "minecraft:white_carpet",
"count": 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:black_carpet"
}
},
"result": {
"item": "minecraft:black_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:blue_carpet"
}
},
"result": {
"item": "minecraft:blue_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:brown_carpet"
}
},
"result": {
"item": "minecraft:brown_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:cyan_carpet"
}
},
"result": {
"item": "minecraft:cyan_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:gray_carpet"
}
},
"result": {
"item": "minecraft:gray_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:green_carpet"
}
},
"result": {
"item": "minecraft:green_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:light_blue_carpet"
}
},
"result": {
"item": "minecraft:light_blue_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:light_gray_carpet"
}
},
"result": {
"item": "minecraft:light_gray_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:lime_carpet"
}
},
"result": {
"item": "minecraft:lime_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:magenta_carpet"
}
},
"result": {
"item": "minecraft:magenta_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:orange_carpet"
}
},
"result": {
"item": "minecraft:orange_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:pink_carpet"
}
},
"result": {
"item": "minecraft:pink_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:purple_carpet"
}
},
"result": {
"item": "minecraft:purple_wool",
"count": 2
}
}
17 changes: 17 additions & 0 deletions data/cubik65536/recipes/wool_from_carpet/red_wool_from_carpet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:red_carpet"
}
},
"result": {
"item": "minecraft:red_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:white_carpet"
}
},
"result": {
"item": "minecraft:white_wool",
"count": 2
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wool",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:yellow_carpet"
}
},
"result": {
"item": "minecraft:yellow_wool",
"count": 2
}
}
6 changes: 6 additions & 0 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 4,
"description": "§5懒人合成 \n5by §6Cubik65536§9@CubikLab"
}
}

0 comments on commit 6d33d18

Please sign in to comment.