Coder Social home page Coder Social logo

snowshock35 / jei-integration Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 12.0 271 KB

Providing Integrations & Tooltips

Home Page: https://curseforge.com/minecraft/mc-mods/jei-integration

License: MIT License

Java 100.00%
minecraft minecraft-forge mod minecraft-mod minecraft-forge-mod jei java gradle travis-ci

jei-integration's Introduction

JEI Integration Logo

JEI Integration - Minecraft Mod

Providing Integrations & Tooltips

Minecraft CurseForge Downloads (Total) Minecraft CurseForge Minecraft Versions

Travis Build Status License Discord

Description

Introduction

JEI Integration, the successor to NEI Integration by Tonius, is an addon for Just Enough Items (JEI) for Minecraft 1.10 and above. The mod provides JEI recipe handlers for other mods where otherwise absent. In addition to additional recipe handlers, it adds configurable tooltips which can provide insightful information for pack developers and tech-savvy players.

JEI Integration is still in the development phase meaning some features of the original mod are not present. The configurable tooltips is currently the only implemented feature of the original mod. More coming soon™...

Tooltips

Tooltips are extremely helpful to pack developers, mod developers and players for providing the player with helpful insights about a particular block/item's traits. By default, JEI Integration tooltips come disabled as to allow you, the player or pack maker the control over what is shown and how.

The list of available tooltips is as follows:

1.18 and Above

  • Burn Time - Displays the number of ticks (20 ticks = 1 second) any burnable item in game will burn for.
  • Durability - Displays the durability of an item where applicable (e.g. tools, weapons, armour, etc). The tooltip shows both total durability and remaining durability.
  • Enchantability - Displays the enchantability of an item where applicable (e.g. tools, weapons, armour, etc.)
  • Hunger/Saturation - Displays both the hunger and saturation values that the particular food item will restore. (As of version 3.1.0.)
  • Max Stack Size - Displays the maximum stack size of an item - usually 64, but in some cases, like ender pearls, it's 16.
  • NBT Data - Displays all NBT data stored on a block/item e.g. enchantments.
  • Registry Name - Displays the block/item's internal ID, registry name or namespace name (e.g. minecraft:apple). While already available in the game (using f3+h), JEI Integration gives players more options as to how it appears in the tooltip.
  • Tags - Displays the tags for a given block/item. E.g. forge:storage_blocks, minecraft:planks. (As of version 3.1.0.)
  • Translation Key - Displays the translation key for a given block/item. E.g. block.minecraft.stone. (Useful for mod translators.)

1.15 and Above

  • Burn Time - Displays the number of ticks (20 ticks = 1 second) any burnable item in game will burn for.
  • Durability - Displays the durability of an item where applicable (e.g. tools, weapons, armour, etc). The tooltip shows both total durability and remaining durability.
  • Hunger/Saturation - Displays both the hunger and saturation values that the particular food item will restore. (As of version 3.1.0.)
  • Max Stack Size - Displays the maximum stack size of an item - usually 64, but in some cases, like ender pearls, it's 16.
  • NBT Data - Displays all NBT data stored on a block/item e.g. enchantments.
  • Registry Name - Displays the block/item's internal ID, registry name or namespace name (e.g. minecraft:apple). While already available in the game (using f3+h), JEI Integration gives players more options as to how it appears in the tooltip.
  • Tags - Displays the tags for a given block/item. E.g. forge:storage_blocks, minecraft:planks. (As of version 3.1.0.)
  • Translation Key - Displays the translation key for a given block/item. E.g. block.minecraft.stone. (Useful for mod translators.)

1.14

  • Burn Time - Displays the number of ticks (20 ticks = 1 second) any burnable item in game will burn for.
  • Durability - Displays the durability of an item where applicable (e.g. tools, weapons, armour, etc). The tooltip shows both total durability and remaining durability.
  • Max Stack Size - Displays the maximum stack size of an item - usually 64, but in some cases, like ender pearls, it's 16.
  • NBT Data - Displays all NBT data stored on a block/item e.g. enchantments.
  • Registry Name - Displays the block/item's internal ID, registry name or namespace name (e.g. minecraft:apple). While already available in the game (using f3+h), JEI Integration gives players more options as to how it appears in the tooltip.
  • Translation Key - Displays the translation key for a given block/item. E.g. block.minecraft.stone (Useful for mod translators)

1.12 and below

  • Burn Time - Displays the number of ticks (20 ticks = 1 second) any burnable item in game will burn for.
  • Durability - Displays the durability of an item where applicable (e.g. tools, weapons, armour, etc). The tooltip shows both total durability and remaining durability.
  • Max Stack Size - Displays the maximum stack size of an item - usually 64, but in some cases, like ender pearls, it's 16.
  • Metadata - Displays an block/item's metadata e.g. orange wool has metadata 1.
  • NBT Data - Displays all NBT data stored on a block/item e.g. enchantments.
  • Ore Dictionary Entries - Displays all ore dictionary entries for a given block/item e.g. logWood
  • Registry Name - Displays the block/item's internal ID, registry name or namespace name (e.g. minecraft:apple). While already available in the game (using f3+h), JEI Integration gives players more options as to how it appears in the tooltip.
  • Translation Key - Displays the translation key for a given block/item. E.g. block.minecraft.stone (Useful for mod translators)

Configuration

JEI Integration offers a great deal of customisation to the player in the form of configurations. Configurations can be altered via the in-game menu or the configuration file (Stored in ./minecraft/config).

The mod provides the following options for when a tooltip is displayed for an item:

  • Disabled - The tooltip is not displayed.
  • Enabled - The tooltip is displayed all the time.
  • On Shift - The tooltip is only displayed while the user is holding the left or right shift key on the keyboard.
  • On Debug - The tooltip is only displayed while the advancedItemTooltips option is enabled (f3+h).
  • On Shift & Debug - The tooltip is only displayed while the previous two conditions are true (On Shift & On Debug).

FAQ

Can you make this for Minecraft version x?

JEI Integration supports Minecraft 1.10+ that Forge has support for. It will not support snapshots or older versions of the game e.g. 1.7.10.

Can you make JEI Integration for the Fabric mod loader?

JEI Integration is, and always will, be made for Forge.

Should I download your mod from other websites?

JEI Integration downloads are only available on CurseForge. Downloads found elsewhere are not legitimate and are most likely dangerous to use.

Can I use your mod in my modpack?

Of course! Put me in all the packs.

When are we going to get new features?

Soon™

I found a bug or want to request a feature, where do I do it?

GitHub. Links at the top of this page.

Why?

Because.

Release Notes

Release Notes (or changelogs) for JEI Integration generate automatically using Git commit messages and can be found under the files tab on CurseForge.

Join our Discord

Our Discord community is a great place to chat with others and get insight on SnowShock's latest mods and packs. Join our Discord Server.

Discord Server

Support me on Patreon

Want to support me? Consider becoming a patreon supporter by clicking the banner below.

