CC: Tweaked

CC: Tweaked

42M Downloads

Broken text wrapping for textutils.slowWrite()

jig487 opened this issue · 2 comments

commented

Minecraft Version

1.16.x

Version

1.97.0

Details

wrapped to a monitor and slowWrite'd "I'm an agent of vengeance. An avatar of justice. A righteous conduit of terrible purpose."

Capture

commented
commented

Issue here is that avat doesn't need a new line but avatar does. The fix here is probably to pre-wrap the text (cc.strings.wrap) and then write it character-by-character instead.