Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 25,
|
||||
"name": "immersiveengineering:ingot_steel"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 40,
|
||||
"name": "immersiveengineering:nugget_steel",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 6
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user