Added a way to obtain feathers from mansions and mineshafts

This commit is contained in:
Sollace 2021-02-28 16:03:26 +02:00
parent 701716f167
commit cd010adc10
3 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 2.0,
"max": 4.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "unicopia:gryphon_feather"
}
]
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 2.0,
"max": 4.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
}
],
"name": "unicopia:gryphon_feather"
}
]
}
]
}

View file

@ -0,0 +1,44 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 2.0,
"max": 4.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "unicopia:gryphon_feather"
},
{
"type": "minecraft:item",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
}
],
"name": "unicopia:golden_wing"
}
]
}
]
}