Started by
Mr.FEG
on
Topic category: General discussion
Hi I'm certainly making a light switch that when it is linked to a block for eg light bulb when right click with the switch and place the switch, when switching it on the light bulb turns on
Edited by Mr.FEG on Fri, 05/02/2025 - 09:15
Currently you may need to replace block with another one that emits light
I Tried That But Not working
I Need like a Reference/Image Please.....
Show what you have tried so far.
Also, I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
NerdyPuzzle blockstates allow you to do exactly this. when you create a new blockstate go to the block you want to be the bulb, then create a new procedure using "OnBlockRightClicked" which should look like this (btw 0= off and 1 = on)
There are no tutorials Sadly :(