Giter Club home page Giter Club logo

additionallanterns's Introduction

Discord CurseForge CurseForge Downloads

Stats
Top Langs

additionallanterns's People

Contributors

dr-weial avatar gabgat avatar gjeodnd12165 avatar nezila avatar supermartijn642 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

additionallanterns's Issues

[Bug] This mod is incompatible with dynamic lights

Version Info

  • Minecraft, 1.20.1
  • Additional Lantern, 1.11
  • SuperMartijn642's Core lib, 1.1.17
  • Dynamic Lights [Server] [Forge/Fabric/Quilt] by Tschipcraft, 1.7.1

Description of the Bug
I created a stone lantern, and it did not have dynamic lighting.

Steps to Reproduce

  • have the above mentioned dynamic light mod installed.
  • create a stone lantern
  • hold it in offhand

Screenshots
none right now

[Bug] Vanilla Minecraft Lanterns change their tag to Additional Lanterns when placed in the world.

Version Info

  • Minecraft, 1.19.2
  • Additional Lantern, 1.0.1a-forge-mc1.19
  • SuperMartijn642's Core lib, 1.0.1a-forge-mc1.19

Description of the Bug
When I place a vanilla Minecraft lantern, it changes from Minecraft to Additional Lanterns as the source. This is a problem with other mods that look for the vanilla version of the lantern and don't recognize the ones tagged as "Additional Lanterns"

Steps to Reproduce

  1. Craft a vanilla Minecraft lantern.
  2. Check to see that it's tagged as "Minecraft" in your inventory.
  3. Place the lantern on a block.
  4. The lantern is now tagged as "Additional Lanterns"

Screenshots

2022-12-29_13 56 27

Italian translation

A friend of mine has translated the mod to italian, i'll send you the file in .txt because github does not support .json in this field...
Can you update the mod? We need Italian for a modpack. Thank you!
it_it.txt

[Bug] ...

Version Info

  • Minecraft version 1.20.1 (fabric loader installer version 0.11.2)
  • 1.0.4a - fabric
  • SuperMartijn642's Core lib 1.1.9 fabric

Description of the Bug:
Vanilla lantern item texture is broken both in inventory and in hand. In a multiplayer server setting, this is also the case but disallows the vanilla lantern to be placed. Only the mod version of the vanilla lantern can be placed. However, when middle clicking the modded version of the vanilla lantern, the player gets the regular vanilla lantern with broken textures. (Server is using the same versions listed above.)

Screenshots:
image
image

[Feature] Adding soul lanterns and/or dimmable lights

New lanterns not included???
With 1.19 0 light requirement down to 0, experimenting with lights on builds is better than ever, i just find odd that the only dim lantern (soul lantern) we have in the game doesn't interact with this mod, in addition dimming lights of existing lanterns based on redstone power could be a sweet extra

Describe the solution you'd like

When powering the lantern or the block that is on with redstone power, the light value of the lantern is equal to 15 - (redstone power level)

That way the default behavior with levers stays the same but you also get dimmer lights if you want to!!

[Feature] Latest update missing items? and recipe/compat suggestions

Hey there, the 1.1.0 update was awesome, I found some things that might interest you to hear about though!

