#Redstone Transparency Property of Blocks

1 messages · Page 1 of 1 (latest)

spare shoal
#

How do I get the property of a block that determines its redstone transparency (whether redstone one the other side of a block can get powered if the block gets powered) (i.e. copper bulbs are transparent, oak plank are solid)? and how can I set it myself on a custom block?

quaint nimbus
#

So basically like glass

#

Look at the block settings for glass

spare shoal
#

I looked in StainedGlassBlock.java and at BulbBlock.java
(which I assume are the classes for the glass block and the copper bulb)
and I don't see the setting

quaint nimbus
spare shoal
#

yes, but all their special settings should come from the settings class or its inherited right?