Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -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
}
]
}
]
}