Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"min": 1,
|
||||
"max": 5
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 0
|
||||
}
|
||||
],
|
||||
"name": "minecraft:wool"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 15
|
||||
}
|
||||
],
|
||||
"name": "minecraft:wool"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 7
|
||||
}
|
||||
],
|
||||
"name": "minecraft:wool"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 12
|
||||
}
|
||||
],
|
||||
"name": "minecraft:wool"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 8
|
||||
}
|
||||
],
|
||||
"name": "minecraft:wool"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:shears"
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 6
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:wheat"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user