Skip to content

Commit be086f1

Browse files
committed
feat: JEED Compatibility
1 parent 759ea5f commit be086f1

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"type": "jeed:effect_provider",
3+
"effect": "aether:inebriation",
4+
"providers": [
5+
{
6+
"item": "aether:poison_dart"
7+
},
8+
{
9+
"item": "aether:poison_dart_shooter"
10+
},
11+
{
12+
"item": "aether:skyroot_poison_bucket"
13+
}
14+
]
15+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"type": "jeed:effect_provider",
3+
"effect": "aether:remedy",
4+
"providers": [
5+
{
6+
"item": "aether:white_apple"
7+
},
8+
{
9+
"item": "aether:skyroot_remedy_bucket"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)