Fix server-side loading, add icons, add reciepes
This commit is contained in:
20
src/main/resources/data/militaryarmor/recipes/h1.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/h1.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#=#",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:green_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:helmet_1"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/h2.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/h2.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#=#",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:lime_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:helmet_2"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/h3.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/h3.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#=#",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:gray_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:helmet_3"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/h4.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/h4.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#=#",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:black_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:helmet_4"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/rh1.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/rh1.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#=#",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:red_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:rus_helmet_1"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/rh2.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/rh2.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#=#",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:pink_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:rus_helmet_2"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/rv1.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/rv1.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"#=#",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:red_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:rus_vest_1"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/rv2.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/rv2.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"#=#",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:pink_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:rus_vest_2"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/v1.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/v1.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"#=#",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:green_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:vest_1"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/v2.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/v2.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"#=#",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:lime_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:vest_2"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/v3.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/v3.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"#=#",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:gray_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:vest_3"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/v4.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/v4.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"#=#",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:black_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:vest_4"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/vh1.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/vh1.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#=#",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:yellow_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:vsu_helmet_1"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/vh2.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/vh2.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#=#",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:orange_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:vsu_helmet_2"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/vv1.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/vv1.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"#=#",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:yellow_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:vsu_vest_1"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/militaryarmor/recipes/vv2.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/vv2.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"#=#",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:orange_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:vsu_vest_2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user