Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix textutils.pagedTabulate and tabulate #522

Open
wants to merge 5 commits into
base: mc-1.15.x
Choose a base branch
from

Commits on Aug 6, 2020

  1. Fix textutils.pagedTabulate and tabulate

    Initial commit where textutils.pagedTabulate and textutils.tabulate should work as intended
    dierks-m committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    9d2667d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726cdee View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Fix incorrect lower bound in mods.toml

    It appears I had failed to update this when last bumping the Forge
    version. Closes cc-tweaked#521 - we're relying on a feature only added in Forge
    31.1.16, and they're using 3.1.14.
    SquidDev authored and dierks-m committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    d7cb414 View commit details
    Browse the repository at this point in the history
  2. Switch to table.pack to catch nil arguments

    Switch to table.pack in order for tabulateCommon to properly error when one of the arguments provided is nil
    dierks-m committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    966977b View commit details
    Browse the repository at this point in the history
  3. Satisfy lua linter

    dierks-m committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    1c5bb66 View commit details
    Browse the repository at this point in the history