Support me on Patreon

Server Hosting

Thanks to the wonderful people at CreeperHost, you can receive 15% off your first month hosting. Just click the banner below or use the code snowshock35xbe to receive your 1 month discount.

CreeperHost Discount

Credits

  • SnowShock35 - Project Owner and Lead Developer
  • Mrbysco - Ports to 1.14 and 1.15 in my absence
  • Tonius - For NEI Integration (inspiring this mod)

© 2020 SnowShock35 - Code released under MIT license.

jei-integration's People

Contributors

chloedawn avatar dracnis avatar f0x06 avatar secret-rabbit avatar snowshock35 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jei-integration's Issues

JEI Crash on World Load

---- Minecraft Crash Report ----
// Don't do that.

Time: 2021-08-25 16:05:44 EDT
Description: Rendering ingredient

java.lang.NullPointerException: at index 1
at com.google.common.collect.ObjectArrays.checkElementNotNull(ObjectArrays.java:236)
at com.google.common.collect.ObjectArrays.checkElementsNotNull(ObjectArrays.java:226)
at com.google.common.collect.ObjectArrays.checkElementsNotNull(ObjectArrays.java:220)
at com.google.common.collect.ImmutableList.construct(ImmutableList.java:347)
at com.google.common.collect.ImmutableList.copyOf(ImmutableList.java:257)
at com.rwtema.extrautils2.backend.model.MutableModel.getQuads(MutableModel.java:75)
at net.minecraft.client.renderer.RenderItem.renderModel(RenderItem.java:127)
at net.minecraft.client.renderer.RenderItem.renderModel(RenderItem.java:106)
at mezz.jei.render.ItemStackFastRenderer.uncheckedRenderItemAndEffectIntoGUI(ItemStackFastRenderer.java:63)
at mezz.jei.render.ItemStackFastRenderer.renderItemAndEffectIntoGUI(ItemStackFastRenderer.java:32)
at mezz.jei.render.IngredientListBatchRenderer.render(IngredientListBatchRenderer.java:157)
at mezz.jei.gui.overlay.IngredientGrid.draw(IngredientGrid.java:99)
at mezz.jei.gui.overlay.IngredientGridWithNavigation.draw(IngredientGridWithNavigation.java:97)
at mezz.jei.gui.overlay.bookmarks.BookmarkOverlay.drawScreen(BookmarkOverlay.java:70)
at mezz.jei.gui.overlay.bookmarks.LeftAreaDispatcher.drawScreen(LeftAreaDispatcher.java:51)
at mezz.jei.gui.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:63)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1699_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.drawDefaultBackground(GuiScreen.java:575)
at net.minecraft.client.gui.inventory.GuiInventory.drawScreen(SourceFile:66)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1124)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1119)
at net.minecraft.client.Minecraft.run(Minecraft.java:3942)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Ingredient being rendered --
Ingredient Mod: Extra Utilities 2
Ingredient Info: 1xtile.extrautils2:machine@0 extrautils2:machine nbt:{Type:"extrautils2:generator"}

-- Screen render details --
Screen name: net.minecraft.client.gui.inventory.GuiInventory
Mouse location: Scaled: (379, 248). Absolute: (758, 209)
Screen size: Scaled: (683, 353). Absolute: (1366, 706). Scale factor of 2

