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

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