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 5b30279 commit 4a2179eCopy full SHA for 4a2179e
README.md
@@ -1,14 +1,14 @@
1
# chit
2
A vanilla-like implementation of Optifine's CIT, shaped how I believe it would be/like.
3
4
-```
5
-conditional: has_enchantment
+#### Conditional:
+- has_enchantment
6
- fields:
7
- enchantment id (required)
8
- level (not required, will work on any level)
9
10
-range_dispatch: enchantment_level
+#### Range Dispatch:
11
+- enchantment_level
12
- value based on enchantment level
13
- - enchantment id (required)
14
+ - enchantment id (required)
0 commit comments