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

Revise boots of ostara functionality #563

Merged
merged 2 commits into from Apr 29, 2021

Commits on Apr 24, 2021

  1. Revise boots of ostara functionality

     * As discussed in the Gamemode 4 Discord, the Boots of Ostara's ability
       to place crops was never really useful as the module ticks too slowly
       to be better than placing by hand, and pig tractors exists for
       automated usage. Hence, that functionality was removed. The ability
       for players and armor stands to spread grass blocks remains.
    
     * The custom crafting recipe for Boots of Ostara now preserves the NBT
       of the leather boots used in the recipe, such as CustomModelData,
       enchantments, and shamirs. The Lore tag is prepended to instead of
       overriden, as well, to preserve existing lore when present.
    
     * Instead of checking whether the Boots of Ostara are equipped
       separately from the player holding a grass block, there is now a
       predicate that checks for both at once, since holding a grass block
       while wearing boots of ostara is the only remaining feature other
       than block_desire_lines (which isn't part of the 'main' function).
    Luexa committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    40943fe View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

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