Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

[Issue] Twigs Lamps are not rendering itself or the player. #14

Closed
MaranRoseGIT opened this issue Jun 18, 2022 · 15 comments
Closed

[Issue] Twigs Lamps are not rendering itself or the player. #14

MaranRoseGIT opened this issue Jun 18, 2022 · 15 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@MaranRoseGIT
Copy link

Self-explanatory
2022-06-17_23 15 56

Holding one of the twigs lamps, it's not rendering me or the player, can confirm I'm "invisible" from other players, this seemed to of happened after the newest fabric loader/api update? Unsure, no error logs; here is my latest.log
latest.log

Minecraft Fabric 1.18.2

@MaranRoseGIT
Copy link
Author

The issue has been found, It's apparently LambdaDynamicLights https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights

Unsure why it's causing this though, hope to hear from you soon.

@andantet
Copy link
Contributor

public static final Block LAMP = register("lamp", new LampBlock(AbstractBlock.Settings.of(Material.METAL).requiresTool().strength(4.5F).sounds(BlockSoundGroup.LANTERN).luminance(createLightLevelFromLitBlockState(18))));
public static final Block SOUL_LAMP = register("soul_lamp", new LampBlock(FabricBlockSettings.copyOf(TwigsBlocks.LAMP).luminance(createLightLevelFromLitBlockState(17))));

I thought this was fixed ages ago, but apparently not!
createLightLevelFromLitBlockState(int) uses 17/18, where the maximum value for 'stable' gameplay is 15

This is fixed in the 1.19 branch leading version 2.0, which I hope to be released very soon, so I'm hesitant to release a direct fix for this

Also, out of interest, are you using a mod pack or just a jumble of mods that you've put together? Just wondering how easy it would be for you to update to 1.19 in the future :)

@andantet andantet self-assigned this Jun 18, 2022
@andantet andantet added the bug Something isn't working label Jun 18, 2022
@andantet andantet added this to the v2.0 milestone Jun 18, 2022
@MaranRoseGIT
Copy link
Author

MaranRoseGIT commented Jun 18, 2022

It's my mod-pack that I have attempted to carefully craft for my players, I am unsure if it is possible to update to 1.19 smoothly, it would most likely be at the end of 2022, by that point most of the mods I have should be updated to 1.19.

Is there any chance at a small patch for 1.18.2 for the time being? If not, I understand.

@andantet
Copy link
Contributor

I'll release a patch soon :)

@MaranRoseGIT
Copy link
Author

Much appreciated!

@MaranRoseGIT
Copy link
Author

Oh, I forgot to ask, when will you release this patch, so I can test it out and report back?

@andantet
Copy link
Contributor

I'm not home right now so the best I can say is as soon as possible 😅

@MaranRoseGIT
Copy link
Author

Alright, thank you!

@andantet
Copy link
Contributor

Due to some real life complications, I'm going to have to push this back a day or two, apologies!

@MaranRoseGIT
Copy link
Author

Due to some real life complications, I'm going to have to push this back a day or two, apologies!

Hey, it's alright! I have the entire week to wait, to test this out before I will be busy myself; but as soon as you release it, I'll report back to you asap!

@andantet
Copy link
Contributor

Doing this right now

andantet added a commit that referenced this issue Jun 24, 2022
@MaranRoseGIT
Copy link
Author

Is it currently in the process of getting uploaded to curseforge?

@andantet
Copy link
Contributor

Yep, just under automatic review at the moment

@andantet
Copy link
Contributor

Approved!

@MaranRoseGIT
Copy link
Author

It's fixed, thank you so much! Just in time too!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants