forked from copygirl/heck
parent
c85f5ed03b
commit
71bd91f4bd
3 changed files with 37 additions and 0 deletions
@ -0,0 +1,22 @@ |
|||||||
|
|
||||||
|
# Configure the options below to one of the following: disabled, enabled, onShift, onDebug or onShiftAndDebug |
||||||
|
[tooltip_options] |
||||||
|
# Configure tooltip for burn time. |
||||||
|
burnTimeTooltipMode = "disabled" |
||||||
|
# Configure tooltip for durability. |
||||||
|
durabilityTooltipMode = "onShift" |
||||||
|
# Configure tooltip for enchantability |
||||||
|
enchantabilityTooltipMode = "onShift" |
||||||
|
# Configure tooltip for hunger and saturation. |
||||||
|
foodTooltipMode = "disabled" |
||||||
|
# Configure tooltip for max stack size. |
||||||
|
maxStackSizeTooltipMode = "disabled" |
||||||
|
# Configure tooltip for NBT data. |
||||||
|
nbtTooltipMode = "disabled" |
||||||
|
# Configure tooltip for registry name. E.g. minecraft:stone |
||||||
|
registryNameTooltipMode = "disabled" |
||||||
|
# Configure tooltip for tags. E.g. forge:ingot, minecraft:planks |
||||||
|
tagsTooltipMode = "disabled" |
||||||
|
# Configure tooltip for translation key. E.g. block.minecraft.stone |
||||||
|
translationKeyTooltipMode = "disabled" |
||||||
|
|
@ -0,0 +1,13 @@ |
|||||||
|
name = "JEI Integration" |
||||||
|
filename = "jeiintegration_1.18.2-9.0.0.37.jar" |
||||||
|
side = "both" |
||||||
|
|
||||||
|
[download] |
||||||
|
url = "https://cdn.modrinth.com/data/umCLwNyK/versions/9.0.0/jeiintegration_1.18.2-9.0.0.37.jar" |
||||||
|
hash-format = "sha1" |
||||||
|
hash = "680eb558dd2165d5fc70def67fc854f6cf583b2a" |
||||||
|
|
||||||
|
[update] |
||||||
|
[update.modrinth] |
||||||
|
mod-id = "umCLwNyK" |
||||||
|
version = "mW8ZH77Q" |
Loading…
Reference in new issue