Add minecraft bedrock server

This commit is contained in:
2024-09-09 13:28:08 -03:00
parent 54e5f3000c
commit 236b4b2960
4640 changed files with 688839 additions and 66 deletions

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "minecraft:smithing_netherite_axe"
},
"tags": [ "smithing_table" ],
"base": "minecraft:diamond_axe",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_axe"
}
}

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "minecraft:smithing_netherite_boots"
},
"tags": [ "smithing_table" ],
"base": "minecraft:diamond_boots",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_boots"
}
}

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "minecraft:smithing_netherite_chestplate"
},
"tags": [ "smithing_table" ],
"base": "minecraft:diamond_chestplate",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_chestplate"
}
}

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "minecraft:smithing_netherite_helmet"
},
"tags": [ "smithing_table" ],
"base": "minecraft:diamond_helmet",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_helmet"
}
}

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "minecraft:smithing_netherite_hoe"
},
"tags": [ "smithing_table" ],
"base": "minecraft:diamond_hoe",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_hoe"
}
}

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "minecraft:smithing_netherite_leggings"
},
"tags": [ "smithing_table" ],
"base": "minecraft:diamond_leggings",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_leggings"
}
}

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "minecraft:smithing_netherite_pickaxe"
},
"tags": [ "smithing_table" ],
"base": "minecraft:diamond_pickaxe",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_pickaxe"
}
}

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "minecraft:smithing_netherite_shovel"
},
"tags": [ "smithing_table" ],
"base": "minecraft:diamond_shovel",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_shovel"
}
}

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "minecraft:smithing_netherite_sword"
},
"tags": [ "smithing_table" ],
"base": "minecraft:diamond_sword",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_sword"
}
}