police
This commit is contained in:
@@ -26,5 +26,8 @@
|
||||
"block.szar.chemical_workbench": "Chemical Workbench",
|
||||
"entity.minecraft.villager.drog_dealer": "Drog dealer",
|
||||
"entity.szar.islam_terrorist": "Islam Terrorist",
|
||||
"item.szar.terrorist_spawn_egg": "Islam Terrorist Spawn Egg"
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -1,28 +1,12 @@
|
||||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"0": "szar:block/chemical_1",
|
||||
"1": "szar:block/chemical_2",
|
||||
"2": "szar:block/chemical_3",
|
||||
"3": "szar:block/chemical_4",
|
||||
"4": "szar:block/chemical_bottom",
|
||||
"5": "szar:block/chemical_top",
|
||||
"north": "szar:block/chemical_1",
|
||||
"east": "szar:block/chemical_2",
|
||||
"south": "szar:block/chemical_3",
|
||||
"west": "szar:block/chemical_4",
|
||||
"up": "szar:block/chemical_top",
|
||||
"down": "szar:block/chemical_bottom",
|
||||
"particle": "szar:block/chemical_1"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"up": {"uv": [15.73333, 16, 0, 0], "texture": "#5"},
|
||||
"down": {"uv": [16, 0, 0, 16], "texture": "#4"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
BIN
src/main/resources/assets/szar/textures/entity/police-man.png
Normal file
BIN
src/main/resources/assets/szar/textures/entity/police-man.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/main/resources/assets/szar/textures/mob_effect/arrested.png
Normal file
BIN
src/main/resources/assets/szar/textures/mob_effect/arrested.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 267 B |
23
src/main/resources/data/szar/recipes/chemical_workbench.json
Normal file
23
src/main/resources/data/szar/recipes/chemical_workbench.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"PCP",
|
||||
"PPP"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:smooth_stone"
|
||||
},
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"C": {
|
||||
"item": "szar:cannabis"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:chemical_workbench",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "szar:cannabis_patch",
|
||||
"config": {}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"feature": "szar:cannabis_patch",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE_WG"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user