We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759ea5f commit be086f1Copy full SHA for be086f1
2 files changed
src/main/resources/data/jeed/recipe/inebriation.json
@@ -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
+}
src/main/resources/data/jeed/recipe/remedy.json
@@ -0,0 +1,12 @@
+ "effect": "aether:remedy",
+ "item": "aether:white_apple"
+ "item": "aether:skyroot_remedy_bucket"
0 commit comments