mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Add a trap to the changling hive using the new potion
This commit is contained in:
parent
e06ae63077
commit
31850a0f5c
3 changed files with 213 additions and 0 deletions
|
@ -0,0 +1,204 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:chest",
|
||||||
|
"pools": [
|
||||||
|
{
|
||||||
|
"bonus_rolls": 0.0,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:short_morph_earth" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:short_morph_unicorn" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:short_morph_pegasus" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:short_morph_bat" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:short_morph_kirin" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:short_morph_hippogriff" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 1
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:long_morph_earth" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:long_morph_unicorn" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:long_morph_pegasus" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:long_morph_bat" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:long_morph_kirin" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:tipped_arrow",
|
||||||
|
"functions": [
|
||||||
|
{ "function": "minecraft:set_potion", "id": "unicopia:long_morph_hippogriff" },
|
||||||
|
{
|
||||||
|
"function": "minecraft:set_count",
|
||||||
|
"count": {
|
||||||
|
"min": 3.0,
|
||||||
|
"max": 9.0,
|
||||||
|
"type": "minecraft:uniform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"weight": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rolls": 6.0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
|
@ -117,6 +117,15 @@
|
||||||
},
|
},
|
||||||
"weight": 3
|
"weight": 3
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"element": {
|
||||||
|
"element_type": "minecraft:single_pool_element",
|
||||||
|
"location": "unicopia:changeling_hive/trapped/offshoot2",
|
||||||
|
"processors": "unicopia:changeling_hive_decay",
|
||||||
|
"projection": "rigid"
|
||||||
|
},
|
||||||
|
"weight": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"element": {
|
"element": {
|
||||||
"element_type": "minecraft:single_pool_element",
|
"element_type": "minecraft:single_pool_element",
|
||||||
|
|
Loading…
Reference in a new issue