Firstly, for the update, I noticed the Mossy Cobble, Iron, and Netherite sets were all missing chains (or at least didn't load in my world)
Everything else seems to work fine though, I imagine with the mod already utilizing the block textures and the previously made colored lantern textures this is a pretty easy generation to run through

For some suggestions, I have a couple relating to recipes and the creative inventory tab
So, tab first, I don't know if this is just my game (Fabric 1.20.1) but the blocks are all loaded in a wildly random order which made finding all the blocks I wanted to look at a maaaajor pain in the ass, while it isn't a super big deal I was wondering if you could through everything into some kind of sorting so that it fills out in a more uniform way, preferably by material, then chain and undyed lantern, then white-black, red-pink, that way everything is laid out nice and neat

As for the recipes, some of these lanterns are wildly expensive compared to others
If we go off base lantern recipe, one lantern takes less than a single ingot of iron to craft. I noticed you had the gold lantern follow that pattern since it also has nuggets in the base game, but it gets progressively more expensive as you move to blocks and the other materials. Personally, if you aren't going to implement your own nuggets, I think you could get away with making the resource lanterns craft 4 instead of 1 to get that number of lanterns per ingot closer to the traditional lantern. The way most people use lanterns for decoration, you could end up going through an insane amount of resources. I would also extend this to quartz, amethyst, purpur, prismarine and bone lanterns.

The block lanterns are an interesting challenge as well. Since we have things like brick lanterns, some of them have sub-materials to make the lanterns while others use full blocks - which means similar blocks can have wildly different resource amounts. It's four nether brick items for a nether brick lantern, but four red nether brick blocks (each of which costs two bricks and two nether warts) for a single red nether brick lantern. My recommendation would be that the brick items get used similar to the resources (4 items -> 4 lanterns) and the blocks produce more or use less, either 2 blocks -> 8 lanterns or 4 blocks -> 16 lanterns, which sounds like a lot until you realize that a single block of iron should be able to make 10 lanterns so using 4 would give you 40.

The chain recipes are kind of all over the place too, blocks like deepslate bricks give 8, while Blackstone only gives 4, recipes like amethyst give 6 using a block as well as items but purpur does that too and only gives 4, meanwhile the base cost of a vanilla chain is just a little over 1 ingot but gold chain which uses a similar recipe gives 6. I think you could change the vanilla recipe to output 6 like your gold recipe and equate from there, that means each ingot is worth closer to 4-5 chains. Things like diamond would move to 15 chains then, but you could also just round it for an even 16 to fit in with the base 2, the blocks could give something like 20-24, since I imagine if someone is using the chains they are going to need more chains than lanterns it makes sense for it to be a little cheaper I think.
Of course, this can all be modified via datapack which is what I'll be doing in the meantime/if this isn't something you're interested in, so I could always post the recipe changes and they could be implemented separately if you feel the base recipes are good enough already.

Lastly, a couple mod interactions I wanted to mention:
When playing with the mod Supplementaries, all lantern blocks are able to be placed on walls, which gives them a little frame to hold the lantern. I'm not sure to what extent the frame can be modified by you but I do know that there's a way to give them unique textures (the default one just has the vanilla lantern colors). I imagine generating textures for these based off their respective blocks wouldn't be too bad though if you do find a way.

There's a mod which allows fenceposts to be linked together called Connectible Chains, which allows modded chains to be added using a simple item name input, and it looks for that name in both the block and item texture folders of the mod id - the block texture gets used for the length of the chain and the item texture gets used to make the "knot" that appears on the fence post. I ran into some issues adding chains from this mod because the way you've added them is purely the block texture which appears in a different directory, so I went through and added my own modified from the block texture assets in this mod. I think the easiest fix for this would be to generate the 2d item texture files and actually, giving the players a config option to toggle between 2d/3d textures for your items would be a great addition as some people may prefer one over the other. I'm not quite sure how that will work with your existing system though, let me know what you think!

Big ole paragraphs aside, great mod, I really enjoy the variety and will be using these in plenty of builds. Thanks again for your work on it!

[Feature] Deepslate and Copper/Gold sets

While the basalt set comes close ish in color, it's just not the right gray, there isn't a set that's a little darker to fit into deepslate builds. Also, copper does not have a good 1 to 1 color, and I feel like colored lights do best in more industrial settings which copper lanterns would be perfect for. At present, you can maybe get away with red sandstone for pure, granite for exposed, and prismarine for oxidized, but there is no weathered match. Gold has a similar issue, no match, would look great along with the quartz set.

Preferably, a deepslate set, a gold set, and a copper set that can age/be waxed/be scraped like other copper blocks

Thanks for the work on this mod!

[Bug] Normal lanterns don't turn off when powering the bloct that is on

Version Info

  • Minecraft 1.19.2 [Forge]
  • Additional Lantern 1.04
  • SuperMartijn642's Core lib 1.1.9a

Description of the Bug
The behavior of the regular lantern is inconsistent with the other lanterns when powered by redstone, it updates the texture of the block but doesn't turn off the lantern unless it gets turn off twice

Steps to Reproduce
Place a normal lantern [additionallanterns:normal_lanterns] on any opaque block that can be hard powered by redstone, then power the block, unpower it and power it again

Screenshots
When initially placed
image

When powered for the first time
image

Unpowered again
image

Powered for the second time
image

[Question] Necessity of SuperMartijn642's Core Lib

Question
Additional Lanterns shows that it's been updated for forge 1.20.1, but it also shows a required dependency on
SuperMartijn642's Core Lib, which has been updated for fabric 1.20.1 but not forge 1.20.1.

At this time is Additional Lanterns actually compatible with forge 1.20.1 or will I have to wait for
SuperMartijn642's Core Lib to be updated for forge 1.20.1 as well?

Thanks!

[Bug] [1.12.2] Stone brick chains have empty recipe

Version Info

  • Minecraft, 1.12.2
  • Additional Lantern, 1.1.0-1.12.2
  • SuperMartijn642's Core lib, 1.1.12

Description of the Bug
Stone brick chains have an empty recipe, resulting in them appearing in the crafting output when nothing is inputted, and can be extracted infinitely.

Steps to Reproduce
Install AL and JEI.
View the Stone Brick Chain recipe

Screenshots
2023-08-01_19 53 03

[Question] Is there a way to have the 3D Chains effect from Vanilla Tweaks apply to this mod's lanterns?

Question:

If you're not familiar, Vanilla Tweaks offers a "3D Chains" pack that uses .json files in assets/minecraft/models/block to make Chains (including the Chain-parts attached to the tops of Lanterns) appear 3D. It reuses the existing Chain textures to create the effect. I'm wondering how this effect could be applied to this mod's Chains and Lanterns (obviously using all the different Chain textures on the applicable Lanterns -- ie. the Amethyst Chain texture on the Amethyst Lantern, etc.). I've had a fiddle around already but haven't been able to figure it out -- the solution's probably really simple and staring me in the face.

The 3D Chains pack can be found at https://vanillatweaks.net/picker/resource-packs, under "3D" (I'm trying to do this in 1.20.1 in particular, but any solution would most likely work across versions I'd assume).

I've attached some screenshots showing the effect applied to the default Chain and Lantern in comparison with two regular 2D counterparts.

This is purely out of curiosity and for fun! Absolutely no rush/pressure/etc.. The mod itself is epic regardless.

2024-03-19_23 29 07
2024-03-19_23 29 28
2024-03-19_23 29 39

[Crash] 1.19 version (1.0.1a) is not compatible with latest corelib

Version Info

  • Minecraft, 1.19
  • Additional Lanterns, 1.0.1a
  • SuperMartijn642's Core lib, 1.1.0

Steps to Reproduce
Attempt to load the latest Additional Lanterns version (for 1.19) with the latest SuperMartijn642 core lib. Minecraft will be unable to load since Additional Lanterns requires an older core lib file, which is required for the newer mods (such as Entangled).

Crash report (~/logs/latest.log)

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2023-01-03 12:39:03
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
	at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19.2-43.2.3-universal.jar%23721!/:?] {re:classloading}
	at net.minecraftforge.client.loading.ClientModLoader.completeModLoading(ClientModLoader.java:167) ~[forge-1.19.2-43.2.3-universal.jar%23721!/:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:585) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.Util.m_137521_(Util.java:438) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,re:classloading,pl:mixin:APP:kubejs-common.mixins.json:UtilMixin,pl:mixin:APP:ftbchunks-common.mixins.json:UtilMixin,pl:mixin:APP:smoothboot.mixins.json:UtilMixin,pl:mixin:A}
	at net.minecraft.client.Minecraft.lambda$new$3(Minecraft.java:579) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.gui.screens.LoadingOverlay.m_6305_(LoadingOverlay.java:135) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:kubejs-common.mixins.json:LoadingOverlayMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:885) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:rubidium_extras.mixins.json:TotalDarkness.MixinGameRenderer,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.GameRendererMixin,pl:mixin:APP:mixins.nonvflash.json:GameRendererMixin,pl:mixin:APP:darkmodeeverywhere.mixins.json:GameRenderMixin,pl:mixin:APP:lychee.mixins.json:GameRendererAccess,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:create.mixins.json:GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
	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.2.3.jar%23145!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
	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 io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57) [ForgeWrapper-mmc2.jar:mmc2] {}
	at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) [NewLaunch.jar:?] {}
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) [NewLaunch.jar:?] {}
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) [NewLaunch.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.minecraftforge.logging.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:58) ~[forge-1.19.2-43.2.3-universal.jar%23721!/:?] {re:classloading}
-- MOD additionallanterns --
Details:
	Mod File: /C:/Users/scigu/AppData/Roaming/PrismLauncher/instances/PsyCraft/minecraft/mods/additionallanterns-1.0.1a-forge-mc1.19.jar
	Failure message: Mod additionallanterns requires supermartijn642corelib 1.0.19 or above, and below 1.1.0
		Currently, supermartijn642corelib is 1.1.0
	Mod Version: 1.0.1a
	Mod Issue URL: https://github.com/SuperMartijn642/AdditionalLanterns/issues
	Exception message: MISSING EXCEPTION MESSAGE
