The Lightest Lamps Mod
Lightest Lamps adds a lot of lamps that have bigger light range and special ones.
JEI Recommended
Optifine 1.15.2 - 1.16.1 has problem with lighting. If lamps don't work uninstall Optifine or install OptiForge.
Support me:
Lamps:
Clear Lamp: 15 Light Range.
Alpha Lamp: 16 Light Range.
Beta & Gamma Lamp: 17 Light Range.
Delta Lamp: 18 Light Range.
Epsilon Lamp: 19 Light Range.
Zeta Lamp: 24 Light Range.
Eta Lamp: 26 Light Range.
Omega Lamp: 30 Light Range.
Clear Sea Lantern: 16 Light Range, Works under water.
Deep Sea Lantern: 17 Light Range, Works under water.
Ocean Lantern: 19 Light Range, Works under water.
Deep Ocean Lantern: 20 Light Range, Works under water.
Abyssal Lantern: 24 Light Range, Works under water.
Alchemical Lamp: Pushes mobs and arrows away
Glowstones:
Neon Glowstone.
Argon Glowstone.
Krypton Glowstone.
Xenon Glowstone.
Radon Glowstone.
Other blocks:
Vantablack: Very Black Block.
Glowing Glass.
Lampfruit: Decoration Block, Can be placed under water.
Screenshots
Spotlight / Mod overview
Mod Extra Compablity:
JEI
- Cas Centrifuge Category
ChemLib after version 3.2.0 (1.15.x).
- Piles and dust are replaced by chemlib alternatives
Mekanism after version 3.3.0 (1.16.x).
- Refined Glowstone can be used in Gas Centrifuge.
Mystical Agriculture after version 3.4.0 (1.15.x).
- Glowing dust crop, essence, seed
Modpack usage:
Yes, you can use this mod in your Modpack.
There's a pretty major issue with JEI compatibility right now that causes crashes. It's also easy to reproduce- grab MC 1.16.4, run Forge (recommended, latest- doesn't matter). Install lightestlamp-4.0.6 and jei-1.16.4-7.6.1.65 (latest at time of writing). Open a world/save, right click on Gas Centrifuge, instant crash. Same goes for left clicking on Radon Pile, and possibly other items.
I always wondered why the lighting options and power in Minecraft were so poor. I mean, torches everywhere just to light up a small area? It's so ridiculous.
Glad to see someone with a mod like this!
I am also getting a crash any time I click on a recipe in JEI. Edit: Also 1.16.3 (noticed I didn't have the version number there, sorry)
Here is the short error in the launcher.
The game crashed whilst rendering screen
Error: java.lang.ClassCastException: net.minecraft.util.text.StringTextComponent cannot be cast to net.minecraft.util.IReorderingProcessor
Exit Code: -1
And here is the full crash report
---- Minecraft Crash Report -------- Minecraft Crash Report ----// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 11/17/20 10:49 AMDescription: Rendering screen
java.lang.ClassCastException: net.minecraft.util.text.StringTextComponent cannot be cast to net.minecraft.util.IReorderingProcessor at tk.dczippl.lightestlamp.plugins.GasCentrifugeRecipeJEI.drawInfo(GasCentrifugeRecipeJEI.java:76) ~[?:4.0.6] {re:classloading} at tk.dczippl.lightestlamp.plugins.GasCentrifugeRecipeCategory.draw(GasCentrifugeRecipeCategory.java:81) ~[?:4.0.6] {re:classloading} at tk.dczippl.lightestlamp.plugins.GasCentrifugeRecipeCategory.draw(GasCentrifugeRecipeCategory.java:25) ~[?:4.0.6] {re:classloading} at mezz.jei.gui.recipes.RecipeLayout.drawRecipe(RecipeLayout.java:175) ~[?:7.6.0.51] {re:classloading} at mezz.jei.gui.recipes.RecipesGui.func_230430_a_(RecipesGui.java:243) ~[?:7.6.0.51] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:279) ~[?:?] {re:classloading} at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) ~[?:?] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.optifine.reflect.Reflector.callVoid(Reflector.java:717) ~[?:?] {re:classloading} at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:821) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.bbor.json:client.MixinMinecraft,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:584) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.bbor.json:client.MixinMinecraft,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.9.jar:34.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$462/102185114.call(Unknown Source) [forge-1.16.3-34.1.9.jar:34.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-7.0.1.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-7.0.1.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-7.0.1.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-7.0.1.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-7.0.1.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Render threadStacktrace: at tk.dczippl.lightestlamp.plugins.GasCentrifugeRecipeJEI.drawInfo(GasCentrifugeRecipeJEI.java:76) ~[?:4.0.6] {re:classloading} at tk.dczippl.lightestlamp.plugins.GasCentrifugeRecipeCategory.draw(GasCentrifugeRecipeCategory.java:81) ~[?:4.0.6] {re:classloading} at tk.dczippl.lightestlamp.plugins.GasCentrifugeRecipeCategory.draw(GasCentrifugeRecipeCategory.java:25) ~[?:4.0.6] {re:classloading} at mezz.jei.gui.recipes.RecipeLayout.drawRecipe(RecipeLayout.java:175) ~[?:7.6.0.51] {re:classloading} at mezz.jei.gui.recipes.RecipesGui.func_230430_a_(RecipesGui.java:243) ~[?:7.6.0.51] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:279) ~[?:?] {re:classloading} at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) ~[?:?] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.optifine.reflect.Reflector.callVoid(Reflector.java:717) ~[?:?] {re:classloading}-- Screen render details --Details: Screen name: mezz.jei.gui.recipes.RecipesGui Mouse location: Scaled: (461, 106). Absolute: (1383.000000, 318.000000) Screen size: Scaled: (640, 339). Absolute: (1920, 1017). Scale factor of 3.000000
-- Affected level --Details: All players: 1 total; [ClientPlayerEntity['Neain_DarKhan'/241, l='ClientLevel', x=360.32, y=54.00, z=72.73]] Chunk stats: Client Chunk Cache: 441, 255 Level dimension: minecraft:overworld Level spawn location: World: (288,65,0), Chunk: (at 0,4,0 in 18,0; contains blocks 288,0,0 to 303,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 3094116 game time, 4454085 day time Server brand: forge Server type: Integrated singleplayer serverStacktrace: at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:617) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,pl:mixin:APP:mixins.bbor.json:client.world.MixinClientWorld,pl:mixin:A} at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1974) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.bbor.json:client.MixinMinecraft,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:600) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.bbor.json:client.MixinMinecraft,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.9.jar:34.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$462/102185114.call(Unknown Source) [forge-1.16.3-34.1.9.jar:34.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-7.0.1.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-7.0.1.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-7.0.1.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-7.0.1.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-7.0.1.jar:?] {}
-- System Details --Details: Minecraft Version: 1.16.3 Minecraft Version ID: 1.16.3 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 759930304 bytes (724 MB) / 2494562304 bytes (2379 MB) up to 5661786112 bytes (5399 MB) CPUs: 8 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6073m -Xms256m -XX:PermSize=256m ModLauncher: 7.0.1+78+master.e9771d8 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /mixin-0.8.1.jar mixin PLUGINSERVICE /eventbus-3.0.3-service.jar eventbus PLUGINSERVICE /forge-1.16.3-34.1.9.jar object_holder_definalize PLUGINSERVICE /forge-1.16.3-34.1.9.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.16.3-34.1.9.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.3-34.1.9.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.1.jar mixin TRANSFORMATIONSERVICE /OptiFine_1.16.3_HD_U_G5.jar OptiFine TRANSFORMATIONSERVICE /forge-1.16.3-34.1.9.jar fml TRANSFORMATIONSERVICE FML: 34.1 Forge: net.minecraftforge:34.1.9 FML Language Providers: javafml@34.1 minecraft@1 Mod List: Cucumber-1.16.3-4.1.3.jar Cucumber Library {cucumber@4.1.3 DONE} BBOutlineReloaded-2.4-1.16.3-forge.jar BoundingBoxOutlineReloaded {bbor@2.4-1.16.3 DONE} terrible_chest-1.16.3-1.jar Terrible Chest {terrible_chest@1.16.3-1 DONE} jei-1.16.3-7.6.0.51.jar Just Enough Items {jei@7.6.0.50 DONE} Uppers-0.3.1.jar Uppers {uppers@0.3.1 DONE} invtweaks-1.16.2-1.0.0.jar Inventory Tweaks Renewed {invtweaks@1.16.2-1.0.0 DONE} woodenutilities-1.0.5-1.16.3.jar Wooden Utilities {woodenutilities@1.0.5 DONE} essentials-1.16.4-2.9.5.jar Essentials {essentials@1.16.4-2.9.5 DONE} Clumps-6.0.0.12.jar Clumps {clumps@6.0.0.12 DONE} light-overlay-5.5.4.jar Light Overlay Forge {lightoverlay-forge@NONE DONE} CTM-MC1.16.1-1.1.1.5.jar ConnectedTexturesMod {ctm@MC1.16.1-1.1.1.5 DONE} Placebo-1.16.3-4.3.3.jar Placebo {placebo@4.3.3 DONE} finitewater-3.1-1.16.3.jar Finite Water and Infinite Lava {finitewater@3.1-1.16.3 DONE} Powah-1.16.3-2.3.4.jar Powah {powah@2.3.4 DONE} gardentools-1.16.3-1.0.0.jar Garden Tools {gardentools@1.16.3-1.0.0 DONE} assemblylinemachines-1.16.4-1.1.jar Assembly Line Machines {assemblylinemachines@1.16.4-1.1 DONE} Bookshelf-1.16.3-8.7.20.jar Bookshelf {bookshelf@8.7.20 DONE} guardvillagers-1.16.3-1.1.5.jar Guard Villagers {guardvillagers@1.1.5 DONE} Apotheosis-1.16.3-4.4.1.jar Apotheosis {apotheosis@4.4.1 DONE} fixedanvilrepaircost_1.16.3_1.1.jar Fixed Anvil Repair Cost {fixedanvilrepaircost@1.1 DONE} FluidSystem-1.16.3-1.2.0.jar FluidSystem {fluidsystem@1.2.0 DONE} endercompass-3.1.jar Ender Compass {endercompass@3.1 DONE} CubicVillager-0.42.0.jar Cubic Villager {cubicvillager@0.42.0 DONE} forge-1.16.3-34.1.9-universal.jar Forge {forge@34.1.9 DONE} MysticalAgradditions-1.16.3-4.1.0.jar Mystical Agradditions {mysticalagradditions@4.1.0 DONE} fortune-gives-experience-1.16.2-1.0.0.jar Fortune Gives Experience {fortune-gives-experience@version DONE} spatialharvesters_forge_1.16.3-0.9.9.jar Spatial Harvesters {spatialharvesters@0.9.9 DONE} MysticalAgriculture-1.16.3-4.1.1.jar Mystical Agriculture {mysticalagriculture@4.1.1 DONE} ironchest-1.16.4-11.2.10.jar Iron Chests {ironchest@1.16.4-11.2.10 DONE} forge-1.16.3-34.1.9-client.jar Minecraft {minecraft@1.16.3 DONE} lightestlamp-4.0.6.jar Lightest Lamps {lightestlamp@4.0.6 DONE} industrial-foregoing-1.16.3-3.1.1-a834e76.jar Industrial Foregoing {industrialforegoing@3.1.1 DONE} Compressium-1.16.4-1.1.36.jar Compressium {compressium@1.1.36 DONE} titanium-1.16.4-3.2.1.jar Titanium {titanium@3.2.1 DONE} enchantingcmds_1.16.3_1.3.jar Enchanting Commands {enchantingcmds@1.3 DONE} Lollipop-1.16.3-3.2.2.jar Lollipop {lollipop@3.2.2 DONE} practicaltools-1.16.3-1.8.jar Practical Tools {practicaltools@1.16.3-1.8 DONE} villagespawnpoint_1.16.3_1.3.jar Village Spawn Point {villagespawnpoint@1.3 DONE} Trapcraft-1.16.3-3.2.1.jar Trapcraft {trapcraft@3.2.1 DONE} curios-forge-1.16.3-4.0.2.0.jar Curios API {curios@1.16.3-4.0.2.0 DONE} Botania-1.16.3-409.jar Botania {botania@1.16.3-409 DONE} gardenofglass-1.5.jar Garden of Glass {gardenofglass@1.5 DONE} Patchouli-1.16.2-47.jar Patchouli {patchouli@1.16.2-47 DONE} pamhc2foodcore-1.16.3-1.0.0.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE} collective-1.16.3-1.53.jar Collective {collective@1.53 DONE} FastWorkbench-1.16.3-4.4.1.jar FastWorkbench {fastbench@4.4.1 DONE} explosiont-1.16.3-2.4.1.jar Explosion't {explosiont@1.16.3-2.4.1 DONE} torcherino-13.0.2+1.16.3.jar Torcherino {torcherino@13.0.2 DONE} elevatorid-1.16.3-1.7.6.jar Elevator Mod {elevatorid@1.16.3-1.7.6 DONE} cagedmobs-1.16.4-1.2.4.jar Caged Mobs {cagedmobs@1.2.4 DONE} Ultimate SkyBlock Resource Generator-1.16.3-1.0.jar Ultimate Skyblock Resource Generator {usrg@1.16.3-1.0 DONE} HappyTrails-1.16.4-1.42.0.8.jar Happy Trails Mod {happytrails@1.42.0.8 DONE} Runelic-1.16.3-5.0.1.jar Runelic {runelic@5.0.1 DONE} DarkUtilities-1.16.3-6.0.3.jar Dark Utilities {darkutils@6.0.3 DONE} FastFurnace-1.16.3-4.3.0.jar FastFurnace {fastfurnace@4.3.0 DONE} constructionwand-1.16.2-1.6.jar Construction Wand {constructionwand@1.16.2-1.6 DONE} AppleSkin-mc1.16.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 DONE} connectedglass-1.0.6-mc1.16.3.jar Connected Glass {connectedglass@1.0.6 DONE} cloth-config-forge-4.1.1.jar Cloth Config v4 API {cloth-config@4.0 DONE} woodcutter-1.3-1.16.3.jar Wood Cutter {woodcutter@1.3-1.16.3 DONE} exnihilosequentia-1.16-1.3.0.1.jar Ex Nihilo: Sequentia {exnihilosequentia@1.16-1.3.0.1 DONE} FastLeafDecay-v25.jar FastLeafDecay {fastleafdecay@v25 DONE} Crash Report UUID: 9d07cdce-2ce2-4bdc-9068-325fd8538f88 Patchouli open book context: n/a Launched Version: forge-34.1.9 Backend library: LWJGL version 3.2.2 build 10 Backend API: AMD Radeon(TM) RX Vega 10 Graphics GL version 4.6.13560 Compatibility Profile Context 26.20.11030.2003, ATI Technologies Inc. GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, mod_resources Current Language: English (US) CPU: 8x AMD Ryzen 7 3750H with Radeon Vega Mobile Gfx OptiFine Version: OptiFine_1.16.3_HD_U_G5 OptiFine Build: 20201106-202857 Render Distance Chunks: 8 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.13560 Compatibility Profile Context 26.20.11030.2003 OpenGlRenderer: AMD Radeon(TM) RX Vega 10 Graphics OpenGlVendor: ATI Technologies Inc. CpuCount: 8
Hope that helps, used this mod in an earlier version and really enjoyed it. :D
In reply to neain2017:
Getting the same crash on 1.16.4 last time when checking the radon dust on JEI.
I'm on 1.16.3. Whenever I place a lamp it crashes my game. It started randomly out of nowhere, and now it happens every time I place a lamp. Is there any way i can fix this, or am I just screwed?
In reply to octodad484:
What type of lamp you placed?
In reply to Prefex89:
It was an epsilon lamp, I think.
1.16.3 - monazite ore doesn't generate in nether, and crashes game when checked recipe of a gas centrifuge
In reply to Forge_User_48720034:
Check config if ore generation is enabled.
In reply to Prefex89:
How to do it?
Latest 1.16.3 Version. I am using JEI to look at recipes and when I look at what the Gas Centrifuge does it crashes
Hey,
I'm using the latest version, and I'm trying to use the Epsilon Lamps with daylight detectors, but every time they change state it crashes my game.
In reply to CmdrBrannick:
I will check that.
So will this mod be updated for 1.16.2 and or 1.16.3? Or is it going to be a 1.16.1 mod?
In reply to AIaura:
It will be updated soon™.
In reply to Prefex89:
1.16.2?
In reply to killing21:
I think that I skip 1.16.2 version and get straight to 1.16.3.
In reply to Prefex89:
NOOOO PLIIIS
In reply to killing21:
1.16.2 and 1.16.3 are most of the time compatible.
Do the lights do any light in 1.16.1 or is it it because of optifine?