gypsy
This commit is contained in:
20
src/main/resources/data/szar/recipes/niggerite_axe.json
Normal file
20
src/main/resources/data/szar/recipes/niggerite_axe.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"II ",
|
||||
"IS ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_axe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/szar/recipes/niggerite_block.json
Normal file
17
src/main/resources/data/szar/recipes/niggerite_block.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III",
|
||||
"III",
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
16
src/main/resources/data/szar/recipes/niggerite_boots.json
Normal file
16
src/main/resources/data/szar/recipes/niggerite_boots.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"I I",
|
||||
"I I"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_boots",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"I I",
|
||||
"III",
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_chestplate",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
16
src/main/resources/data/szar/recipes/niggerite_helmet.json
Normal file
16
src/main/resources/data/szar/recipes/niggerite_helmet.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III",
|
||||
"I I"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_helmet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/szar/recipes/niggerite_hoe.json
Normal file
20
src/main/resources/data/szar/recipes/niggerite_hoe.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"II ",
|
||||
" S ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_hoe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "szar:niggerite_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:niggerite_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
17
src/main/resources/data/szar/recipes/niggerite_leggings.json
Normal file
17
src/main/resources/data/szar/recipes/niggerite_leggings.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III",
|
||||
"I I",
|
||||
"I I"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_leggings",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/szar/recipes/niggerite_pickaxe.json
Normal file
20
src/main/resources/data/szar/recipes/niggerite_pickaxe.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III",
|
||||
" S ",
|
||||
" S "
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_pickaxe",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/szar/recipes/niggerite_shovel.json
Normal file
20
src/main/resources/data/szar/recipes/niggerite_shovel.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"I",
|
||||
"S",
|
||||
"S"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_shovel",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/szar/recipes/niggerite_sword.json
Normal file
20
src/main/resources/data/szar/recipes/niggerite_sword.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"I",
|
||||
"I",
|
||||
"S"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:niggerite_sword",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/szar/recipes/nwordpass.json
Normal file
20
src/main/resources/data/szar/recipes/nwordpass.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" G ",
|
||||
"GNG",
|
||||
" G "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"N": {
|
||||
"item": "szar:niggerite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:nwordpass",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user