Stacktrace:
	at net.minecraftforge.logging.CrashReportExtender.lambda$dumpModLoadingCrashReport$7(CrashReportExtender.java:58) ~[forge-1.19.2-43.2.3-universal.jar%23721!/:?] {re:classloading}
	at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin}
	at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:56) ~[forge-1.19.2-43.2.3-universal.jar%23721!/:?] {re:classloading}
	at net.minecraftforge.client.loading.ClientModLoader.completeModLoading(ClientModLoader.java:167) ~[forge-1.19.2-43.2.3-universal.jar%23721!/:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:585) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.Util.m_137521_(Util.java:438) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,re:classloading,pl:mixin:APP:kubejs-common.mixins.json:UtilMixin,pl:mixin:APP:ftbchunks-common.mixins.json:UtilMixin,pl:mixin:APP:smoothboot.mixins.json:UtilMixin,pl:mixin:A}
	at net.minecraft.client.Minecraft.lambda$new$3(Minecraft.java:579) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.gui.screens.LoadingOverlay.m_6305_(LoadingOverlay.java:135) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:kubejs-common.mixins.json:LoadingOverlayMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:885) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:rubidium_extras.mixins.json:TotalDarkness.MixinGameRenderer,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.GameRendererMixin,pl:mixin:APP:mixins.nonvflash.json:GameRendererMixin,pl:mixin:APP:darkmodeeverywhere.mixins.json:GameRenderMixin,pl:mixin:APP:lychee.mixins.json:GameRendererAccess,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:create.mixins.json:GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23716!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
	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.2.3.jar%23145!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%23132!/:?] {}
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
	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 io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57) [ForgeWrapper-mmc2.jar:mmc2] {}
	at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) [NewLaunch.jar:?] {}
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) [NewLaunch.jar:?] {}
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) [NewLaunch.jar:?] {}


