Prisma Steel Armor

This commit is contained in:
Vos
2025-11-09 16:54:44 -06:00
parent 2fbb0d893b
commit b859c72096
62 changed files with 763 additions and 50 deletions
@@ -57,21 +57,43 @@
{
"condition": "minecraft:match_tool",
"predicate": {
"items": "acesbs:prisma_steel_pickaxe"
"items": [
"acesbs:prisma_steel_pickaxe",
"acesbs:prisma_steel_hammer"
]
}
}
],
"entries": [
{
"type": "minecraft:item",
"name": "acesbs:raw_entropy",
"weight": 20
"name": "minecraft:air",
"weight": 360
},
{
"type": "minecraft:item",
"name": "acesbs:lemon",
"name": "minecraft:coal",
"weight": 14
},
{
"type": "minecraft:item",
"name": "minecraft:raw_copper",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:raw_iron",
"weight": 8
},
{
"type": "minecraft:item",
"name": "minecraft:raw_gold",
"weight": 6
},
{
"type": "minecraft:item",
"name": "acesbs:raw_entropy"
},
{
"type": "minecraft:item",
"name": "minecraft:diamond"
@@ -87,7 +109,11 @@
"function": "minecraft:explosion_decay"
}
],
"rolls": 1.0
"rolls": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
}
},
{
"bonus_rolls": 0.0,
@@ -115,7 +141,10 @@
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"items": "acesbs:prisma_steel_pickaxe"
"items": [
"acesbs:prisma_steel_pickaxe",
"acesbs:prisma_steel_hammer"
]
}
}
}
@@ -136,7 +165,11 @@
"function": "minecraft:explosion_decay"
}
],
"rolls": 1.0
"rolls": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
}
}
]
}
@@ -0,0 +1,8 @@
{
"values": [
"acesbs:prisma_steel_helmet",
"acesbs:prisma_steel_chestplate",
"acesbs:prisma_steel_leggings",
"acesbs:prisma_steel_boots"
]
}