mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/black_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/black_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 16
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/black_candle_from_ink_sac.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/black_candle_from_ink_sac.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_candle_from_ink_sac"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 0
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/blue_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/blue_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 18
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/blue_candle_from_lapis_lazuli.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/blue_candle_from_lapis_lazuli.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_candle_from_lapis_lazuli"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 4
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/brown_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/brown_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brown_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 17
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:brown_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/brown_candle_from_cocoa_beans.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/brown_candle_from_cocoa_beans.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brown_candle_from_cocoa_beans"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 3
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:brown_candle"
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/candle.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/candle.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:candle"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "candle",
|
||||
"pattern": [
|
||||
"S",
|
||||
"H"
|
||||
],
|
||||
"key": {
|
||||
"H": {
|
||||
"item": "minecraft:honeycomb"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:candle",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/cyan_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/cyan_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cyan_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 6
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:cyan_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/gray_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/gray_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:gray_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 8
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:gray_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/green_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/green_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:green_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 2
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:green_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/light_blue_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/light_blue_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:light_blue_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 12
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:light_blue_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/light_gray_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/light_gray_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:light_gray_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 7
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:light_gray_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/lime_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/lime_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:lime_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 10
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:lime_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/magenta_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/magenta_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:magenta_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 13
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:magenta_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/orange_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/orange_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:orange_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 14
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:orange_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/pink_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/pink_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:pink_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 9
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:pink_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/purple_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/purple_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:purple_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 5
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:purple_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/red_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/red_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:red_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 1
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:red_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/white_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/white_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:white_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 19
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:white_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/whtie_candle_from_bonemeal.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/whtie_candle_from_bonemeal.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:white_candle_from_bonemeal"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 15
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:white_candle"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/yellow_candle.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.17.10/recipes/yellow_candle.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:yellow_candle"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 11
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:yellow_candle"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user