-- Affected level --
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Go0gAm0o'/74, l='MpServer', x=-1001.16, y=85.00, z=-999.37]]
Chunk stats: MultiplayerChunkCache: 599, 599
Level seed: 0
Level generator: ID 07 - voidworld, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (0,95,0), Chunk: (at 0,5,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2769520 game time, 4590567 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 3 total; [EntityPlayerSP['Go0gAm0o'/74, l='MpServer', x=-1001.16, y=85.00, z=-999.37], EntityVillager['Villager'/76, l='MpServer', x=-962.30, y=85.00, z=-1005.30], EntityVillager['Villager'/77, l='MpServer', x=-960.30, y=85.00, z=-1005.30]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server

-- System Details --
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2414636744 bytes (2302 MB) / 4897898496 bytes (4671 MB) up to 9544663040 bytes (9102 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10240m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.5.2838 148 mods loaded, 148 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

   | State  | ID                                | Version                  | Source                                             | Signature                                |
   |:------ |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
   | LCHIJA | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
   | LCHIJA | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
   | LCHIJA | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCHIJA | forge                             | 14.23.5.2838             | forge-1.12.2-14.23.5.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCHIJA | advancedrocketrycore              | 1                        | minecraft.jar                                      | None                                     |
   | LCHIJA | foamfixcore                       | 7.7.4                    | minecraft.jar                                      | None                                     |
   | LCHIJA | actuallyadditions                 | 1.12.2-r149              | ActuallyAdditions-1.12.2-r149.jar                  | None                                     |
   | LCHIJA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
   | LCHIJA | actuallybaubles                   | 1.1                      | ActuallyBaubles-1.12-1.1.jar                       | None                                     |
   | LCHIJA | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | cofhcore                          | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
   | LCHIJA | libvulpes                         | 0.4.1.-62                | LibVulpes-1.12.2-0.4.1-62-universal.jar            | None                                     |
   | LCHIJA | advancedrocketry                  | 1.6.0.-164               | AdvancedRocketry-1.12.2-1.6.0-164-universal.jar    | None                                     |
   | LCHIJA | ctm                               | MC1.12.2-0.3.3.22        | CTM-MC1.12.2-0.3.3.22.jar                          | None                                     |
   | LCHIJA | appliedenergistics2               | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
   | LCHIJA | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
   | LCHIJA | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
   | LCHIJA | endercore                         | 1.12.2-0.5.65            | EnderCore-1.12.2-0.5.65.jar                        | None                                     |
   | LCHIJA | crafttweaker                      | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
   | LCHIJA | mtlib                             | 3.0.6                    | MTLib-3.0.6.jar                                    | None                                     |
   | LCHIJA | modtweaker                        | 4.0.17                   | modtweaker-4.0.17.jar                              | None                                     |
   | LCHIJA | jei                               | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                          | None                                     |
   | LCHIJA | codechickenlib                    | 3.2.3.357                | CodeChickenLib-1.12.2-3.2.3.357-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCHIJA | brandonscore                      | 2.4.17                   | BrandonsCore-1.12.2-2.4.17.208-universal.jar       | None                                     |
   | LCHIJA | cofhworld                         | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | thermalfoundation                 | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | draconicevolution                 | 2.3.24                   | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None                                     |
   | LCHIJA | thermalexpansion                  | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | enderio                           | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                           | None                                     |
   | LCHIJA | chisel                            | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                       | None                                     |
   | LCHIJA | enderiointegrationtic             | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | tconstruct                        | 1.12.2-2.12.0.157        | TConstruct-1.12.2-2.12.0.157.jar                   | None                                     |
   | LCHIJA | p455w0rdslib                      | 2.2.156                  | p455w0rdslib-1.12.2-2.2.156.jar                    | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCHIJA | ae2wtlib                          | 1.0.30                   | AE2WTLib-1.12.2-1.0.30.jar                         | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCHIJA | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
   | LCHIJA | badwithernocookiereloaded         | 1.12.2-3.3.16            | badwithernocookiereloaded-1.12.2-3.3.16.jar        | None                                     |
   | LCHIJA | betteradvancements                | 0.1.0.77                 | BetterAdvancements-1.12.2-0.1.0.77.jar             | None                                     |
   | LCHIJA | betterbuilderswands               | 0.13.2                   | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar  | None                                     |
   | LCHIJA | betterquesting                    | 3.5.300                  | BetterQuesting-3.5.300.jar                         | None                                     |
   | LCHIJA | blockdrops                        | 1.4.0                    | blockdrops-1.12.2-1.4.0.jar                        | None                                     |
   | LCHIJA | botania                           | r1.10-361                | Botania r1.10-361.jar                              | None                                     |
   | LCHIJA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
   | LCHIJA | chesttransporter                  | 2.8.8                    | ChestTransporter-1.12.2-2.8.8.jar                  | None                                     |
   | LCHIJA | chiselsandbits                    | 14.33                    | chiselsandbits-14.33.jar                           | None                                     |
   | LCHIJA | claybucket                        | 1.1                      | ClayBucket-1.12-1.1.jar                            | None                                     |
   | LCHIJA | clumps                            | 3.1.2                    | Clumps-3.1.2.jar                                   | None                                     |
   | LCHIJA | cyclopscore                       | 1.5.0                    | CyclopsCore-1.12.2-1.5.0.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHIJA | commoncapabilities                | 2.4.4                    | CommonCapabilities-1.12.2-2.4.4.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHIJA | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.8.jar                    | None                                     |
   | LCHIJA | compactdrawers                    | 1.12.2-1.0.5.123         | CompactDrawers-1.12.2-1.0.5.123.jar                | None                                     |
   | LCHIJA | compactmachines3                  | 3.0.18                   | compactmachines3-1.12.2-3.0.18-b278.jar            | None                                     |
   | LCHIJA | controlling                       | 3.0.7                    | Controlling-3.0.7.jar                              | None                                     |
   | LCHIJA | craftingtweaks                    | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                    | None                                     |
   | LCHIJA | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
   | LCHIJA | crafttweakerjei                   | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
   | LCHIJA | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
   | LCHIJA | custommainmenu                    | 2.0.9                    | CustomMainMenu-MC1.12.2-2.0.9.jar                  | None                                     |
   | LCHIJA | diethopper                        | 1.1                      | diethopper-1.1.jar                                 | None                                     |
   | LCHIJA | elevatorid                        | 1.3.11                   | ElevatorMod-1.12.2-1.3.11.jar                      | None                                     |
   | LCHIJA | enderiobase                       | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | enderioconduits                   | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | enderioconduitsappliedenergistics | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | enderioconduitsopencomputers      | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | enderioconduitsrefinedstorage     | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | enderiointegrationforestry        | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | enderiointegrationticlate         | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | ftblib                            | 5.4.3.131                | FTBLib-5.4.3.131.jar                               | None                                     |
   | LCHIJA | enderiomachines                   | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | enderiopowertools                 | 5.0.50                   | EnderIO-1.12.2-5.0.50.jar                          | None                                     |
   | LCHIJA | enderstorage                      | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCHIJA | valkyrielib                       | 1.12.2-2.0.20.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
   | LCHIJA | environmentaltech                 | 1.12.2-2.0.20.1          | environmentaltech-1.12.2-2.0.20.1.jar              | None                                     |
   | LCHIJA | mekanism                          | 1.12.2-9.8.1.383         | Mekanism-1.12.2-9.8.1.383.jar                      | None                                     |
   | LCHIJA | immersiveengineering              | 0.12-89                  | ImmersiveEngineering-0.12-89.jar                   | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | LCHIJA | exchangers                        | 1.12.2-2.8               | Exchangers-1.12.2-2.8.jar                          | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
   | LCHIJA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.9.jar                         | None                                     |
   | LCHIJA | zerocore                          | 1.12.2-0.1.2.8           | zerocore-1.12.2-0.1.2.8.jar                        | None                                     |
   | LCHIJA | bigreactors                       | 1.12.2-0.4.5.67          | ExtremeReactors-1.12.2-0.4.5.67.jar                | None                                     |
   | LCHIJA | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                              | None                                     |
   | LCHIJA | flatcoloredblocks                 | mc1.12-6.8               | flatcoloredblocks-mc1.12-6.8.jar                   | None                                     |
   | LCHIJA | foamfix                           | 0.10.5-1.12.2            | foamfix-0.10.5-1.12.2.jar                          | None                                     |
   | LCHIJA | forgemultipartcbe                 | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCHIJA | microblockcbe                     | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
   | LCHIJA | minecraftmultipartcbe             | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
   | LCHIJA | fpsreducer                        | mc1.12.2-1.12.4          | FpsReducer-mc1.12.2-1.12.4.jar                     | None                                     |
   | LCHIJA | ftbutilities                      | 5.4.0.101                | FTBUtilities-5.4.0.101.jar                         | None                                     |
   | LCHIJA | ftbbackups                        | 0.0.0.ftbbackups         | FTBUtilitiesBackups-1.0.0.5.jar                    | None                                     |
   | LCHIJA | gasconduits                       | 1.12.2-1.2.1             | GasConduits-1.12.2-1.2.2.jar                       | None                                     |
   | LCHIJA | advgenerators                     | 0.9.20.12                | generators-0.9.20.12-mc1.12.2.jar                  | None                                     |
   | LCHIJA | waila                             | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
   | LCHIJA | immersivepetroleum                | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                | None                                     |
   | LCHIJA | immersivetech                     | 1.3.10                   | immersivetech-1.12-1.3.10.jar                      | None                                     |
   | LCHIJA | integrateddynamics                | 1.0.18                   | IntegratedDynamics-1.12.2-1.0.18.jar               | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHIJA | integrateddynamicscompat          | 1.0.0                    | IntegratedDynamics-1.12.2-1.0.18.jar               | None                                     |
   | LCHIJA | integratedtunnels                 | 1.6.10                   | IntegratedTunnels-1.12.2-1.6.10.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCHIJA | integratedtunnelscompat           | 1.0.0                    | IntegratedTunnels-1.12.2-1.6.10.jar                | None                                     |
   | LCHIJA | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
   | LCHIJA | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
   | LCHIJA | jeiintegration                    | 1.5.1.36                 | jeiintegration_1.12.2-1.5.1.36.jar                 | None                                     |
   | LCHIJA | journeymap                        | 1.12.2-5.5.5             | journeymap-1.12.2-5.5.5.jar                        | None                                     |
   | LCHIJA | jee                               | 1.0.7                    | JustEnoughEnergistics-1.12.2-1.0.7.jar             | None                                     |
   | LCHIJA | justenoughreactors                | 1.1.3.61                 | JustEnoughReactors-1.12.2-1.1.3.61.jar             | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
   | LCHIJA | jeresources                       | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar            | None                                     |
   | LCHIJA | lttweaker                         | 1.1.14                   | LootTableTweaker-1.12.2-1.1.14.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | mysticalagriculture               | 1.7.5                    | MysticalAgriculture-1.12.2-1.7.5.jar               | None                                     |
   | LCHIJA | matc                              | 1.0.1-hotfix             | matc-1.0.1-hotfix.jar                              | None                                     |
   | LCHIJA | mcjtylib_ng                       | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                            | None                                     |
   | LCHIJA | mtrm                              | 1.2.2.30                 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar         | None                                     |
   | LCHIJA | mob_grinding_utils                | 0.3.13                   | MobGrindingUtils-0.3.13.jar                        | None                                     |
   | LCHIJA | modnametooltip                    | 1.10.1                   | modnametooltip_1.12.2-1.10.1.jar                   | None                                     |
   | LCHIJA | moreoverlays                      | 1.15.1                   | moreoverlays-1.15.1-mc1.12.2.jar                   | None                                     |
   | LCHIJA | mousetweaks                       | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                      | None                                     |
   | LCHIJA | mysticalagradditions              | 1.3.2                    | MysticalAgradditions-1.12.2-1.3.2.jar              | None                                     |
   | LCHIJA | mystagradcompat                   | 1.2                      | mystagradcompat-1.2.jar                            | None                                     |
   | LCHIJA | netherportalfix                   | 5.3.17                   | NetherPortalFix_1.12.1-5.3.17.jar                  | None                                     |
   | LCHIJA | nice                              | 0.4.0                    | nice-1.12-0.4.0.jar                                | None                                     |
   | LCHIJA | oreexcavation                     | 1.4.140                  | OreExcavation-1.4.140.jar                          | None                                     |
   | LCHIJA | placebo                           | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                           | None                                     |
   | LCHIJA | thermaldynamics                   | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | simplyjetpacks                    | 2.2.13.66                | SimplyJetpacks2-1.12.2-2.2.13.66.jar               | None                                     |
   | LCHIJA | plustic                           | 7.0.7.0                  | plustic-7.0.7.0.jar                                | None                                     |
   | LCHIJA | resourceloader                    | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                  | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | LCHIJA | rftools                           | 7.72                     | rftools-1.12-7.72.jar                              | None                                     |
   | LCHIJA | riteclicker                       | 1.12_1                   | riteclicker-1.12.2_2.jar                           | None                                     |
   | LCHIJA | skyresources                      | 2.3.8                    | skyresources-2.3.9.jar                             | None                                     |
   | LCHIJA | sc                                | 1.2.2.5                  | Sky-Compression-1.2.2.5.jar                        | None                                     |
   | LCHIJA | stacksize                         | 1.1                      | stacksize-1.12.2-1.0.jar                           | None                                     |
   | LCHIJA | bq_standard                       | 3.4.159                  | StandardExpansion-3.4.159.jar                      | None                                     |
   | LCHIJA | supersoundmuffler                 | 1.0.2.10                 | supersoundmuffler-1.12.2-1.0.2.10.jar              | None                                     |
   | LCHIJA | thermalcultivation                | 0.3.3                    | ThermalCultivation-1.12.2-0.3.3.12-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | thermalinnovation                 | 0.3.3                    | ThermalInnovation-1.12.2-0.3.3.12-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | LCHIJA | tinkersjei                        | 1.2                      | tinkersjei-1.2.jar                                 | None                                     |
   | LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                | None                                     |
   | LCHIJA | toastcontrol                      | 1.8.1                    | Toast Control-1.12.2-1.8.1.jar                     | None                                     |
   | LCHIJA | tombmanygraves                    | 1.12-4.2.0               | TombManyGraves-1.12-4.2.0.jar                      | None                                     |
   | LCHIJA | translocators                     | 2.5.2.81                 | Translocators-1.12.2-2.5.2.81-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCHIJA | ts2k16                            | 1.2.10                   | TS2K16-1.2.10.jar                                  | None                                     |
   | LCHIJA | universalmodifiers                | 1.12.2-1.0.16.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
   | LCHIJA | vanillafix                        | 1.0.10-SNAPSHOT          | VanillaFix-1.0.10-99.jar                           | None                                     |
   | LCHIJA | vtt                               | 0.6.4                    | VillagerTrades-1.12-0.6.4.jar                      | None                                     |
   | LCHIJA | voidislandcontrol                 | 1.5.3                    | voidislandcontrol-1.5.3.jar                        | None                                     |
   | LCHIJA | wailaharvestability               | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar              | None                                     |
   | LCHIJA | wanionlib                         | 1.12.2-2.2               | WanionLib-1.12.2-2.2.jar                           | None                                     |
   | LCHIJA | wawla                             | 2.5.273                  | Wawla-1.12.2-2.5.273.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCHIJA | wct                               | 3.12.93                  | WirelessCraftingTerminal-1.12.2-3.12.93.jar        | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
   | LCHIJA | xtones                            | 1.12-1.0.8-11            | Xtones-1.12-1.0.8-11.jar                           | None                                     |
   | LCHIJA | unidict                           | 1.12.2-2.9.2             | UniDict-1.12.2-2.9.2.jar                           | None                                     |

Loaded coremods (and transformers): IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
mekanism.coremod.KeybindingMigrationHelper
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)

                                  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
                                    lumien.resourceloader.asm.ClassTransformer
                                  EnderCorePlugin (EnderCore-1.12.2-0.5.65-core.jar)
                                    com.enderio.core.common.transform.EnderCoreTransformer
                                    com.enderio.core.common.transform.SimpleMixinPatcher
                                  AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.6.0-164-universal.jar)
                                    zmaster587.advancedRocketry.asm.ClassTransformer
                                  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
                                    team.chisel.ctm.client.asm.CTMTransformer
                                  p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
                                    p455w0rdslib.asm.ClassTransformer

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 456.71' Renderer: 'GeForce GTX 670/PCIe/SSE2'
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
List of loaded APIs: * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r149.jar
* ae2wtlib|API (1.0.30) from AE2WTLib-1.12.2-1.0.30.jar
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
* BetterQuesting|API (3.2) from BetterQuesting-3.5.300.jar
* BetterQuesting|API2 (3.1) from BetterQuesting-3.5.300.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
* BotaniaAPI (93) from Botania r1.10-361.jar
* chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.4.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.50.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.50.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.50.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.50.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.50.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.50.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.50.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.50.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.50.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.18.jar
* jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.268.jar
* MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.1.383.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.93.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
Ender IO: No known problems detected.

        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
        !!!You are looking at the diagnostics information, not at the crash.       !!!
        !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
Suspected Mods: Extra Utilities 2 (extrautils2), Just Enough Items (jei)
Launched Version: forge-14.23.5.2838
LWJGL: 2.9.4
OpenGL: GeForce GTX 670/PCIe/SSE2 GL version 4.6.0 NVIDIA 456.71, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0

Can I transfer this MOD to Chinese Website www.mcbbs.net?I'll link here.

Hi,Can I transfer this MOD to Chinese Website www.mcbbs.net?I'll link here.
And This is Chinese Language

{
"_comment": "JEI扩展 语言文件",

"_comment": "语言名: 中文",
"_comment": "使用此语言的区域: **(大陆)",
"_comment": "国际语言代码: zh_cn",

"_comment": "配置",
"config.jeiintegration.tooltips.burnTimeTooltipMode": "燃烧时间显示",
"config.jeiintegration.tooltips.durabilityTooltipMode": "耐久度显示",
"config.jeiintegration.tooltips.foodTooltipMode": "食物能够恢复的饥饿值显示",
"config.jeiintegration.tooltips.maxStackSizeTooltipMode": "物品最大堆叠数显示",
"config.jeiintegration.tooltips.nbtTooltipMode": "物品NBT数据显示",
"config.jeiintegration.tooltips.registryNameTooltipMode": "物品ID显示",
"config.jeiintegration.tooltips.tagsTooltipMode": "物品标签显示",
"config.jeiintegration.tooltips.translationKeyTooltipMode": "物品本地化名显示",

"_comment": "显示内容",
"tooltip.jeiintegration.burnTime": "燃烧时间:",
"tooltip.jeiintegration.burnTime.suffix": "ticks",
"tooltip.jeiintegration.durability": "耐久值:",
"tooltip.jeiintegration.hunger": "饥饿值:",
"tooltip.jeiintegration.saturation": "饱和度:",
"tooltip.jeiintegration.maxStackSize": "最大堆叠数量:",
"tooltip.jeiintegration.nbtTagData": "NBT:",
"tooltip.jeiintegration.registryName": "ID:",
"tooltip.jeiintegration.tags": "标签:",
"tooltip.jeiintegration.translationKey": "物品本地化名:"
}

My jei selecting rows are automatically changing to only 3 rows when I have a potion effect

Hello. Is this a bug or a feature in just enough items that if you have a potion effect, Your just enough items selecting rows will automatically change to 3 rows? If it's not, I'm just informing that this started happening after I downloaded the mod configured, and yes, I did reset my configured options multiple times to check if it will fix it (It didn't fix it, accualty, well this is kind of stupid that I'm writing the stuff here in brackets because I'm writing this report, so clearly it didn't fix it). Also, sometimes if I'm entering the just enough items config the bug fixes it's self, but sometimes it doesn't. And last thing, I'm playing the updated version of Crazy Craft, Just saying if it matters.

I attached a photo.
image_2023-04-04_221319646

Mixind error crash? jeiintegration_1.16.5-7.0.1.15

I've experienced a weird crash triggered by jeiintegration_1.16.5-7.0.1.15 whenever I tried looking over a particular mod's in creative tab in creative mod.
I've already explained the situation and shown the crash logs to the mod author of the mod in question (slashblade for 1.16.5)
and so far they can't there isn't anything they can do for fixing the mod conflict/crash under the very exact conditions that are trigger the crashing of Minecraft only by while jeiintegration_1.16.5-7.0.1.15 active in the same mod pack as the slashblade mod.

So I'll paste the paste bin link of my crashlogs now and hope that there might possibly be some way to solve the mod conflict from jei integration's end.

https://pastebin.pl/view/a0b5d654

Lastly I would like to note that I'm using the Lastest version of the forge - Version "1.16.5-forge-36.1.4" during the crash logs if that information helps any, and that the same crash issue occurs persistently in all versions from the current recommended build of "1.16.5-forge-36.1.0" and up.

I haven't been able to confirm if this occurs in earlier forge 1.16.5+ builds as mods within my mod pack require that I use no older then "1.16.5-forge-36.1.0"
I'm hoping all this information was helpful.

Console error

I dont know if this error has anything to do with this mod or a other mod but you might be able to point be in the correct direction if its not, So i get this issue in the console along with some lag spikes

Modpack: Ocean Outlast v.52
Mod: jeiintegration_1.12.2-1.6.0

Error:
Mod added a tree entry after memory optimization! java.lang.UnsupportedOperationException at it.unimi.dsi.fastutil.chars.AbstractChar2ObjectFunction.put(AbstractChar2ObjectFunction.java:119) at mezz.jei.suffixtree.Node.addEdge(Node.java:124) at mezz.jei.suffixtree.GeneralizedSuffixTree.update(GeneralizedSuffixTree.java:335) at mezz.jei.suffixtree.GeneralizedSuffixTree.put(GeneralizedSuffixTree.java:166) at mezz.jei.ingredients.IngredientFilter.addIngredient(IngredientFilter.java:119) at mezz.jei.ingredients.IngredientRegistry.addIngredientsAtRuntime(IngredientRegistry.java:277) at mezz.jei.ingredients.IngredientRegistry.addIngredientsAtRuntime(IngredientRegistry.java:222) at mezz.jei.ingredients.IngredientRegistry.addIngredientsAtRuntime(IngredientRegistry.java:229) at li.cil.oc.integration.jei.ModJEI$$anonfun$addDiskAtRuntime$1$$anonfun$apply$1$$anonfun$apply$mcV$sp$1.apply(ModJEI.scala:27) at li.cil.oc.integration.jei.ModJEI$$anonfun$addDiskAtRuntime$1$$anonfun$apply$1$$anonfun$apply$mcV$sp$1.apply(ModJEI.scala:27) at scala.Option.foreach(Option.scala:245) at li.cil.oc.integration.jei.ModJEI$$anonfun$addDiskAtRuntime$1$$anonfun$apply$1.apply$mcV$sp(ModJEI.scala:27) at li.cil.oc.common.EventHandler$$anonfun$onClientTick$1.apply(EventHandler.scala:239) at li.cil.oc.common.EventHandler$$anonfun$onClientTick$1.apply(EventHandler.scala:238) at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33) at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186) at li.cil.oc.common.EventHandler$.onClientTick(EventHandler.scala:238) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_3091_EventHandler$_onClientTick_ClientTickEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at com.github.terminatornl.laggoggles.tickcentral.EventBusTransformer.redirectEvent(EventBusTransformer.java:67) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:344) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1708) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1098) at net.minecraft.client.Minecraft.run(Minecraft.java:3942) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Sorry if this is not the right place for this issue

