#Ore Loot Tables with fortune

1 messages · Page 1 of 1 (latest)

fallow gyro
#
{
    "pools": [
      {
    "rolls": 1,
    "conditions": [
        {
            "condition": "match_tool",
            "item": "ken:lumerium_pickaxe",
            "count": 1,
                    "enchantments":[
                        {
                            "enchantement": "fortune",
                            "levels":{
                                "max_range" : 3
                            }
                        }
                    ]
                }
            ],
            "entries": [
                {
                    "type": "item",
                    "name": "minecraft:coal",
                    "count": {
                        "min": 1,
                        "max": 3
                    }
                }
            ]
        }
   ]
 }
#

I'm trying to make an ore with the possibility of dropping more with fortune

marble flower
fallow gyro
#

yes it doesn't work but I don't have any errors in the content log

marble flower
#

Are you using this in a custom block?

fallow gyro
#

yes dosn't drop

fallow gyro
marble flower
marble flower
fallow gyro
marble flower
fallow gyro
#
{
 "pools":  [
{
    "rolls": 1,
    "conditions": [
        {
            "condition": "match_tool",
            "count": 1,
            "item": "ken:lumerium_pickaxe"
        }
    ],
    "entries": [
        {
            "type": "item",
            "name": "minecraft:coal"
        }
    ]
  }
 ]
}