Portal was very picky about where the redstone torch was attatched to
kittyclaus opened this issue ยท 3 comments
I used the lc portal pack so I'm not sure if its a general problem or lc pack issue but the portal was very picky about how the redstone torch was placed. We had the block in the correct area but the portal would only work if it was placed against the block at the base of the portal under the redstone lamp.
I'm halfway through implementing this. Just one question;
If I write *_WALL_SIGN
should that be interchangeable with *_SIGN
(and so on)?
I'm halfway through implementing this. Just one question;
If I write*_WALL_SIGN
should that be interchangeable with*_SIGN
(and so on)?
Yes, that works probably be the most logical behaviour
Wall blocks should probably be treated as their non-wall counterparts for the sake of convenience (WALL_
should be interchangeable with ``):
*_WALL_SIGN == *_SIGN
*_WALL_HANGING_SIGN == *_HANGING_SIGN
*_WALL_BANNER == *_BANNER
*_CORAL_WALL_FAN == *_CORAL_FAN
*_WALL_HEAD == *_HEAD
*_WALL_TORCH == *_TORCH
WALL_TORCH == TORCH
*_WALL_SKULL == *_SKULL