Skip to content

Commit 342052b

Browse files
committed
fixed weird thing
1 parent de55502 commit 342052b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mod_name=Create Bits 'n' Bobs
3434
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3535
mod_license=All Rights Reserved
3636
# The mod version. See https://semver.org/
37-
mod_version=1.0.0
37+
mod_version=1.0.1
3838
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3939
# This should match the base package used for the mod sources.
4040
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

src/main/java/com/kipti/bnb/content/light/headlamp/HeadlampBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
public class HeadlampBlock extends LightBlock implements IBE<HeadlampBlockEntity> {
4040

4141
public HeadlampBlock(Properties p_52591_) {
42-
super(p_52591_, BnbShapes.LIGHTBULB_SHAPE, true);
42+
super(p_52591_, BnbShapes.LIGHTBULB_SHAPE, false);
4343
}
4444

4545
@Override

0 commit comments

Comments
 (0)