This commit is contained in:
2026-02-06 13:32:51 +01:00
parent 0a90665114
commit 31b7ca5024
220 changed files with 2711 additions and 3459 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"
}
]
}