terrorist

This commit is contained in:
2026-01-27 09:42:46 +01:00
parent ea29cda52f
commit 07a91dd032
19 changed files with 462 additions and 64 deletions

View File

@@ -1,6 +1,5 @@
{
"variants": {
"half=lower": { "model": "szar:block/cannabis_bottom" },
"half=upper": { "model": "szar:block/cannabis" }
"": { "model": "szar:block/cannabis" }
}
}

View File

@@ -0,0 +1,6 @@
{
"variants": {
"half=lower": { "model": "szar:block/cannabis_bottom" },
"half=upper": { "model": "szar:block/tall_cannabis" }
}
}

View File

@@ -24,5 +24,7 @@
"death.attack.heart_attack": "%1$s got a heart attack",
"death.attack.drog_overdose": "%1$s got a drog overdose",
"block.szar.chemical_workbench": "Chemical Workbench",
"entity.minecraft.villager.drog_dealer": "Drog dealer"
"entity.minecraft.villager.drog_dealer": "Drog dealer",
"entity.szar.islam_terrorist": "Islam Terrorist",
"item.szar.terrorist_spawn_egg": "Islam Terrorist Spawn Egg"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "szar:block/cannabis"
}
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 508 B

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -8,33 +8,24 @@
"type": "minecraft:item",
"name": "szar:cannabis"
}
],
]
},
{
"rolls": {
"min": 0,
"max": 2
},
"conditions": [
{
"condition": "minecraft:any_of",
"terms": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": ["minecraft:shears"]
}
},
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": { "min": 1 }
}
]
}
},
{
"condition": "minecraft:random_chance",
"chance": 0.5
}
]
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune",
"chances": [0.0, 0.4, 0.7, 0.9]
}
],
"entries": [
{
"type": "minecraft:item",
"name": "szar:cannabis"
}
]
}

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:cannabis"
}
]
},
{
"rolls": {
"min": 0,
"max": 2
},
"conditions": [
{
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune",
"chances": [0.0, 0.4, 0.7, 0.9]
}
],
"entries": [
{
"type": "minecraft:item",
"name": "szar:cannabis"
}
]
}
]
}