This commit is contained in:
2026-01-28 09:36:20 +01:00
parent 5b986b0262
commit b7c5f9cb31
21 changed files with 540 additions and 52 deletions

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

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

View File

@@ -0,0 +1,4 @@
{
"type": "szar:cannabis_patch",
"config": {}
}

View File

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