Jon R
Jon R
I also have this issue, but only on mobile. Any solution you found?
I found out that there was a PR created with a fix: https://github.com/zillow/react-slider/pull/311
Also having this issue. If we could get this merged that'd be great
You'll want to look at the [Block ](https://github.com/baseball435/TerraLegion/blob/master/core/src/com/jmr/terraria/game/world/block/Block.java) class, specifically the [_onPlace_ method](https://github.com/baseball435/TerraLegion/blob/master/core/src/com/jmr/terraria/game/world/block/Block.java#L89) which is called when a block is placed. From that method you can check the tiles around...
Good idea, I don't see a problem with adding this functionality. It would still need to be used within `onPlace` though. This method could lie in the `Chunk` class and...
Very strange. It must be something to do with initializing the block once it's set in the chunk. I will need to look at the Chunk code to see, but...
Does it break the torches when you place them in the game, when the world is loaded, or both?
What do you mean exactly? What part of the problem was happening in the last version?
Interesting. I will have to take a look, but if I remember accurately it was generating the light correctly. As for the problem on hand however, the code that you...
Great. Once it's all ready be sure to submit a pull request!