mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-05-22 13:44:31 +00:00
48 lines
958 B
JSON
48 lines
958 B
JSON
{
|
|
"type": "minecraft:entity",
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:empty",
|
|
"weight": 50
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "examplemod:ruby",
|
|
"weight": 30,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "examplemod:ruby",
|
|
"weight": 15,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "examplemod:ruby",
|
|
"weight": 5,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|