Rajout de tous les minerais, deux outils qui se fabrique avec les Shard

This commit is contained in:
felden.r@grenoble.archi.fr
2025-02-24 16:13:21 +01:00
parent 05e155fcae
commit 55b9df61fe
335 changed files with 13474 additions and 3143 deletions
+57
View File
@@ -0,0 +1,57 @@
{
"_fv": 73,
"_type": "loottable",
"definition": {
"type": "Block",
"pools": [
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "Items.REDSTONE"
},
"weight": 1,
"minCount": 4,
"maxCount": 5,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": true,
"explosionDecay": false,
"silkTouchMode": 2
}
]
},
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "Blocks.REDSTONE_ORE"
},
"weight": 1,
"minCount": 1,
"maxCount": 1,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": false,
"explosionDecay": false,
"silkTouchMode": 1
}
]
}
],
"name": "blocks/redstoneore",
"namespace": "mod"
}
}