Jump to content

BillTheUnjust

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

BillTheUnjust's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm making a block that I want to pass redstone signal like a wire without diminishing signal strength. The trouble I have is that so far my attempts to implement this result in latch ups, (one block powers a second which in turn powers the first and then they cant be turned off) has anyone done something like this and care to share how they did it?
  2. I'm working on a mod that has several variations of switchable glass (when the glass has a redstone signal its appearance changes). The first variation is to change from glass to stone when redstone is applied. Its mostly working but the glass casts a shadow. I tested skeletons under the glass still burn, and when I switch it on they stop burning (after a few seconds, normal behavior for mobs entering shade). This is my first attempt at a mod, so the code is not clean yet so any and all tips will be helpful. UPDATE: I was able to override the function isBlockSolidOnSide to always return true since my block should be considered solid on all sides. This allows isOpaqueCube and renderAsNormalBlock to be set to false so that light will pass through them like a normal glass block.
×
×
  • Create New...

Important Information

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