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,7 @@
{
"variants": {
"": {
"model": "szar:block/niggerite_block"
}
}
}

View File

@@ -4,9 +4,21 @@
"item.szar.nwordpass": "N-Word Pass",
"entity.szar.nigger": "Nigger",
"item.szar.nigger_spawn_egg":"Nigger Spawn Egg",
"item.szar.gypsy_spawn_egg":"Gypsy Spawn Egg",
"itemgroup.szar_group": "Szar",
"block.szar.cannabis": "Cannabis",
"item.szar.weed": "Weed",
"effect.szar.drog": "Drog",
"item.szar.weed_joint": "Weed Joint"
"item.szar.weed_joint": "Weed Joint",
"item.szar.niggerite_ingot": "Niggerite Ingot",
"block.szar.niggerite_block": "Niggerite Block",
"item.szar.niggerite_sword": "Niggerite Sword",
"item.szar.niggerite_axe": "Niggerite Axe",
"item.szar.niggerite_pickaxe": "Niggerite Pickaxe",
"item.szar.niggerite_shovel": "Niggerite Shovel",
"item.szar.niggerite_hoe": "Niggerite Hoe",
"item.szar.niggerite_chestplate": "Niggerite Chestplate",
"item.szar.niggerite_leggings": "Niggerite Leggings",
"item.szar.niggerite_boots": "Niggerite Boots",
"item.szar.niggerite_helmet": "Niggerite Helmet"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "szar:block/niggerite_block"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:item/template_spawn_egg"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "szar:block/niggerite_block"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 B

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

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