Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"effects": [
{
"effect": "minecraft:hunger",
"time": 20,
"level": 0,
"type": "remove",
"chance": 0.0
}
],
"cool_down": 0,
"always_edible": false,
"heal": 2,
"harm": 0
}

View File

@@ -0,0 +1,15 @@
{
"effects": [
{
"effect": "minecraft:dolphin_grace",
"time": 200,
"level": 0,
"type": "give",
"chance": 1.0
}
],
"cool_down": 0,
"always_edible": true,
"heal": 4,
"harm": 0
}