Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"effects": [
|
||||
{
|
||||
"effect": "minecraft:health_boost",
|
||||
"time": 300,
|
||||
"level": 1,
|
||||
"type": "give",
|
||||
"chance": 1.0
|
||||
}
|
||||
],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 7,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 20,
|
||||
"always_edible": true,
|
||||
"heal": 4,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 2,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 2,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 0,
|
||||
"always_edible": true,
|
||||
"heal": 1,
|
||||
"harm": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"effects": [],
|
||||
"cool_down": 25,
|
||||
"always_edible": true,
|
||||
"heal": 1,
|
||||
"harm": 0
|
||||
}
|
||||
Reference in New Issue
Block a user