out of date

Could you update the mod to be compatible with 1.20.4 please?

Checking In on Project Activity and Offering Assistance

Hello @SnowShock35,

I hope this message finds you doing well. I've noticed there hasn't been much activity in the repository for more than a year now. I understand that maintaining an open-source project can be quite a commitment, and life’s other responsibilities often take priority.

I’ve previously submitted two pull requests (#39 and #40) that haven’t received feedback yet. I made these contributions in hopes of enhancing the project and remain eager to continue supporting its development.

With the recent quiet period, I just wanted to reach out and see if everything is okay and if there are any plans for the project moving forward. If time is a constraint for you right now, I'd be more than willing to lend a hand. Whether it's helping manage the repository, reviewing pull requests, or discussing the possibility of a fork if that's more suitable under the current circumstances, I’m here to help.

I’m looking forward to hearing your thoughts and am open to discussing any ways in which I can be of assistance to ensure the project's ongoing success.

Thanks for all the effort you’ve put into this project. I’m excited about the possibility of contributing further.

Best regards,
F0x

IllegalStateException when used alongside Immersive Engineering

When the game reloads resources e.g. mipmap level is changed or resource pack is changed it currently causes the game to crash because of the issue mentioned below. I have circumvented the issue temporarily, but am not too sure how to go about addressing the issue correctly.

The issue is that we use tags in the furnace burntime event, and I believe JEI Integration adds those to tooltips, and those tooltips are read at a point when tags aren't synched
-- BluSunrize (IE Developer)

tagsTooltipMode breaks when nbtTooltipMode is disabled

Minecraft v1.16.4
Forge v35.1.13
JEI Integration v6.1.1.11

The config doesn't seem to work. By default, it shows everything is disabled, by when in-game, I still see all the tooltips. And changing the tags to display 'onShift' doesn't work either.

Scrollable Tooltips

Sometimes, the NBT of my items end up being really long. If this mod had a scrolling feature for the tooltips, that would be very helpful.

Error

I currently play on Minecraft version 1.16.3, and I installed the mod but it doesn't work. in the game it appears that it is correctly installed but it does not work in the game :(

JEII crash on Texture Change

The current crash issue with 1.16.5 is caused by JEII generating a null pointer error when any textures are reloaded, either when changing some video settings or applying/removing resource packs or using F3+T.

You can get around this for now by disabling JEII, making the changes you want, then re-enabling it.

Suggestion: View loot tables?

Make players be able to view the loot tables of each item and block(from chests, block drops, entity drops, etc)?

Tags twitch around inside tooltip.

JEIIntegrations.mp4

This also occurs with simple things, like vanilla wheat, with the same collection of mods. Minecolonies seems to be the primary source of most of the tags in question, so if you want an easy way of testing, I'd suggest grabbing that mod.

# 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 registry name. E.g. minecraft:stone
	registryNameTooltipMode = "enabled"
	# Configure tooltip for NBT data.
	nbtTooltipMode = "enabled"
	# Configure tooltip for translation key. E.g. block.minecraft.stone
	translationKeyTooltipMode = "disabled"
	# Configure tooltip for max stack size.
	maxStackSizeTooltipMode = "disabled"
	# Configure tooltip for tags. E.g. forge:ingot, minecraft:planks
	tagsTooltipMode = "enabled"
	# Configure tooltip for durability.
	durabilityTooltipMode = "disabled"
	# Configure tooltip for hunger and saturation.
	foodTooltipMode = "disabled"
-- System Details --
Details:
	Minecraft Version: 1.16.4
	Minecraft Version ID: 1.16.4
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 14.0.2, AdoptOpenJDK
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), AdoptOpenJDK
	Memory: 3642712464 bytes (3473 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
	CPUs: 8
	JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms8192m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	ModLauncher: 8.0.6+85+master.325de55
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/mixin-0.8.2.jar mixin PLUGINSERVICE 
		/eventbus-3.0.5-service.jar eventbus PLUGINSERVICE 
		/forge-1.16.4-35.1.28.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.16.4-35.1.28.jar runtime_enum_extender PLUGINSERVICE 
		/forge-1.16.4-35.1.28.jar capability_inject_definalize PLUGINSERVICE 
		/accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.16.4-35.1.28.jar runtimedistcleaner PLUGINSERVICE 
		/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
		/forge-1.16.4-35.1.28.jar fml TRANSFORMATIONSERVICE 
	FML: 35.1
	Forge: net.minecraftforge:35.1.28
	FML Language Providers: 
		[email protected]
		minecraft@1
	Mod List: 
		CraftPresence-Forge-1.16.3-Release-1.7.5.jar      |CraftPresence                 |craftpresence                 |1.7.5               |DONE      |a8:61:b7:97:9b:6f:d3:ba:38:d8:ce:45:6c:4b:8d:fd:ea:84:dd:d1:09:46:5d:5a:4f:c5:03:91:b5:c0:bc:de
		astralsorcery-1.16.4-1.13.8.jar                   |Astral Sorcery                |astralsorcery                 |1.16.4-1.13.8       |DONE      |NOSIGNATURE
		TrashSlot_1.16.3-12.2.1.jar                       |TrashSlot                     |trashslot                     |12.2.1              |DONE      |NOSIGNATURE
		pamhc2trees-1.16.3-1.0.0.jar                      |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees                   |1.0.0               |DONE      |NOSIGNATURE
		restrictedportals-1.16.4-1.1.6.jar                |Restricted Portals            |restrictedportals             |1.16.4-1.1.6        |DONE      |NOSIGNATURE
		DeathCounter-1.16.3-1.2.1.jar                     |Death Counter                 |deathcounter                  |1.2.1               |DONE      |NOSIGNATURE
		jei-1.16.4-7.6.0.62.jar                           |Just Enough Items             |jei                           |7.6.0.62            |DONE      |NOSIGNATURE
		FallingTree-Forge-1.16.4-2.8.1.jar                |Falling Tree                  |falling_tree                  |2.8.1               |DONE      |NOSIGNATURE
		mcw-windows-1.0.2-mc1.16.4.jar                    |Macaw's Windows               |mcwwindows                    |1.0.2               |DONE      |NOSIGNATURE
		windowlogging-mc1.16.3_v0.0.2.jar                 |Windowlogging                 |windowlogging                 |0.0.2               |DONE      |NOSIGNATURE
		findme-1.16.3-2.1.0.0.jar                         |Find Me                       |findme                        |NONE                |DONE      |NOSIGNATURE
		Neat+1.7-24.jar                                   |Neat                          |neat                          |1.7-24              |DONE      |NOSIGNATURE
		create-mc1.16.3_v0.3b.jar                         |Create                        |create                        |mc1.16.3_v0.3b      |DONE      |NOSIGNATURE
		Clumps-6.0.0.13.jar                               |Clumps                        |clumps                        |6.0.0.13            |DONE      |NOSIGNATURE
		XaerosWorldMap_1.11.6_Forge_1.16.4.jar            |Xaero's World Map             |xaeroworldmap                 |1.11.6              |DONE      |NOSIGNATURE
		shutupexperimentalsettings-1.0.1.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.1               |DONE      |NOSIGNATURE
		CTM-MC1.16.1-1.1.2.6.jar                          |ConnectedTexturesMod          |ctm                           |MC1.16.1-1.1.2.6    |DONE      |NOSIGNATURE
		CookingForBlockheads_1.16.3-9.2.2.jar             |Cooking for Blockheads        |cookingforblockheads          |9.2.2               |DONE      |NOSIGNATURE
		Controlling-7.0.0.11.jar                          |Controlling                   |controlling                   |7.0.0.11            |DONE      |NOSIGNATURE
		Placebo-1.16.3-4.3.3.jar                          |Placebo                       |placebo                       |4.3.3               |DONE      |NOSIGNATURE
		comforts-forge-1.16.4-4.0.0.3.jar                 |Comforts                      |comforts                      |1.16.4-4.0.0.2      |DONE      |NOSIGNATURE
		appliedenergistics2-8.2.0-beta.1.jar              |Applied Energistics 2         |appliedenergistics2           |8.2.0-beta.1        |DONE      |95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
		NaturesCompass-1.16.4-1.8.6.jar                   |Nature's Compass              |naturescompass                |1.16.4-1.8.6        |DONE      |NOSIGNATURE
		SereneSeasons-1.16.4-4.0.0.86-universal.jar       |Serene Seasons                |sereneseasons                 |1.16.4-4.0.0.85     |DONE      |NOSIGNATURE
		ftb-gui-library-1604.1.1.26.jar                   |FTB GUI Library               |ftbguilibrary                 |1604.1.1.26         |DONE      |NOSIGNATURE
		upstream-1.0.jar                                  |Upstream                      |upstream                      |1.0                 |DONE      |NOSIGNATURE
		DefaultSettings-1.16.x-2.2.0.jar                  |DefaultSettings               |defaultsettings               |2.2.0               |DONE      |ed:1c:55:41:73:fd:14:1b:28:fe:ea:30:c5:11:3b:4d:3f:82:86:57:bb:5b:8a:b2:d7:f3:04:52:52:92:cf:e7
		FarmingForBlockheads_1.16.3-7.2.1.jar             |Farming for Blockheads        |farmingforblockheads          |7.2.1               |DONE      |NOSIGNATURE
		Bookshelf-1.16.4-9.3.18.jar                       |Bookshelf                     |bookshelf                     |9.3.18              |DONE      |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
		pneumaticcraft-repressurized-1.16.4-2.8.2-101.jar |PneumaticCraft: Repressurized |pneumaticcraft                |1.16.4-2.8.2-101    |DONE      |NOSIGNATURE
		snowundertrees-1.16.4-v1.1.3.jar                  |Snow Under Trees              |snowundertrees                |v1.1.3              |DONE      |NOSIGNATURE
		mcw-doors-1.0.1fix-mc1.16.4.jar                   |Macaw's Doors                 |mcwdoors                      |1.0.1               |DONE      |NOSIGNATURE
		DataFixerSlayer 1.0-2.jar                         |DataFixerSlayer               |datafixerslayer               |1.0-2               |DONE      |NOSIGNATURE
		Hwyla-forge-1.10.11-B78_1.16.2.jar                |Waila                         |waila                         |1.10.11-B78_1.16.2  |DONE      |NOSIGNATURE
		WAWLA-1.16.4-7.0.2.jar                            |WAWLA                         |wawla                         |7.0.2               |DONE      |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
		Toast-Control-1.16.3-4.3.0.jar                    |Toast Control                 |toastcontrol                  |4.3.0               |DONE      |NOSIGNATURE
		SnowRealMagic-1.16.3-2.2.2.jar                    |Snow! Real Magic!             |snowrealmagic                 |2.2.2               |DONE      |NOSIGNATURE
		Kiwi-1.16.3-3.4.1.jar                             |Kiwi                          |kiwi                          |3.4.1               |DONE      |NOSIGNATURE
		JustEnoughResources-1.16.4-0.12.0.103.jar         |Just Enough Resources         |jeresources                   |0.12.0.103          |DONE      |NOSIGNATURE
		immersive-portals-0.11-mc1.16.4-forge.jar         |Immersive Portals             |immersive_portals             |0.7                 |DONE      |NOSIGNATURE
		horsestandstill-1.16.3-1.0.1.jar                  |Stupid Horse Stand Still      |horsestandstill               |1.16.3-1.0.1        |DONE      |1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
		ImmersivePetroleum-1.16.4-3.1.0-2.jar             |Immersive Petroleum           |immersivepetroleum            |3.1.0-2             |DONE      |NOSIGNATURE
		ftb-teams-1604.1.0.13.jar                         |FTB Teams                     |ftbteams                      |1604.1.0.13         |DONE      |NOSIGNATURE
		forge-1.16.4-35.1.28-universal.jar                |Forge                         |forge                         |35.1.28             |DONE      |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
		shetiphiancore-1.16-3.8.4.jar                     |ShetiPhian-Core               |shetiphiancore                |3.8.4               |DONE      |NOSIGNATURE
		blame-1.7.5.jar                                   |Blame!                        |blame                         |1.7.5               |DONE      |NOSIGNATURE
		supplementaries-0.9.16.jar                        |Supplementaries               |supplementaries               |0.9.16              |DONE      |NOSIGNATURE
		DynamicSurroundings-1.16.4-4.0.1.5.jar            |§3Dynamic Surroundings        |dsurround                     |1.16.4-4.0.1.5      |DONE      |b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77
		forge-1.16.4-35.1.28-client.jar                   |Minecraft                     |minecraft                     |1.16.4              |DONE      |NOSIGNATURE
		mcw-bridges-1.0.4-mc1.16.4.jar                    |Macaw's Bridges               |mcwbridges                    |1.0.4               |DONE      |NOSIGNATURE
		EnchantmentDescriptions-1.16.4-6.0.2.jar          |EnchantmentDescriptions       |enchdesc                      |6.0.2               |DONE      |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
		AmbientSounds_v3.1.4_mc1.16.4.jar                 |Ambient Sounds                |ambientsounds                 |3.0.3               |DONE      |NOSIGNATURE
		MouseTweaks-2.13-mc1.16.2.jar                     |Mouse Tweaks                  |mousetweaks                   |2.13                |DONE      |NOSIGNATURE
		Psi 1.16-88.jar                                   |Psi                           |psi                           |1.16-88             |DONE      |NOSIGNATURE
		ImmersiveEngineering-1.16.4-4.1.2-129.jar         |Immersive Engineering         |immersiveengineering          |1.16.4-4.1.2-129    |DONE      |44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
		durability101-1.16-0.0.3.jar                      |Durability101                 |durability101                 |0.0.3               |DONE      |NOSIGNATURE
		ftb-ranks-1604.1.1.9.jar                          |FTB Ranks                     |ftbranks                      |1604.1.1.9          |DONE      |NOSIGNATURE
		pamhc2crops-1.16.3-1.0.1.jar                      |Pam's HarvestCraft 2 Crops    |pamhc2crops                   |version             |DONE      |NOSIGNATURE
		CreativeCore_v2.0.10_mc1.16.4.jar                 |CreativeCore                  |creativecore                  |2.0.0               |DONE      |NOSIGNATURE
		mcw-trapdors-1.0.0-mc1.16.4.jar                   |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.0               |DONE      |NOSIGNATURE
		Autofish-0.9.1-forge-mc1.16.4.jar                 |Autofish                      |autofish                      |0.9.1               |DONE      |NOSIGNATURE
		spark-forge.jar                                   |spark                         |spark                         |1.4.3               |DONE      |NOSIGNATURE
		pamhc2foodextended-1.16.3-1.0.0.jar               |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended            |version             |DONE      |NOSIGNATURE
		jeiintegration_1.16.4-6.1.1.11.jar                |JEI Integration               |jeiintegration                |6.1.1.11            |DONE      |NOSIGNATURE
		curios-forge-1.16.4-4.0.3.0.jar                   |Curios API                    |curios                        |1.16.4-4.0.3.0      |DONE      |NOSIGNATURE
		eidolon-0.2.4.jar                                 |Eidolon                       |eidolon                       |0.2.4               |DONE      |NOSIGNATURE
		Patchouli-1.16.4-48.jar                           |Patchouli                     |patchouli                     |1.16.4-48           |DONE      |NOSIGNATURE
		overworld_two-1.0-Forge-1.16.4.jar                |Overworld 2                   |overworld_two                 |1.0                 |DONE      |NOSIGNATURE
		Xaeros_Minimap_20.30.1_Forge_1.16.4.jar           |Xaero's Minimap               |xaerominimap                  |20.30.1             |DONE      |NOSIGNATURE
		pamhc2foodcore-1.16.3-1.0.0.jar                   |Pam's HarvestCraft 2 Food Core|pamhc2foodcore                |version             |DONE      |NOSIGNATURE
		gravestone-1.16.4-1.0.8.jar                       |Gravestone Mod                |gravestone                    |1.16.4-1.0.8        |DONE      |NOSIGNATURE
		ftb-backups-2.1.1.6.jar                           |FTB Backups                   |ftbbackups                    |2.1.1.6             |DONE      |NOSIGNATURE
		polymorph-forge-1.16.4-0.21.jar                   |Polymorph                     |polymorph                     |1.16.4-0.21         |DONE      |NOSIGNATURE
		AutoRegLib-1.6-47.jar                             |AutoRegLib                    |autoreglib                    |1.6-47              |DONE      |NOSIGNATURE
		Quark-r2.4-283.jar                                |Quark                         |quark                         |r2.4-283            |DONE      |NOSIGNATURE
		enderchests-1.16-1.7.5.jar                        |EnderChests                   |enderchests                   |1.7.5               |DONE      |NOSIGNATURE
		structurize-0.13.104-ALPHA-universal.jar          |Structurize                   |structurize                   |0.13.104-ALPHA      |DONE      |NOSIGNATURE
		AmbientEnvironment-4.0.0.6.jar                    |Ambient Environment           |ambientenvironment            |4.0.0.6             |DONE      |NOSIGNATURE
		travelers_index-1.16.4-1.0.2.jar                  |Traveler's Index              |travelers_index               |1.16.4-1.0.2        |DONE      |NOSIGNATURE
		minecolonies-0.13.547-ALPHA-universal.jar         |Minecolonies                  |minecolonies                  |0.13.547-ALPHA      |DONE      |NOSIGNATURE
		mcws-roofs-2.0.0-mc1.16.4.jar                     |Macaw's Roofs                 |mcwroofs                      |2.0.0               |DONE      |NOSIGNATURE
		World Stripper-1.16.4-2.0.1.jar                   |World Stripper                |worldstripper                 |2.0.1               |DONE      |NOSIGNATURE
		AppleSkin-mc1.16.2-forge-1.0.14.jar               |AppleSkin                     |appleskin                     |1.0.14              |DONE      |NOSIGNATURE
		ferritecore-1.0.jar                               |Ferrite Core                  |ferritecore                   |1.0                 |DONE      |41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
		engineersdecor-1.16.4-1.1.6-b1.jar                |Engineer's Decor              |engineersdecor                |1.1.6-b1            |DONE      |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
		observerlib-1.16.4-1.4.4.jar                      |ObserverLib                   |observerlib                   |1.16.4-1.4.4        |DONE      |NOSIGNATURE
		moreoverlays-1.18.11-mc1.16.4.jar                 |More Overlays Updated         |moreoverlays                  |1.18.11-mc1.16.4    |DONE      |NOSIGNATURE
		moredragoneggs-1.4.jar                            |More Dragon Eggs              |moredragoneggs                |1.4                 |DONE      |NOSIGNATURE
		durabilityviewer-1.16.4-forge35.0.7-1.10.jar      |Giselbaers Durability Viewer  |durabilityviewer              |1.16.4-forge35.0.7-1|DONE      |NOSIGNATURE
		cloth-config-forge-4.1.2.jar                      |Cloth Config v4 API           |cloth-config                  |4.0                 |DONE      |NOSIGNATURE
		byg-1.1.5.jar                                     |Oh The Biomes You'll Go       |byg                           |1.1.5               |DONE      |NOSIGNATURE
		FastLeafDecay-v25.jar                             |FastLeafDecay                 |fastleafdecay                 |v25                 |DONE      |NOSIGNATURE
		CosmeticArmorReworked-1.16.4-v1.jar               |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.4-v1           |DONE      |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
		BetterMineshafts-Forge-1.16.3-1.1.1.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.3-1.1.1        |DONE      |NOSIGNATURE
		EnderMail-1.16.4-1.2.0.jar                        |Ender Mail                    |endermail                     |1.16.4-1.2.0        |DONE      |NOSIGNATURE
		BetterAdvancements-1.16.4-0.1.0.103.jar           |Better Advancements           |betteradvancements            |0.1.0.103           |DONE      |NOSIGNATURE
	Crash Report UUID: 38b25d82-3bc8-4aa9-a003-d74f2ada04b9

Long NBT dont wrap text...

...and tooltip windows is therefore broken:

2020-09-25_23 20 02

And, secondly, TAGs, even if it is allowed, dont show without NBT is enabled too.

is there gona be 1.19+?

hello i am playing on 1.19.2 at the moment and cant find any mod but this one that displays durability in jei.. but this mod is 1.18.2 max..

Support for 1.16.5

I know that most 1.16.4 Forge mods work with 1.16.5, but when I tried loading a bunch of client-side mods from 1.16.4 on 1.16.5, my world crashed while loading. So does this mod's 1.16.4 version work with 1.16.5 or do you need to make a new one? I'm going through each mod I used to find out if it has a 1.16.5 version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.