Recent content by thomerow

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. thomerow

    Solved Cannot place torch on wall

    I figured it out myself! First of all I didn'tknow that there also is a WALL_TORCH material which you have to use instead of TORCH. Secondly there seems to be an odd quirk with the correct "facing" values for wall torches. For example, if the block the torch should appear on faces WEST, the...
  2. thomerow

    Solved Cannot place torch on wall

    Hello everyone! I cannot for the life of me figure out how to place a torch on a wall programmatically. What I tried so far is the following, but in both cases the torches just hover in mid air in an upright position right in front of the wall I want to place them on. The first idea was doing...