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

v1.8 #32

Merged
merged 10 commits into from
May 24, 2024
Merged

v1.8 #32

merged 10 commits into from
May 24, 2024

Conversation

Tschipcraft
Copy link
Owner

@Tschipcraft Tschipcraft commented May 24, 2024

  • Update to Minecraft 1.20.6 🐺
    These changes utilize overlays to maintain backwards compatibility
    • Switched to testing components rather than NBT in predicates
    • Added support for the newly added contents slot in predicates
  • Added intermediate light levels 3 and 12 (#14)
    • Magma cubes, magma blocks, magma cream, all remaining amethyst buds, heart of the sea and totem of undying (closes #23) now emit light level 3
    • Dragon fireballs now emit light level 12 instead of 15
  • Implemented a new system for finding valid locations for dynamic lights
    Checks now actively avoid blocking paths of fluids and pistons (closes #15), interfering with other redstone components and triggering certain block updates (closes #12)
  • Added support for parsing item displays, block displays and falling blocks
  • Added support for parsing tridents, arrows and ominous item spawners in versions 1.20.5 and up
  • Simplified light block placement and removal
  • Fixed shulkers teleporting away when shooting (closes #20)
  • Eventified item frame reparsing in versions before 1.20.5
    Item frame reparsing is now triggered when a player right-clicks on an item frame or when an item drops nearby in versions prior to 24w11a
    This should improve performance in regions with a high number of item frames while also improving responsiveness (first steps for #13)
  • Improved dynamic light explosion avoidance performance by checking a global score instead of scanning for nearby area effect clouds
  • Fixed dynamic lights overwriting cave_air with air
  • Fixed dynamic light position offset for item entities
  • Added separate mod support tag lists for modded items
  • Added additional overlay that should slightly improve performance when placing dynamic lights in 1.20.2 and above
  • Gave dynamic light marker entities a custom name (#19)
  • Some light level changes
    • Added conduit to light level 15 items
    • Moved glowstone dust from light level 15 to light level 9
    • Added crying obsidian to light level 9 items
    • Added small_fireball to light level 9 entities
    • Moved allay from 9 to light level 6 entities
    • Added enchanted golden apple, enchanting table, enchanted book, sculk catalyst and the upcoming vault to light level 6 items
  • Added paintings to the ignore tag list
  • Added tnt minecarts to the may_block_explosion_damage tag list

- Implemented new system for finding valid locations for dynamic lights. Checks now actively avoid blocking paths of fluids and pistons (closes #15), interfering with other redstone components and triggering certain block updates (closes #12)
- Gave dynamic light marker entities a custom name (#19)
- Fixed dynamic light position offset for item entities
- Added more missing minecraft: namespaces in some functions
- Updated GitHub workflow
- Updated to work with Snapshot 24w0a by utilizing overlays
  - Renamed tag keyword to items and fluids in predicates
  - Switched to testing components rather than nbt in predicates
  - Added an additional overlay to disable light emitting from amethyst trimmed armor until it's possible to check for partial parts of components
- Moved some checks
- Reworded settings entry
- Added alt texts to images in README
- Updated GitHub workflow
- Updated to work with Snapshot 24w11a by utilizing overlays
  - Moved enchantment checks to work with the reordered format in predicates
  - Added support for the newly added contents slot in predicates which removes the need to parse certain entities to check their items (item entities, item frames, ...) This change also added support for item display entities
- Added an additional overlay which should slightly increase performance when placing dynamic lights in mc1.20.2 and up
- Fixed shulkers teleporting away when shooting (closes #20)
- Improved performance of explosion avoidance for dynamic lights by checking a global score instead of scanning for nearby area effect clouds
- Moved spectator check to happen earlier
- Item frame reparse now triggers when a player right-clicks on an item frame or when an item drops nearby in versions before 24w11a. Global reparse loop now only triggers every 4 seconds instead of every 8 ticks.
This should improve performance in regions with a high number of item frames while also improving responsiveness (first steps for #13)
- Added support for falling blocks and display entities in versions before 24w11a
- Updated GitHub workflow
- Updated to work with 1.20.5 Pre-Release 3 using adjusted overlays
  - Reenabled light emitting from amethyst trimmed armor since checking for partial components works as of 1.20.5 Pre-Release 1
- Simplified light block placement and removal
- Fixed dynamic lights overwriting cave_air with air
- Fixed some items getting recognized by the newly added slot contents predicate when they shouldn't (e.g. from the first slot in chest/hopper minecarts/boats or the first player hotbar slot)
- Added support for falling blocks, block displays and ominous item spawners in versions 24w11a and above
- Added separate mod support tag lists for modded items
- Tidied up predicate comments
- Updated version checker to 1.20.5 Release Candidate 2
- Added JSON files for the to be implemented intermediate light levels 3 and 12 (#14)
  - Added magma blocks, all remaining amethyst buds, heart of the sea and totem of undying (closes #23) to light level 3 items
  - By default, there are no light level 12 items
- Changed some tags entries:
  - Added conduit to light level 15 items
  - Moved glowstone dust from light level 15 to light level 9
  - Added crying obsidian to light level 9 items
  - Added small_fireball to light level 9 entities
  - Added enchanting table, sculk catalyst and the upcoming vault to light level 6 items
  - Added paintings to the ignore tag list
  - Added tnt minecarts to the may_block_explosion_damage tag list
- Updated changelog file
- Added intermediate light levels 3 and 12 (#14)
- Some more tag changes
  - Added magma cream to light level 3 items
  - Added enchanted golden apple, sculk catalyst and enchanted book to light level 6 items
  - Moved allay from 9 to light level 6 entities
  - Moved dragon fireball from 15 to light level 12 entities
  - Added magma cube to light level 3 entities
- Fixed loading issues due to missing tags in Minecraft 1.17x
- Updated version checker
- Expanded overlay range
- Added wiki icons
@Tschipcraft Tschipcraft self-assigned this May 24, 2024
@Tschipcraft Tschipcraft merged commit b2f74a9 into master May 24, 2024
2 checks passed
@Tschipcraft Tschipcraft linked an issue May 24, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant