File tree Expand file tree Collapse file tree
src/main/java/com/kipti/bnb/content/light/headlamp Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
3535mod_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
Original file line number Diff line number Diff line change 3939public 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
You can’t perform that action at this time.
0 commit comments