Stuff go brr
This commit is contained in:
11
src/main/resources/data/plasticgun/recipe/32_acp.json
Normal file
11
src/main/resources/data/plasticgun/recipe/32_acp.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:gunpowder" },
|
||||
{ "item": "minecraft:copper_ingot" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:32_acp",
|
||||
"count": 8
|
||||
}
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "plasticgun:enhanced_gunpowder" },
|
||||
{ "item": "minecraft:copper_ingot" },
|
||||
{ "item": "plasticgun:kevlar_sheet" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:32_acp_high_velocity",
|
||||
"count": 8
|
||||
}
|
||||
}
|
12
src/main/resources/data/plasticgun/recipe/357_magnum.json
Normal file
12
src/main/resources/data/plasticgun/recipe/357_magnum.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "plasticgun:enhanced_gunpowder" },
|
||||
{ "item": "minecraft:iron_nugget" },
|
||||
{ "item": "plasticgun:kevlar_sheet" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:357_magnum",
|
||||
"count": 6
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/357_revolver.json
Normal file
18
src/main/resources/data/plasticgun/recipe/357_revolver.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" HH",
|
||||
"HCH",
|
||||
" TI"
|
||||
],
|
||||
"key": {
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"T": { "item": "plasticgun:trigger_mechanism" },
|
||||
"I": { "item": "plasticgun:iron_shuriken" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:357_revolver",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/357_standard.json
Normal file
18
src/main/resources/data/plasticgun/recipe/357_standard.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gunpowder"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_nugget"
|
||||
},
|
||||
{
|
||||
"item": "plasticgun:kevlar_sheet"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:357_standard",
|
||||
"count": 6
|
||||
}
|
||||
}
|
11
src/main/resources/data/plasticgun/recipe/38_special.json
Normal file
11
src/main/resources/data/plasticgun/recipe/38_special.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:gunpowder" },
|
||||
{ "item": "plasticgun:ceramic_plate" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:38_special",
|
||||
"count": 6
|
||||
}
|
||||
}
|
12
src/main/resources/data/plasticgun/recipe/38_special_p.json
Normal file
12
src/main/resources/data/plasticgun/recipe/38_special_p.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "plasticgun:enhanced_gunpowder" },
|
||||
{ "item": "plasticgun:ceramic_plate" },
|
||||
{ "item": "plasticgun:kevlar_sheet" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:38_special_p",
|
||||
"count": 6
|
||||
}
|
||||
}
|
11
src/main/resources/data/plasticgun/recipe/45_acp.json
Normal file
11
src/main/resources/data/plasticgun/recipe/45_acp.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:gunpowder" },
|
||||
{ "item": "minecraft:iron_nugget" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:45_acp",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "plasticgun:enhanced_gunpowder" },
|
||||
{ "item": "minecraft:iron_nugget" },
|
||||
{ "item": "plasticgun:composite_resin" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:45_acp_hollow_point",
|
||||
"count": 4
|
||||
}
|
||||
}
|
11
src/main/resources/data/plasticgun/recipe/762_tokarev.json
Normal file
11
src/main/resources/data/plasticgun/recipe/762_tokarev.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:gunpowder" },
|
||||
{ "item": "plasticgun:titanium_alloy" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:762_tokarev",
|
||||
"count": 6
|
||||
}
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "plasticgun:enhanced_gunpowder" },
|
||||
{ "item": "plasticgun:titanium_alloy" },
|
||||
{ "item": "plasticgun:kevlar_sheet" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:762_tokarev_ap",
|
||||
"count": 6
|
||||
}
|
||||
}
|
12
src/main/resources/data/plasticgun/recipe/9mm_jhp.json
Normal file
12
src/main/resources/data/plasticgun/recipe/9mm_jhp.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "plasticgun:enhanced_gunpowder" },
|
||||
{ "item": "minecraft:gold_nugget" },
|
||||
{ "item": "plasticgun:kevlar_sheet" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:9mm_jhp",
|
||||
"count": 8
|
||||
}
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:gunpowder" },
|
||||
{ "item": "minecraft:gold_nugget" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:9mm_parabellum",
|
||||
"count": 8
|
||||
}
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"RCR",
|
||||
"ILI",
|
||||
"RCR"
|
||||
],
|
||||
"key": {
|
||||
"R": { "item": "minecraft:redstone" },
|
||||
"C": { "item": "minecraft:comparator" },
|
||||
"I": { "item": "minecraft:iron_ingot" },
|
||||
"L": { "item": "minecraft:lapis_lazuli" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:advanced_circuit",
|
||||
"count": 1
|
||||
}
|
||||
}
|
20
src/main/resources/data/plasticgun/recipe/ak_47.json
Normal file
20
src/main/resources/data/plasticgun/recipe/ak_47.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"THH",
|
||||
"PCC",
|
||||
"I R"
|
||||
],
|
||||
"key": {
|
||||
"T": { "item": "plasticgun:titanium_alloy" },
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"P": { "item": "plasticgun:precision_gear" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"I": { "item": "plasticgun:iron_shuriken" },
|
||||
"R": { "item": "plasticgun:reinforced_fiber" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:ak_47",
|
||||
"count": 1
|
||||
}
|
||||
}
|
16
src/main/resources/data/plasticgun/recipe/alloy_wheel.json
Normal file
16
src/main/resources/data/plasticgun/recipe/alloy_wheel.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" H ",
|
||||
"HTH",
|
||||
" H "
|
||||
],
|
||||
"key": {
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"T": { "item": "plasticgun:titanium_alloy" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:alloy_wheel",
|
||||
"count": 1
|
||||
}
|
||||
}
|
20
src/main/resources/data/plasticgun/recipe/awp.json
Normal file
20
src/main/resources/data/plasticgun/recipe/awp.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"T ",
|
||||
"HHC",
|
||||
"PGR"
|
||||
],
|
||||
"key": {
|
||||
"T": { "item": "plasticgun:titanium_alloy" },
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"P": { "item": "plasticgun:precision_gear" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"R": { "item": "plasticgun:reinforced_fiber" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:awp",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:clay_ball" },
|
||||
{ "item": "minecraft:bone_meal" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:ceramic_mixture",
|
||||
"count": 1
|
||||
}
|
||||
}
|
11
src/main/resources/data/plasticgun/recipe/ceramic_plate.json
Normal file
11
src/main/resources/data/plasticgun/recipe/ceramic_plate.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "plasticgun:ceramic_mixture"
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:ceramic_plate"
|
||||
},
|
||||
"experience": 0.3,
|
||||
"cookingtime": 100
|
||||
}
|
19
src/main/resources/data/plasticgun/recipe/colt_1903.json
Normal file
19
src/main/resources/data/plasticgun/recipe/colt_1903.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" TT",
|
||||
"CHC",
|
||||
"PI "
|
||||
],
|
||||
"key": {
|
||||
"T": { "item": "plasticgun:titanium_alloy" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"P": { "item": "plasticgun:precision_gear" },
|
||||
"I": { "item": "plasticgun:iron_shuriken" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:colt_1903",
|
||||
"count": 1
|
||||
}
|
||||
}
|
20
src/main/resources/data/plasticgun/recipe/colt_45.json
Normal file
20
src/main/resources/data/plasticgun/recipe/colt_45.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"CHH",
|
||||
"PTI",
|
||||
" RC"
|
||||
],
|
||||
"key": {
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"P": { "item": "plasticgun:precision_gear" },
|
||||
"T": { "item": "plasticgun:trigger_mechanism" },
|
||||
"I": { "item": "plasticgun:iron_shuriken" },
|
||||
"R": { "item": "plasticgun:reinforced_fiber" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:colt_45",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" H ",
|
||||
"HCH",
|
||||
" TR"
|
||||
],
|
||||
"key": {
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"T": { "item": "plasticgun:trigger_mechanism" },
|
||||
"R": { "item": "plasticgun:reinforced_fiber" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:colt_peacemaker",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"CCC",
|
||||
"CHC",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"C": { "item": "plasticgun:composite_resin" },
|
||||
"H": { "item": "plasticgun:hardened_steel" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:composite_frame",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:slime_ball" },
|
||||
{ "item": "minecraft:clay_ball" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:composite_resin",
|
||||
"count": 2
|
||||
}
|
||||
}
|
15
src/main/resources/data/plasticgun/recipe/copper_wiring.json
Normal file
15
src/main/resources/data/plasticgun/recipe/copper_wiring.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"C",
|
||||
"C",
|
||||
"C"
|
||||
],
|
||||
"key": {
|
||||
"C": { "item": "minecraft:copper_ingot" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:copper_wiring",
|
||||
"count": 3
|
||||
}
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" D ",
|
||||
"D D",
|
||||
" D "
|
||||
],
|
||||
"key": {
|
||||
"D": { "item": "minecraft:diamond" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:diamond_shuriken"
|
||||
}
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:gunpowder" },
|
||||
{ "item": "plasticgun:explosive_powder" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:enhanced_gunpowder",
|
||||
"count": 2
|
||||
}
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:gunpowder" },
|
||||
{ "item": "minecraft:blaze_powder" },
|
||||
{ "item": "minecraft:coal" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:explosive_powder",
|
||||
"count": 1
|
||||
}
|
||||
}
|
24
src/main/resources/data/plasticgun/recipe/flak_vest.json
Normal file
24
src/main/resources/data/plasticgun/recipe/flak_vest.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "plasticgun:hyperalloy"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_chestplate"
|
||||
},
|
||||
{
|
||||
"item": "plasticgun:hyperalloy"
|
||||
},
|
||||
{
|
||||
"item": "plasticgun:hyperalloy"
|
||||
},
|
||||
{
|
||||
"item": "plasticgun:hyperalloy"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:45_acp_hollow_point",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"GPG",
|
||||
" C "
|
||||
],
|
||||
"key": {
|
||||
"C": { "item": "plasticgun:composite_resin" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"P": { "item": "plasticgun:plasma_core" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:force_container",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/forcegun.json
Normal file
18
src/main/resources/data/plasticgun/recipe/forcegun.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"PGP",
|
||||
" H "
|
||||
],
|
||||
"key": {
|
||||
"C": { "item": "plasticgun:composite_resin" },
|
||||
"P": { "item": "plasticgun:plasma_core" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"H": { "item": "plasticgun:hardened_steel" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:forcegun",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" G ",
|
||||
"G G",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"G": { "item": "minecraft:gold_ingot" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:golden_shuriken"
|
||||
}
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:coal_block" },
|
||||
{ "item": "minecraft:shears" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:graphene_sheet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" E ",
|
||||
"CPC",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"C": { "item": "plasticgun:ceramic_plate" },
|
||||
"P": { "item": "plasticgun:plasma_core" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_an_m14",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_f1.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_f1.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" P ",
|
||||
"CEC",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"P": { "item": "plasticgun:plasma_core" },
|
||||
"C": { "item": "plasticgun:composite_resin" },
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_f1",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_k417.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_k417.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" E ",
|
||||
"GCG",
|
||||
" P "
|
||||
],
|
||||
"key": {
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"P": { "item": "plasticgun:plasma_core" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_k417",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_m18.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_m18.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" P ",
|
||||
"CEC",
|
||||
" R "
|
||||
],
|
||||
"key": {
|
||||
"P": { "item": "plasticgun:plasma_core" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"R": { "item": "plasticgun:reinforced_fiber" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_m18",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_m34.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_m34.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" G ",
|
||||
"CEC",
|
||||
" P "
|
||||
],
|
||||
"key": {
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"P": { "item": "plasticgun:plasma_core" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_m34",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_m7a3.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_m7a3.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" T ",
|
||||
"CEC",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"T": { "item": "plasticgun:titanium_alloy" },
|
||||
"C": { "item": "plasticgun:composite_resin" },
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_m7a3",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_m84.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_m84.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" E ",
|
||||
"GCG",
|
||||
" P "
|
||||
],
|
||||
"key": {
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"P": { "item": "plasticgun:plasma_core" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_m84",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_mk3a2.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_mk3a2.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" G ",
|
||||
"CEC",
|
||||
" T "
|
||||
],
|
||||
"key": {
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"T": { "item": "plasticgun:titanium_alloy" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_mk3a2",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_no_69.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_no_69.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" E ",
|
||||
"CPC",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"P": { "item": "plasticgun:plasma_core" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_no_69",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_rgd_5.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_rgd_5.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" G ",
|
||||
"CEC",
|
||||
" P "
|
||||
],
|
||||
"key": {
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"C": { "item": "plasticgun:composite_resin" },
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"P": { "item": "plasticgun:plasma_core" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_rgd_5",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/grenade_rgo.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_rgo.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" P ",
|
||||
"CEC",
|
||||
" T "
|
||||
],
|
||||
"key": {
|
||||
"P": { "item": "plasticgun:plasma_core" },
|
||||
"C": { "item": "plasticgun:composite_resin" },
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"T": { "item": "plasticgun:titanium_alloy" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_rgo",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" T ",
|
||||
"CEC",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"T": { "item": "plasticgun:titanium_alloy" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_thermite",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:iron_block"
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:hardened_steel"
|
||||
},
|
||||
"experience": 0.7,
|
||||
"cookingtime": 200
|
||||
}
|
17
src/main/resources/data/plasticgun/recipe/hyperalloy.json
Normal file
17
src/main/resources/data/plasticgun/recipe/hyperalloy.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"THR",
|
||||
"TTT"
|
||||
],
|
||||
"key": {
|
||||
"T": { "item": "plasticgun:titanium_alloy" },
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"R": { "item": "plasticgun:reinforced_fiber" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:hyperalloy",
|
||||
"count": 1
|
||||
}
|
||||
}
|
14
src/main/resources/data/plasticgun/recipe/iron_shuriken.json
Normal file
14
src/main/resources/data/plasticgun/recipe/iron_shuriken.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" I ",
|
||||
"I I",
|
||||
" I "
|
||||
],
|
||||
"key": {
|
||||
"I": { "item": "minecraft:iron_ingot" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:iron_shuriken"
|
||||
}
|
||||
}
|
16
src/main/resources/data/plasticgun/recipe/kevlar_sheet.json
Normal file
16
src/main/resources/data/plasticgun/recipe/kevlar_sheet.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" K ",
|
||||
"KFK",
|
||||
" K "
|
||||
],
|
||||
"key": {
|
||||
"K": { "item": "plasticgun:reinforced_fiber" },
|
||||
"F": { "item": "minecraft:feather" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:kevlar_sheet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
16
src/main/resources/data/plasticgun/recipe/kevlar_vest.json
Normal file
16
src/main/resources/data/plasticgun/recipe/kevlar_vest.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"K K",
|
||||
"KKK",
|
||||
"KKK"
|
||||
],
|
||||
"key": {
|
||||
"K": {
|
||||
"tag": "plasticgun:kevlar_sheet"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:kevlar_vest"
|
||||
}
|
||||
}
|
23
src/main/resources/data/plasticgun/recipe/magnetic_coil.json
Normal file
23
src/main/resources/data/plasticgun/recipe/magnetic_coil.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"IRI",
|
||||
" C "
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "plasticgun:copper_wiring"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"R": {
|
||||
"item": "plasticgun:reinforced_fiber"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:magnetic_coil",
|
||||
"count": 1
|
||||
}
|
||||
}
|
17
src/main/resources/data/plasticgun/recipe/microchip.json
Normal file
17
src/main/resources/data/plasticgun/recipe/microchip.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" S ",
|
||||
"RIR",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": { "item": "plasticgun:silicon_wafer" },
|
||||
"R": { "item": "minecraft:redstone" },
|
||||
"I": { "item": "plasticgun:advanced_circuit" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:microchip",
|
||||
"count": 1
|
||||
}
|
||||
}
|
15
src/main/resources/data/plasticgun/recipe/nano_tubes.json
Normal file
15
src/main/resources/data/plasticgun/recipe/nano_tubes.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" G ",
|
||||
"G G",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"G": { "item": "plasticgun:graphene_sheet" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:nano_tubes",
|
||||
"count": 2
|
||||
}
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" N ",
|
||||
"N N",
|
||||
" N "
|
||||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:netherite_shuriken"
|
||||
}
|
||||
}
|
19
src/main/resources/data/plasticgun/recipe/p2022.json
Normal file
19
src/main/resources/data/plasticgun/recipe/p2022.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" T ",
|
||||
"CHC",
|
||||
"PI "
|
||||
],
|
||||
"key": {
|
||||
"T": { "item": "plasticgun:titanium_alloy" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"P": { "item": "plasticgun:precision_gear" },
|
||||
"I": { "item": "plasticgun:iron_shuriken" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:p2022",
|
||||
"count": 1
|
||||
}
|
||||
}
|
17
src/main/resources/data/plasticgun/recipe/plasma_core.json
Normal file
17
src/main/resources/data/plasticgun/recipe/plasma_core.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GEG",
|
||||
"ECE",
|
||||
"GEG"
|
||||
],
|
||||
"key": {
|
||||
"G": { "item": "minecraft:ghast_tear" },
|
||||
"E": { "item": "minecraft:ender_eye" },
|
||||
"C": { "item": "plasticgun:composite_frame" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:plasma_core",
|
||||
"count": 1
|
||||
}
|
||||
}
|
11
src/main/resources/data/plasticgun/recipe/power_cell.json
Normal file
11
src/main/resources/data/plasticgun/recipe/power_cell.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "minecraft:redstone_block" },
|
||||
{ "item": "plasticgun:advanced_circuit" }
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:power_cell",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" H ",
|
||||
"IRI",
|
||||
" H "
|
||||
],
|
||||
"key": {
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"I": { "item": "minecraft:iron_ingot" },
|
||||
"R": { "item": "plasticgun:reinforced_fiber" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:precision_gear",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" S ",
|
||||
"FIF",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": { "item": "minecraft:string" },
|
||||
"F": { "item": "minecraft:feather" },
|
||||
"I": { "item": "plasticgun:composite_resin" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:reinforced_fiber",
|
||||
"count": 1
|
||||
}
|
||||
}
|
18
src/main/resources/data/plasticgun/recipe/rpg9.json
Normal file
18
src/main/resources/data/plasticgun/recipe/rpg9.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" P ",
|
||||
"GHG",
|
||||
" T "
|
||||
],
|
||||
"key": {
|
||||
"P": { "item": "plasticgun:plasma_core" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"T": { "item": "plasticgun:trigger_mechanism" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:rpg9",
|
||||
"count": 1
|
||||
}
|
||||
}
|
17
src/main/resources/data/plasticgun/recipe/rpg_shell.json
Normal file
17
src/main/resources/data/plasticgun/recipe/rpg_shell.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" E ",
|
||||
"GHG",
|
||||
" E "
|
||||
],
|
||||
"key": {
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"H": { "item": "plasticgun:hardened_steel" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:rpg_shell",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" E ",
|
||||
"GPG",
|
||||
" E "
|
||||
],
|
||||
"key": {
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"P": { "item": "plasticgun:plasma_core" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:rpg_shell_incendiary",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "plasticgun:silicon_mixture",
|
||||
"count": 1
|
||||
}
|
||||
}
|
11
src/main/resources/data/plasticgun/recipe/silicon_wafer.json
Normal file
11
src/main/resources/data/plasticgun/recipe/silicon_wafer.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "plasticgun:silicon_mixture"
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:silicon_wafer"
|
||||
},
|
||||
"experience": 0.1,
|
||||
"cookingtime": 100
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" H ",
|
||||
"HC ",
|
||||
" T "
|
||||
],
|
||||
"key": {
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"T": { "item": "plasticgun:trigger_mechanism" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:snub_nosed_revolver",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" S ",
|
||||
"S S",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"S": { "item": "minecraft:cobblestone" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:stone_shuriken"
|
||||
}
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"NNN",
|
||||
"NIN",
|
||||
"NNN"
|
||||
],
|
||||
"key": {
|
||||
"N": { "item": "plasticgun:nano_tubes" },
|
||||
"I": { "item": "minecraft:iron_ingot" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:titanium_alloy",
|
||||
"count": 1
|
||||
}
|
||||
}
|
19
src/main/resources/data/plasticgun/recipe/tokarev_tt_33.json
Normal file
19
src/main/resources/data/plasticgun/recipe/tokarev_tt_33.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" TT",
|
||||
"CHC",
|
||||
"PI "
|
||||
],
|
||||
"key": {
|
||||
"T": { "item": "plasticgun:titanium_alloy" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"P": { "item": "plasticgun:precision_gear" },
|
||||
"I": { "item": "plasticgun:iron_shuriken" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:tokarev_tt_33",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"IGI",
|
||||
"CSC",
|
||||
"IRI"
|
||||
],
|
||||
"key": {
|
||||
"I": { "item": "minecraft:iron_ingot" },
|
||||
"G": { "item": "plasticgun:precision_gear" },
|
||||
"C": { "item": "plasticgun:ceramic_plate" },
|
||||
"S": { "item": "minecraft:string" },
|
||||
"R": { "item": "plasticgun:reinforced_fiber" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:trigger_mechanism",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" W ",
|
||||
"W W",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:wooden_shuriken"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user