1.19.2
BlackAures1 opened this issue · 2 comments
What's the issue you encountered?
you forgot to write the rules for the silk touch. Because of this error, the block does not drop when you try to gather it with silk.
How can the issue be reproduced?
silk touch
Logs
No response
Additional information
or
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "WRITE_HERE_YOUR_BLOCK"
},