extended police and items
This commit is contained in:
@@ -29,5 +29,8 @@
|
||||
"item.szar.terrorist_spawn_egg": "Islam Terrorist Spawn Egg",
|
||||
"entity.szar.police": "Police Man",
|
||||
"item.szar.police_spawn_egg": "Police Man Spawn Egg",
|
||||
"effect.szar.arrested": "Arrested"
|
||||
"effect.szar.arrested": "Arrested",
|
||||
"item.szar.police_key": "Police Key",
|
||||
"item.szar.police_handcuff": "Police Handcuff",
|
||||
"entity.szar.gypsy": "Cigány"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/police_handcuff"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/police_key"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/szar/textures/item/handcuffs.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/handcuffs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
src/main/resources/assets/szar/textures/item/police_handcuff.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/police_handcuff.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 805 B |
BIN
src/main/resources/assets/szar/textures/item/police_key.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/police_key.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 565 B |
BIN
src/main/resources/assets/szar/textures/item/police_key_og.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/police_key_og.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 525 B |
Binary file not shown.
|
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 805 B |
19
src/main/resources/data/szar/recipes/police_key.json
Normal file
19
src/main/resources/data/szar/recipes/police_key.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BBB",
|
||||
"NNB"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"N": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:police_key",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
"package": "dev.tggamesyt.szar.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"PlayerEntityMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
Reference in New Issue
Block a user