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

1.18/dev #696

Merged
merged 9 commits into from
Sep 20, 2023
Merged

1.18/dev #696

merged 9 commits into from
Sep 20, 2023

Commits on Apr 24, 2023

  1. fix: don't assume server is non-null in command handler

    It can be null on the first invocation if the command is run
    from a minecraft:tick tag
    
    FTBTeam/FTB-Mods-Issues#766
    desht committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7f16823 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    18c8944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d33721 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    873a017 View commit details
    Browse the repository at this point in the history
  2. chore: changelog updated

    desht committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5f5e59b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    b6f6c41 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. feat: added /ftbquests open_book <id> command

    <id> can be any quest object (other than rewards). Standard visibility rules apply,
     i.e. no opening a quest that the player shouldn't be able to see yet
    
     FTBTeam/FTB-Mods-Issues#936
    desht committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9c52afa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b5ec4 View commit details
    Browse the repository at this point in the history
  3. chore: changelog updated

    desht committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6a36d37 View commit details
    Browse the repository at this point in the history