* trying stuff, might delete later * updated all loot tables so looting only affects animal meat drops
26 lines
No EOL
405 B
JSON
26 lines
No EOL
405 B
JSON
{
|
|
"type": "minecraft:entity",
|
|
"pools": [
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"functions": [
|
|
{
|
|
"add": false,
|
|
"count": {
|
|
"type": "minecraft:uniform",
|
|
"max": 2.0,
|
|
"min": 1.0
|
|
},
|
|
"function": "minecraft:set_count"
|
|
}
|
|
],
|
|
"name": "minecraft:magma_cream"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |