CERBON-MODS / Just-Enough-Beacons

JEI addon to display useful information about beacons.
https://www.curseforge.com/minecraft/mc-mods/just-enough-beacons-reforged
GNU Lesser General Public License v3.0
0 stars 1 forks source link

[BUG/ISSUE] Double Slabs incompatibility (NullPointerException) #2

Closed Nycto97 closed 11 months ago

Nycto97 commented 11 months ago

Before submitting the issue

Minecraft Version

Forge 1.19.2

Describe the bug

Mod doesn't work for me. I can't see the 3 tabs in JEI. In my log I see a NPE, related to JEB, Double Slabs mod and its DynamicSlabBlock:

``` [24Oct2023 03:11:21.490] [Render thread/ERROR] [mezz.jei.library.load.PluginCaller/]: Caught an error from mod plugin: class com.cerbon.just_enough_beacons.jei.JEBJeiPlugin just_enough_beacons:jei_plugin java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.BlockGetter.m_7702_(net.minecraft.core.BlockPos)" because "world" is null at cjminecraft.doubleslabs.common.blocks.DynamicSlabBlock.getTile(DynamicSlabBlock.java:113) ~[DoubleSlabs-1.19-6.1.0.jar%23626!/:6.1.0] at cjminecraft.doubleslabs.common.blocks.DynamicSlabBlock.either(DynamicSlabBlock.java:156) ~[DoubleSlabs-1.19-6.1.0.jar%23626!/:6.1.0] at cjminecraft.doubleslabs.common.blocks.DynamicSlabBlock.isConduitFrame(DynamicSlabBlock.java:420) ~[DoubleSlabs-1.19-6.1.0.jar%23626!/:6.1.0] at com.cerbon.just_enough_beacons.jei.conduitbaseblock.ConduitFrameBlockRecipe.lambda$getConduitFrameBlocks$0(ConduitFrameBlockRecipe.java:24) ~[JustEnoughBeacons-Forge-1.19+-1.1.0.jar%23701!/:1.1.0] at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) ~[?:?] at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?] at com.cerbon.just_enough_beacons.jei.conduitbaseblock.ConduitFrameBlockRecipe.getConduitFrameBlocks(ConduitFrameBlockRecipe.java:25) ~[JustEnoughBeacons-Forge-1.19+-1.1.0.jar%23701!/:1.1.0] at com.cerbon.just_enough_beacons.jei.conduitbaseblock.ConduitFrameBlockRecipe.refresh(ConduitFrameBlockRecipe.java:19) ~[JustEnoughBeacons-Forge-1.19+-1.1.0.jar%23701!/:1.1.0] at com.cerbon.just_enough_beacons.jei.JEBJeiPlugin.registerRecipes(JEBJeiPlugin.java:46) ~[JustEnoughBeacons-Forge-1.19+-1.1.0.jar%23701!/:1.1.0] at mezz.jei.library.load.PluginLoader.lambda$createRecipeManager$10(PluginLoader.java:140) ~[jei-1.19.2-forge-11.6.0.1018.jar%23699!/:11.6.0.1018] at mezz.jei.library.load.PluginCaller.callOnPlugins(PluginCaller.java:25) ~[jei-1.19.2-forge-11.6.0.1018.jar%23699!/:11.6.0.1018] at mezz.jei.library.load.PluginLoader.createRecipeManager(PluginLoader.java:140) ~[jei-1.19.2-forge-11.6.0.1018.jar%23699!/:11.6.0.1018] at mezz.jei.library.startup.JeiStarter.start(JeiStarter.java:114) ~[jei-1.19.2-forge-11.6.0.1018.jar%23699!/:11.6.0.1018] at mezz.jei.forge.startup.StartEventObserver.transitionState(StartEventObserver.java:137) ~[jei-1.19.2-forge-11.6.0.1018.jar%23699!/:11.6.0.1018] at mezz.jei.forge.startup.StartEventObserver.onEvent(StartEventObserver.java:100) ~[jei-1.19.2-forge-11.6.0.1018.jar%23699!/:11.6.0.1018] at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2385!/:?] at net.minecraft.client.multiplayer.ClientPacketListener.m_5859_(ClientPacketListener.java:1321) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:35) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:11) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.network.protocol.PacketUtils.m_131356_(PacketUtils.java:22) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:116) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1072) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23859!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.3.2.jar%23101!/:?] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] ```

Mod List

(Unrelated since I tested with just removing Double Slabs and then the tabs showed up

``` +-------------------------------+----------------------------------------------------------+-----------------------------+ | Mod ID | Mod name | Mod version | +-------------------------------+----------------------------------------------------------+-----------------------------+ | abnormals_delight | Farmer's Delight: Abnormals Delight | 4.1.0 | | ad_astra | Ad Astra | 1.12.7 | | additional_lights | Additional Lights | 2.1.6 | | additionalguns | MrCrayfish's Gun Mod: Additional Guns | 0.8.2 | | additionallanterns | Additional Lanterns | 1.1.1 | | advancementplaques | Advancement Plaques | 1.4.7 | | aeroblender | AeroBlender | 1.19.2-1.0.1 | | aether | The Aether | 1.19.2-1.0.0-beta.1.2-forge | | aether_enhanced_extinguishing | The Aether: Enhanced Extinguishing | 1.19.2-1.0.0-forge | | aether_redux | The Aether: Redux | 1.19.2 | | alexmobsmusic | Alex's Mobs Music Mod | 1.0 | | alexsmobs | Alex's Mobs | 1.21.1 | | all_bark_all_bite | All Bark, All Bite | 1.19.2-0.9.3 | | alloyed | Create: Alloyed | 1.19.2 | | alloyedguns | MrCrayfish's Gun Mod: Alloyed Guns (Create) | 1.1.0 | | allurement | Allurement | 3.2.1 | | another_furniture | Another Furniture | 1.19.2-2.1.4 | | apexcore | ApexCore | 7.3.1 | | appleskin | AppleSkin | 2.4.2+mc1.19 | | architects_palette | Architect's Palette | 1.3.3 | | architectury | Architectury | 6.5.85 | | armorstatues | Armor Statues | 4.0.8 | | ars_creo | Ars Nouveau: Ars Creo (Create) | 3.2.1 | | ars_elemental | Ars Nouveau: Ars Elemental | 1.19.2-0.5.9.2.2 | | ars_nouveau | Ars Nouveau | 3.21.4 | | artifacts | Artifacts | 1.19.2-5.0.4 | | atmospheric | Atmospheric | 5.0.0 | | attributefix | AttributeFix | 17.2.7 | | auditory | Auditory | 0.0.5-1.19.2 | | auto_third_person | Auto Third Person | 2.1 | | autoreglib | AutoRegLib | 1.8.2-55 | | autumnity | Autumnity | 4.0.1 | | balm | Balm | 4.6.0 | | barteringstation | Bartering Station | 4.0.3 | | bellsandwhistles | Create: Bells & Whistles | 0.4.1 | | berry_good | Berry Good | 6.1.0 | | betteradvancements | Better Advancements | 0.3.0.148 | | betteranimalsplus | Better Animals Plus | 1.19.2-11.0.10 | | betterfpsdist | Better FPS - Render Distance | 1.19.2-3.9 | | betterstats | Better Statistics Screen | 2.2.2+1.19.2 | | betterthirdperson | Better Third Person | 1.9.0 | | bettertridents | Better Tridents | 4.0.2 | | biggerstacks | Bigger Stacks | 1.19.2-3.8.1 | | biomemusic | Biome Music | 1.19.2-2.2 | | biomesoplenty | Biomes O' Plenty | 17.1.2.544 | | blockui | BlockUI Library | 1.19.2-0.0.99-ALPHA | | blue_skies | Blue Skies | 1.3.20 | | blueprint | Blueprint | 6.2.0 | | boatload | Boatload | 4.2.2 | | bookshelf | Bookshelf | 16.3.20 | | botarium | Botarium | 1.8.2 | | brutalbosses | Brutal Bosses - Custom Bosses | 1.19.2-6.3 | | buildersaddition | Builders Crafts & Additions | 1.19.2-20220926a | | buzzier_bees | Buzzier Bees | 5.0.1 | | byg | Oh The Biomes You'll Go | 2.0.1.4 | | bygonenether | Bygone Nether | 1.3.2 | | caelus | Caelus API | 1.19.2-3.0.0.6 | | carpeted | Carpeted | 1.19.2-1.8 | | cataclysm | Cataclysm | 1.38 | | cataclysm_delight | Farmer's Delight: Cataclysm Delight | 0.1.1 | | catalogue | Catalogue | 1.7.0 | | ceilingtorch | Ceiling Torch | 1.26 | | cfm | MrCrayfish's Furniture Mod | 7.0.0-pre35 | | cgm | MrCrayfish's Gun Mod | 1.3.7 | | charmofundying | Charm of Undying | 6.2.1+1.19.2 | | chat_heads | Chat Heads | 0.10.22 | | chefsdelight | Chefs Delight | 1.0.2-forge-1.19.2 | | citadel | Citadel | 2.1.4 | | citresewn | CIT Resewn | 1.1.1 | | clayworks | Clayworks | 2.1.0 | | cleardespawn | ClearDespawn | 1.1.11 | | clickadv | Clickable Advancements | 1.19.2-3.5 | | clientcrafting | Client Crafting | 1.19.2-1.6 | | cloth_config | Cloth Config v8 API | 8.3.103 | | cnb | Creatures and Beasts | 1.5.4 | | comforts | Comforts | 6.0.6+1.19.2 | | commonality | Commonality | 4.2.1 | | compatoplenty | Compat O' Plenty | 1.19.2-2.0.1 | | compressedcreativity | Create: Compressed Creativity | 1.19.2-0.1.8 | | configured | Configured | 2.1.1 | | conjurer_illager | The Conjurer | 1.1.5 | | connectedness | Connectedness | 2.0.1a | | connectivity | Connectivity Mod | 1.19.2-4.6 | | controlling | Controlling | 10.0+7 | | corgilib | CorgiLib | 1.0.0.34 | | corpse | Corpse | 1.19.2-1.0.0 | | craftpresence | CraftPresence | 2.2.3 | | create | Create | 0.5.1.e | | create_blue_skies_compat | Create: Blue Skies Compat | 1.0.1-1.19 | | create_central_kitchen | Create: Central Kitchen | 1.3.9.d | | create_compressed | Create: Compressed | 1.0.1 | | create_confectionery | Create: Confectionery | 1.0.9 | | create_crystal_clear | Create: Crystal Clear | 1.19.2-0.2.a | | create_dragon_lib | Create: Dragon Lib | 1.2.3 | | create_enchantment_industry | Create: Enchantment Industry | 1.2.7.c | | create_factory | Create: Factory | 0.0.2-1.19.2 | | create_mechanical_extruder | Create: Mechanical Extruder | 1.19.2-1.5.7.e-44 | | create_sa | Create: Stuff & Additions | 2.0.4. | | create_things_and_misc | Create: Misc & Things | 1.0.0 | | createaddition | Create: Crafts & Additions | 1.19.2-1.1.1 | | createastracompat | Create: Ad Astra Compat | 1.0.3-1.19.2 | | createbb | Create: Broken Bad | 2.3.2 | | createbigcannons | Create: Big Cannons | 0.5.2.a-nightly-b379602 | | createcafe | Create: Cafe | 1.2.3-1.19.2 | | createchromaticreturn | Create: Chromatic Return | 1.0.0 | | createdeco | Create: Deco | 1.3.3-1.19.2 | | createdieselgenerators | Create: Diesel Generators | 1.19.2-1.1d | | creategoggles | Create: Goggles | 0.5.5.e | | creeperoverhaul | Creeper Overhaul | 2.0.9 | | crittersandcompanions | Critters and Companions | 1.19.2-2.0.3 | | culllessleaves | Cull Less Leaves Reforged | 1.0.5 | | cumulus_menus | Cumulus | 1.19.2-1.0.0-beta.1-forge | | cupboard | Cupboard utilities | 1.19.2-2.1 | | curios | Curios API | 1.19.2-5.1.4.1 | | curiosquarkobp | Curios Quark Oddities Backpack | 1.2.4 | | custom_crosshair_mod | Custom Crosshair Mod | 1.5.2-forge | | damagetilt | DamageTilt | 0.1.2 | | darkerdepths | Darker Depths | 1.19-1.0.7 | | darkpaintings | DarkPaintings | 13.1.5 | | dash | Dash | 1.1.1 | | decorative_blocks | Decorative Blocks | 3.0.0 | | deep_aether | The Aether: Deep Aether | 1.19.2-1.0.0 | | deeperdarker | Deeper and Darker | 1.2.2 | | detailab | Detail Armor Bar | 2.6.4+1.19.2-forge | | diagonalfences | Diagonal Fences | 4.2.6 | | domesticationinnovation | Domestication Innovation | 1.6.1 | | domum_ornamentum | Domum Ornamentum | 1.19-1.0.143-BETA | | doubleslabs | Double Slabs | 6.1.0 | | dramaticdoors | Dramatic Doors | 1.19.2-3.1.1 | | drippyloadingscreen | Drippy Loading Screen | 2.2.2 | | dtbop | Dynamic Trees for Biomes o' Plenty | 1.19.2-3.1.2 | | dtquark | Dynamic Trees for Quark | 1.19.2-2.4.0-Beta1 | | dtterralith | Dynamic Trees for Terralith | 1.19.2-1.1.0 | | dummmmmmy | MmmMmmMmmmmm | 1.19.2-1.7.1 | | dungeons_gear | Dungeons Gear | 1.19.2-5.0.5-beta | | dungeons_libraries | Dungeons Libraries | 1.19.2-3.0.10-beta | | dungeons_mobs | Dungeons Mobs | 1.19.2-4.0.8-beta | | dungeons_plus | Dungeons Plus | 1.3.1 | | dynamictrees | Dynamic Trees | 1.19.2-1.1.0-BETA10 | | dynamictreesplus | Dynamic Trees Plus | 1.19.2-1.1.3 | | earthmobsmod | Earth Mobs Mod | 1.19.2-4.4.0 | | easyanvils | Easy Anvils | 4.0.11 | | easymagic | Easy Magic | 4.3.3 | | eatinganimation | Eating Animation | 3.0.0 | | elevatorid | OpenBlocks Elevator | 1.19.2-1.8.9 | | elytraslot | Elytra Slot | 6.1.1+1.19.2 | | embeddium | Embeddium | 0.2.3+mc1.19.2 | | enchdesc | EnchantmentDescriptions | 13.0.16 | | enchlevellangpatch | Enchantment Level Language Patch | 2.1.2 | | enderchests | EnderChests | 1.10.7 | | endergetic | The Endergetic Expansion | 4.0.0 | | endersdelight | Farmer's Delight: Ender's Delight | 1.19-1.2.1 | | ends_delight | Farmer's Delight: End's Delight | 1.19.2-1.2.1 | | enlightened_end | Enlightend | 5.0.10 | | entity_model_features | Entity Model Features | 1.0.2 | | entity_texture_features | Entity Texture Features | 4.5.1 | | entitycollisionfpsfix | Entity Collision FPS Fix | 2.0.0.0 | | entityculling | EntityCulling | 1.6.1 | | environmental | Environmental | 3.0.0 | | epicsamurai | Epic Samurai | 0.0.16-1.19.2-forge | | etched | Etched | 2.3.1 | | exoticbirds | Exotic Birds | 2.6.0 | | expandability | ExpandAbility | 7.0.0 | | expandingtechnologies | Create: Expanding Technologies | 1.0.1 | | expequiv | ProjectE: Expanded Equivalence | 19.1.2 | | extendedgears | Create: Extended Cogwheels | 2.1.0-1.19.2-0.5.1.c-forge | | fancymenu | FancyMenu | 2.14.9 | | fantasyfurniture | Fantasy's Furniture | 6.7.0 | | farmersdelight | Farmer's Delight | 1.19.2-1.2.3 | | farmersrespite | Farmer's Delight: Farmer's Respite | 1.19-2.0 | | fastbench | Fast Workbench | 7.1.4 | | fastload | Fastload-Reforged | 3.4.0 | | ferritecore | Ferrite Core | 5.0.3 | | findme | FindMe | 3.1.0 | | flowerymooblooms | Friends&Foes - Flowery Mooblooms | 1.0.0 | | flywheel | Flywheel | 0.6.10-20 | | forge | Forge | 43.3.2 | | framework | Framework | 0.6.16 | | friendsandfoes | Friends&Foes | 1.8.10 | | gardens_of_the_dead | Gardens of the Dead | 2.0.1 | | geckolib3 | GeckoLib | 3.1.40 | | goblintraders | Goblin Traders | 1.8.0 | | graveyard | The Graveyard | 2.5.3 | | guardvillagers | Guard Villagers | 1.19.2-1.5.8 | | hammerlib | HammerLib | 19.3.73 | | handcrafted | Handcrafted | 2.0.6 | | hexfortress | Apocalyptic Fortress | 0.0.5-1.19.2 | | hourglass | Hourglass | 1.19.1-1.2.1.1 | | iceberg | Iceberg | 1.1.4 | | idas | Integrated Dungeons and Structures | 1.7.6+1.19.2 | | immediatelyfast | ImmediatelyFast | 1.2.6+1.19.2 | | incubation | Incubation | 3.0.1 | | infernalexp | Infernal Expansion | 2.5.1 | | integrated_api | Integrated API | 1.2.7+1.19.2 | | integrated_stronghold | Integrated Stronghold | 1.0.2+1.19.2 | | interiors | Create: Interiors | 0.4.1 | | invmove | InvMove | 0.8.2 | | irisflw | Oculus Flywheel Compat | 1.19.2-0.2.1 | | ironchest | Iron Chests | 1.19.2-14.2.7 | | ironfurnaces | Iron Furnaces | 3.6.5 | | itemborders | Item Borders | 1.2.0 | | jade | Jade | 8.9.1 | | jadeaddons | Jade Addons | 3.5.0 | | jadecolonies | JadeColonies | 1.0.1 | | jeed | Just Enough Effect Descriptions | 1.19.2-2.1.4 | | jei | Just Enough Items | 11.6.0.1018 | | jepp | Just Enough Painting Previews | 1.19.2-1.1.0 | | just_enough_beacons | Just Enough Beacons | 1.1.0 | | justenoughprofessions | Just Enough Professions | 2.0.2 | | kobolds | Kobolds | 2.6.8 | | konkrete | Konkrete | 1.6.1 | | kotlinforforge | Kotlin For Forge | 3.12.0 | | krypton | Krypton Reforged | 0.2.1 | | kubejs | KubeJS | 1902.6.2-build.27 | | kubejs_create | KubeJS Create | 1902.2.4-build.29 | | kubejsarsnouveau | KubeJS: Ars Nouveau | 1.2.1 | | kubejsprojecte | KubeJS ProjectE | 1.2 | | lava_monster | Lava Monster | 1.0.11 | | lazydfu | LazyDFU | 0.1.3 | | leap | Leap | 1.1.2 | | legendarytooltips | Legendary Tooltips | 1.4.0 | | libraryferret | Library ferret | 4.0.0 | | liquidburner | Create: Liquid Burner | 1.19.2-0.4 | | llamasteeds | Llama Steeds | 2022.06.08 | | lootjs | KubeJS: LootJS | 2.9.1 | | lootr | Lootr | 0.4.24.63 | | macawsbridgesbop | Macaw's Bridges - BOP | 1.19.2-1.3 | | macawsbridgesbyg | Macaw's Bridges - BYG | 1.19.2-1.3 | | macawsroofsbop | Macaw's Roofs - BOP | 1.19.2-1.4 | | macawsroofsbyg | Macaw's Roofs - BYG | 1.19.2-1.3 | | make_bubbles_pop | Make Bubbles Pop | 0.2.0-forge | | mcwbridges | Macaw's Bridges | 2.1.1 | | mcwbridgesabnormals | Macaw's Bridges - Abnormals | 1.19.2-1.1 | | mcwdoors | Macaw's Doors | 1.1.0 | | mcwfences | Macaw's Fences and Walls | 1.0.7 | | mcwfurnitures | Macaw's Furniture | 3.2.0 | | mcwfurnituresbop | Macaw's Furnitures - BOP | 1.19.2-1.3 | | mcwfurnituresbyg | Macaw's Furnitures - BYG | 1.19.2-1.2 | | mcwlights | Macaw's Lights and Lamps | 1.0.6 | | mcwpaintings | Macaw's Paintings | 1.0.4 | | mcwpaths | Macaw's Paths and Pavings | 1.0.3 | | mcwroofs | Macaw's Roofs | 2.2.4b | | mcwtrpdoors | Macaw's Trapdoors | 1.1.1 | | mcwwindows | Macaw's Windows | 2.2.0 | | memoryleakfix | Memory Leak Fix | 1.1.2 | | memorysettings | Memory Settings | 1.19.2-5.4 | | merchantmarkers | Merchant Markers | 1.3.1 | | minecolonies | MineColonies | 1.19.2-1.1.266-BETA | | minecraft | Minecraft | 1.19.2 | | mixinextras | MixinExtras | 0.2.0-beta.9 | | mobcompack | Mob Compack | 0.0.3.8-1.19.2 | | modelfix | Model Gap Fix | 1.8 | | modernfix | ModernFix | 5.8.1+mc1.19.2 | | monsterplus | Monster Plus | 1.1.6.1 | | moonlight | Moonlight Library | 1.19.2-2.2.46 | | morecraft | MoreCraft | 1.19.2-5.0 | | moremobvariants | More Mob Variants | 1.2.0 | | morevillagers | More Villagers | 4.0.3 | | mosaic_carpentry | Mosaic Carpentry | 1.2-1.19.2 | | mousetweaks | Mouse Tweaks | 2.23 | | multipiston | Multi-Piston | 1.19.2-1.2.25-ALPHA | | myserveriscompatible | MyServerIsCompatible | 1.0 | | mysticaloaktree | Mystical Oak Tree | 1.19.2-1.10 | | naturalist | Naturalist | 3.0.4 | | neapolitan | Neapolitan | 4.1.0 | | nerb | Not Enough Recipe Book | 0.3 | | netherdepthsupgrade | Nether Depths Upgrade | 3.1.0-1.19.2 | | nethers_exoticism | Nether's Exoticism | 1.2.6 | | nethersdelight | Farmer's Delight: Nether's Delight | 1.19-3.1 | | nightlights | Night Lights | 1.1 | | nitrogen_internals | Nitrogen | 1.19.2-0.1.0-forge | | nochatreports | No Chat Reports | 1.19.2-v1.5.1 | | notenoughanimations | NotEnoughAnimations Mod | 1.6.2 | | nourished_nether | Phantasmic | 0.2.5 | | oculus | Oculus | 1.6.9 | | paraglider | Paraglider | 1.7.0.5 | | patchouli | Patchouli | 1.19.2-77 | | peculiars | Neapolitan: Peculiars | 1.19.2-4.1.0 | | personality | Personality | 3.0.2 | | phantasm | End's Phantasm | 1.2.10.5 | | philipsruins | Philip's Ruins | 7.6 | | physicsmod | Physics Mod | 2.12.5 | | pickupnotifier | Pick Up Notifier | 4.2.4 | | placebo | Placebo | 7.3.3 | | pneumaticcraft | PneumaticCraft: Repressurized | 1.19.2-4.3.9-39 | | pollen | Pollen | 2.1.0 | | polymorph | Polymorph | 0.46.4+1.19.2 | | portablehole | Portable Hole | 4.0.0 | | presencefootsteps | Presence Footsteps (Forge) | 1.19.2-1.6.4.1 | | prism | Prism | 1.0.2 | | projecte | ProjectE | 1.0.1B | | puzzleslib | Puzzles Lib | 4.4.3 | | quark | Quark | 3.4-418 | | quarkoddities | Quark Oddities | 1.18 | | railways | Create: Steam 'n' Rails | 1.5.1+forge-mc1.19.2 | | random_crits | Random Crits | 1.0.2 | | randomium | Randomium | 1.19.2-1.22 | | reeses_sodium_options | TexTrue's Rubidium Options (TexTrue's Embeddium Options) | 1.0.7 | | reforgium | Reforgium | 1.0.12a | | resourcefulconfig | Resourcefulconfig | 1.0.20 | | resourcefullib | Resourceful Lib | 1.1.24 | | respiteful | Neapolitan: Respiteful | 1.1.2.b | | rhino | Rhino | 1902.2.2-build.280 | | rottencreatures | Rotten Creatures | 1.0.1 | | rubidium | Rubidium (Embeddium) | 0.6.2c | | rubidium_extra | Rubidium Extra | 0.4.19+mc1.19.2-build.105 | | rubidium_extras | Rubidium Extras | 1.19.2_v1.4.3 | | savage_and_ravage | Savage & Ravage | 5.0.5 | | screenscale | GUI Scale | 1.19.2-2.4 | | scuba_gear | Scuba Gear | 1.0.5 | | seamless | Seamless | 2.1.1 | | seasonals | Neapolitan: Seasonals | 1.19.2-4.2.0 | | shetiphiancore | ShetiPhian-Core | 3.11.10 | | shulkerboxslot | Shulker Box Slot | 5.0.0-beta.2+1.19.2 | | simple_bracers | Simple Bracers | 1.2.0 | | simple_weapons | Simple Weapons | 1.4.3 | | simplecorinthium | Simple Corinthium | 1.2.2 | | simpleplanes | Simple Planes | 1.19.2-5.2.2 | | sit | Sit | 1.3.3 | | sliceanddice | Create: Slice & Dice | 2.3.2 | | smoothswapping | Smooth Swapping | 0.9.2 | | sound_physics_remastered | Sound Physics Remastered | 1.19.2-1.2.1 | | spectrelib | SpectreLib | 0.12.6+1.19.2 | | spiderstpo | Nyf's Spiders 2.0 | 2.0.4 | | spikyspikes | Spiky Spikes | 4.0.8 | | stalwart_dungeons | Stalwart Dungeons | 1.2.8 | | step | Step | 1.2.1 | | strawstatues | Straw Statues | 4.0.12 | | structure_gel | Structure Gel API | 2.7.3 | | structurize | Structurize | 1.19.2-1.0.661-RELEASE | | stylecolonies | MineColonies: StyleColonies | 1.1 | | stylisheffects | Stylish Effects | 4.3.4 | | supermartijn642corelib | SuperMartijn642's Core Lib | 1.1.15 | | supplementaries | Supplementaries | 1.19.2-2.3.24 | | suppsquared | Supplementaries Squared | 1.19.2-1.0.8 | | tcdcommons | TCD Commons API | 2.2+1.19.2 | | tellme | TellMe | 0.10.0 | | terrablender | TerraBlender | 2.0.1.166 | | terralith | Terralith | 2.3.11 | | textrues_embeddium_options | TexTrue's Embeddium Options | 0.1.1+mc1.19.2 | | tflostblocks | The Twilight Forest: The Lost Blocks | 1.19.2-1.1 | | the_bumblezone | The Bumblezone | 6.7.40+1.19.2 | | tia | Tiny Item Animations | 1.19.2-1.0 | | tintedcampfires | Tinted Campfires | 1.19.2-1.2.7 | | toomanyglyphs | Ars Nouveau: Too Many Glyphs | 2.2.376.1564 | | torchslabmod | Torch Slab Mod | 1.7.4 | | tradingpost | Trading Post | 4.2.0 | | travelerstitles | Traveler's Titles | 1.19.2-Forge-3.1.2 | | twilightforest | The Twilight Forest | 4.2.1518 | | universalbonemeal | Universal Bone Meal | 4.2.0 | | unusualend | Unusual End | 1.4.3 | | upgrade_aquatic | Upgrade Aquatic | 5.1.0 | | v_slab_compat | Vertical Slabs Compat | 1.19.2-1.9 | | valhelsia_core | Valhelsia Core | 1.19.2-0.5.0 | | valhelsia_furniture | Valhelsia Furniture | 1.19.2-1.1.1 | | valhelsia_structures | Valhelsia Structures | 1.19.2-1.0.4 | | villagersplus | Villagers Plus | 1.2 | | visualworkbench | Visual Workbench | 4.2.4 | | w2w2 | Xaero's Map - Waystones Compat | 1.0 | | wandering_bags | Wandering Bags | 2.0.6 | | waystones | Waystones | 11.4.1 | | whisperwoods | Whisperwoods | 1.19-2.1.1 | | windowlogging | Windowlogging | 0.1.1 | | woodworks | Woodworks | 2.2.2 | | xaerominimap | Xaero's Minimap | 23.8.3 | | xaeroworldmap | Xaero's World Map | 1.35.0 | | yeetusexperimentus | Yeetus Experimentus | 1.0.1-build.2+mc1.19.1 | | yungsapi | YUNG's API | 1.19.2-Forge-3.8.9 | +-------------------------------+----------------------------------------------------------+-----------------------------+ | Mod ID | Mod name | Mod version | +-------------------------------+----------------------------------------------------------+-----------------------------+ ```

To Reproduce

Steps to reproduce the behavior:

  1. Launch game with JEB and listed mods, especially Double Slabs
  2. Join singleplayer or multiplayer world
  3. Open JEI, rightclick beacon and have no JEB tabs
  4. Open latest.log, search for 'beacon' and see ERROR (NullPointerException)

Expected behavior

To see the 3 tabs, provided by this mod, regarding beacons

Latest Log

(Too long to place as text)

latest.log

CerbonXD commented 11 months ago

It seems that the way he registers the vertical slabs are the reason for it not to work. I will see if I can fix the problem in some way in my code and make both mods compatible. Thanks for letting me know.

Nycto97 commented 11 months ago

Thank you for taking a look, I appreciate it :)

Nycto97 commented 11 months ago

Worth taking a look in issue where I mentioned this issue. Seems also related to this problem.

CerbonXD commented 11 months ago

I have fixed the issue in the version 1.1.1 of my mod. You can download it here. If you have any other issue please let me know.