gypsy
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "szar:block/niggerite_block"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "szar:block/niggerite_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "szar:block/niggerite_block"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 341 KiB |
|
After Width: | Height: | Size: 484 B |
BIN
src/main/resources/assets/szar/textures/entity/gypsy.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 342 B |
|
Before Width: | Height: | Size: 276 B |
|
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 262 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 296 B |
|
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 249 B |
|
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 325 B |
|
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 292 B |
|
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 161 B After Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 404 B |
|
After Width: | Height: | Size: 552 B |
|
After Width: | Height: | Size: 344 B |
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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
|
||||
}
|
||||
}
|
||||