Jonathan Coates

Results 566 comments of Jonathan Coates

Thank you very much for looking into this! I think the fix looks sensible, but I fear it's a bit too specific - it's fixing a specific symptom rather than...

Aha, because it does the update inside `updateShape` which isn't called `blockUpdated`. Doing `world.setBlock( pos, newState, 1 )` _does_ work, but doesn't broadcast the state to the client. Changing that...

Sorry for the delay in looking at this. Thank you very much for bearing with me :)

Nah, CC:T [has its own implementation](https://github.com/cc-tweaked/CC-Tweaked/blob/mc-1.16.x/src/main/java/dan200/computercraft/core/apis/LuaDateTime.java).

I honestly have no clue either. I probably added thinking it'd be needed, and then failed to remove it.

@Ocawesome101 Did you have an opportunity to look any further at this? Do you have any documentation for `%l` and `%k`? They don't appear [in the C standard](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf) and PUC...

Would you also be able to clarify what you meant with `%I` and `%H` (would be useful to have a test case!). I just compared against PUC Lua and they...

Yep, just done some more tests in other timezones. The current behaviour is correct.

I think I probably want to keep the existing behaviour as-is, but could allow say sneak+right clicking to open the full GUI. @Wojbie, don't know if you have any thoughts?