Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:jump_boost",
|
||||
"time": 80,
|
||||
"level": 7,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 2,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "feathers:energized",
|
||||
"time": 1200,
|
||||
"level": 7,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": false,
|
||||
"heal": 4,
|
||||
"harm": 0
|
||||
}
|
||||
Reference in New Issue
Block a user