This commit is contained in:
2026-01-20 09:36:59 +01:00
parent 44c5f0b839
commit 83870fc397
39 changed files with 538 additions and 3 deletions

View 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
}
}

View 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
}
}

View 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
}
}

View File

@@ -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
}
}

View 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
}
}

View 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
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "szar:niggerite_block"
}
],
"result": {
"item": "szar:niggerite_ingot",
"count": 9
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}