Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[1.18.1] Making existing blocks emit light

Featured Replies

Posted

I am making a mod that is supposed to make wood emit light when clicked with a stick.

So far I have the RightClickBlock that tests for when a Player is clicking a planks block while holding a stick, but how do I make that single wood block emit light?

I have seen Blockstate#setLightLevel(), but that doesnt exist in 1.18.1. 

It probably would be doable using reflection to set the light of ALL wood blocks, but I need to set the light level ONLY for the CLICKED wood block.

Edited by Minetrinity

  • Minetrinity changed the title to [1.18.1] Making existing blocks emit light
  • Author

Yes, I thought about that, since Blockstate also has a function to get the Light.

But It lacks a method to change light.

Should I create a costum subclass of BlockState, or how do I create another Blockstate?

Edit: What is that MapCodec<BlockState> parameter in Blockstates constructor?

Edited by Minetrinity

  • Author

Ok, how do I register a new blockstate for every block with the Tag "minecraft:planks" then?

I can not simply create a planks block class, because other mods might also add new planks blocks.

Edited by Minetrinity

4 minutes ago, Minetrinity said:

Ok, how do I register a new blockstate for every block with the Tag "minecraft:planks" then?

you can't register a new BlockState you need a custom Block,
since the BlockStates are bind to the Block

4 minutes ago, Minetrinity said:

I can not simply create a planks block class, because other mods might also add new planks blocks.

thats a good idea, but unfortunately you can't use the planks Tag since it's initialize later than the registery is fired,
i would recommend you to only replace the vanilla planks, then create a way that allows other mods to add your PlankBlock

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.