-- System Details --
Details:
	Minecraft Version: 1.19.2
	Minecraft Version ID: 1.19.2
	Operating System: Windows 11 (amd64) version 10.0
	Java Version: 17.0.5, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Microsoft
	Memory: 5816607536 bytes (5547 MiB) / 6442450944 bytes (6144 MiB) up to 6442450944 bytes (6144 MiB)
	CPUs: 24
	Processor Vendor: GenuineIntel
	Processor Name: 12th Gen Intel(R) Core(TM) i9-12900K
	Identifier: Intel64 Family 6 Model 151 Stepping 2
	Microarchitecture: unknown
	Frequency (GHz): 3.19
	Number of physical packages: 1
	Number of physical CPUs: 16
	Number of logical CPUs: 24
	Graphics card #0 name: NVIDIA GeForce RTX 3080
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 4095.00
	Graphics card #0 deviceId: 0x2216
	Graphics card #0 versionInfo: DriverVersion=31.0.15.2756
	Memory slot #0 capacity (MB): 16384.00
	Memory slot #0 clockSpeed (GHz): 4.80
	Memory slot #0 type: Unknown
	Memory slot #1 capacity (MB): 16384.00
	Memory slot #1 clockSpeed (GHz): 4.80
	Memory slot #1 type: Unknown
	Virtual memory max (MB): 37373.30
	Virtual memory used (MB): 23930.19
	Swap memory total (MB): 4864.00
	Swap memory used (MB): 195.39
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m
	ModLauncher: 10.0.8+10.0.8+main.0ef7e830
	ModLauncher launch target: forgeclient
	ModLauncher naming: srg
	ModLauncher services: 
		mixin-0.8.5.jar mixin PLUGINSERVICE 
		eventbus-6.0.3.jar eventbus PLUGINSERVICE 
		fmlloader-1.19.2-43.2.3.jar slf4jfixer PLUGINSERVICE 
		fmlloader-1.19.2-43.2.3.jar object_holder_definalize PLUGINSERVICE 
		fmlloader-1.19.2-43.2.3.jar runtime_enum_extender PLUGINSERVICE 
		fmlloader-1.19.2-43.2.3.jar capability_token_subclass PLUGINSERVICE 
		accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
		fmlloader-1.19.2-43.2.3.jar runtimedistcleaner PLUGINSERVICE 
		modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
		modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
	FML Language Providers: 
		[email protected]
		javafml@null
		lowcodefml@null
		[email protected]
		[email protected]
	Mod List: 
		client-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |NONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
		forge-1.19.2-43.2.3-universal.jar                 |Forge                         |forge                         |43.2.3              |NONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90

Mod breaks multiblocks using vanilla lanterns

Using Additional Lanterns 1.0.0-mc1.18:

Multi-block structures from other mods break if they include vanilla lanterns, because this mod changes lanterns to "Additional Lanterns" lanterns when placed.

Example: the Sanctum of Invocation structure from Mana and Artifice (using the ritual of the same name when aligned with the fae courts).

[Crash] forge 1.20.4 crash

Version Info

  • Minecraft 1.20.4
  • Additional Lanterns 1.1.1
  • SuperMartijn642's Core lib 1.1.16a

Steps to Reproduce
launch the game

Crash report (~/logs/latest.log)
...
[latest.log]
latest.log

[Bug] Vanilla lantern is very slow to break down

Version Info

  • Minecraft 1.17.1
  • Additional Lantern, 1.0.0a-mc1.17
  • SuperMartijn642's Core lib, 1.0.12-mc1.17
  • Forge, 37.0.85

Description of the Bug

The vanilla lantern, which is "replaced" by the mod, takes as long to break as an obsidian. I have tested the other lanterns, and they break normally.

Steps to Reproduce
Place a normal lantern and have a try to break this with a diamond pickaxe :D

[Crash] ...

Version Info

  • Minecraft, 1.20.1
  • Additional Lantern, 1.1.1
  • SuperMartijn642's Core lib, 1.1.8
  • Quilt Loader 0.20.2

Steps to Reproduce
Additional Lanterns throws an error not detecting the library, even though Durability Tooltip 1.1.5 is installed and working

**
-- Error 1 --

Additional Lanterns requires version [1.1.0, 1.2.0) of supermartijn642corelib, which is missing!

  • /additionallanterns-1.1.1-fabric-mc1.20.jar

**

[Crash] Crash with NeoForge

Version Info

  • Minecraft 1.20.4
  • Additional Lantern 1.1.1
  • SuperMartijn642's Core lib 1.1.17

Steps to Reproduce
Try to create a world

Crash report (~/logs/latest.log)

latest.log

[Bug] First Person View is weird

Version Info

  • Minecraft: 1.19.2
  • Additional Lantern: additionallanterns-1.0.1a-forge-mc1.19.jar
  • SuperMartijn642's Core lib: supermartijn642corelib-1.0.19a-forge-mc1.19.jar

Description of the Bug
...
In first person view, additional lantern held on hand is too low. Too low for seeing its texture.

Steps to Reproduce
...

Screenshots
...
2022-09-04_22 22 28

Normal soul lantern(which is not included in the mod) in first person view

2022-09-04_22 22 39

Additional Lantern in first person view

[Crash] SuperMartijn642's Core Lib update breaks your mod.

With SuperMartijn642's Core lib 1.1.9-a it works fine.

Version Info

  • Minecraft 1.19.4
  • Additional Lantern 1.0.4a
  • SuperMartijn642's Core lib 1.1.9-b

Steps to Reproduce
Start the server ;)

Crash report (~/logs/latest.log)
[07:15:58] [main/WARN]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Can't change holder ResourceKey[minecraft:item / minecraft:lantern] value: existing=lantern, new=lantern
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?]
at net.minecraft.server.Main.main(Main.java:209) ~[server-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ~[fabric-loader-0.14.21.jar:?]
Caused by: java.lang.IllegalStateException: Can't change holder ResourceKey[minecraft:item / minecraft:lantern] value: existing=lantern, new=lantern
at net.minecraft.class_6880$class_6883.method_45918(class_6880.java:226) ~[server-intermediary.jar:?]
at net.minecraft.class_2370.method_45938(class_2370.java:356) ~[server-intermediary.jar:?]
at java.util.IdentityHashMap.forEach(IdentityHashMap.java:1350) ~[?:?]
at net.minecraft.class_2370.method_40276(class_2370.java:356) ~[server-intermediary.jar:?]
at net.minecraft.class_5455$class_6892.method_40332(class_5455.java:41) ~[server-intermediary.jar:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
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 net.minecraft.class_5455$class_6891.(class_5455.java:64) ~[server-intermediary.jar:?]
at net.minecraft.class_5455$class_7781.(class_5455.java:105) ~[server-intermediary.jar:?]
at net.minecraft.class_5455.method_40316(class_5455.java:109) ~[server-intermediary.jar:?]
at net.minecraft.class_7780.(class_7780.java:36) ~[server-intermediary.jar:?]
at net.minecraft.class_7780.method_45929(class_7780.java:88) ~[server-intermediary.jar:?]
at net.minecraft.class_7780.method_45930(class_7780.java:67) ~[server-intermediary.jar:?]
at net.minecraft.class_7659.method_45139(class_7659.java:21) ~[server-intermediary.jar:?]
at net.minecraft.class_7237.method_42098(class_7237.java:31) ~[server-intermediary.jar:?]
at net.minecraft.server.Main.method_43612(Main.java:162) ~[server-intermediary.jar:?]
at net.minecraft.class_156.method_43498(class_156.java:927) ~[server-intermediary.jar:?]
at net.minecraft.class_156.method_43499(class_156.java:921) ~[server-intermediary.jar:?]
at net.minecraft.server.Main.main(Main.java:160) ~[server-intermediary.jar:?]
... 4 more

[Bug] Additional Lanterns make Supplementaries's Wall Lantern not drop item when broke

Version Info

  • Minecraft, 1.19.2
  • Additional Lantern, 1.0.4a-fabric-mc1.19.2
  • SuperMartijn642's Core lib, 1.1.9d-fabric-mc1.19.2

Description of the Bug
When you install both Supplementaries and Additional Lanterns, and you break a wall lantern, it will not drop the lantern. However, if you break a lantern that placed on the ground or hanging under the ceiling, the lantern will drop.
Only the vanilla lantern has this bug, other lanterns such as soul lantern or from any other mods don't have this problem
If you place the wall lantern first, and then install Additional Lanterns, that wall lantern still drop the item.

Steps to Reproduce

  1. Place the lantern (only the default version) on the wall
  2. Break it with a pickaxe
  3. Nothing drops

Screenshots
https://github.com/SuperMartijn642/AdditionalLanterns/assets/111768452/d464ac87-e6e9-4c54-815b-72c0678af867

[Feature] Compat with Connectable Chains (just add the forge chains tag)

Is your feature request related to a problem? Please describe.

...

for compat with the mods connectable chains, all chains need the chains tag from forge to be recognized by the code as a connectable one.

Describe the solution you'd like

...
just tag all the chains in the mod with the forge chain tag forge:chains

[Bug] ... Why is my character doing a nazi salute with this mod

lanternsalute
Version Info

  • Minecraft, ...
  • Additional Lantern, ...
  • SuperMartijn642's Core lib, ...

Description of the Bug
...
yea this is horrible

Steps to Reproduce
...
i have a few mods but i've only been able to pinpoint this mod as making me do it rather than any compatibilities. 1.20.1 forge

Screenshots
...

[Bug] [1.12.2] Item Names Won't Display Correctly

Version Info - 1.12.2 - Mods List

[Default]: Minecraft, Minecraft Coder Pack, Forge Mod Loader, Minecraft Forge.
[Added]: Additional Lantern, SuperMartijn642's Core Lib.

Description of The Bug

In 1.12.2, the Lanterns', Chains', and mod's names do not work properly in the Creative Mode Inventory and in the toolbox.
[Exception]: Oddly enough, F3 displays their names correctly.

Steps to Reproduce

Install the mod inside a 1.12.2 CurseForge Modpack, enter a world of choice, and simply browse through the Creative Mode Inventory.

Screenshots

2022-06-06_00 52 42

2022-06-06_00 52 51

2022-06-06_01 14 22

2022-06-06_00 53 04

2022-06-06_00 53 10

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.