Initial import
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"type": "guardvillagers:slot",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "lrarmor:defender_helmet"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "guardvillagers:slot",
|
||||
"slot": "head"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "lrarmor:defender_chestplate"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "guardvillagers:slot",
|
||||
"slot": "chest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "lrarmor:defender_leggings"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "guardvillagers:slot",
|
||||
"slot": "legs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "lrarmor:defender_boots"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "guardvillagers:slot",
|
||||
"slot": "feet"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user