Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps craftengine.version from 0.0.64 to 0.0.65.
Updates net.momirealms:craft-engine-core from 0.0.64 to 0.0.65

Release notes

Sourced from net.momirealms:craft-engine-core's releases.

0.0.65

New Features:

  • Enhanced interaction experience with improved handling for various scenarios
  • Added support for various resource pack features in 1.21.9+
  • Implemented various text component support for 1.21.8+
  • Added ingredient-substitute option to allow custom items to equivalently replace vanilla items in vanilla recipes
  • Added client-bound-data/material support for shulker boxes, bundle bags, and block entities
  • Added block-state item data type to improve block placement experience
  • Added transparent parameter for quick transparent model generation
  • Improved auto-state parameters with ID assignment for consistent results
  • Added magma plant example
  • Added disable-item-operations option in config.yml for network optimization
  • Added default-material configuration option in config.yml
  • Model sections now support direct file path specification
  • Added deceive-bukkit-material option in config.yml
  • Added shadow-radius and shadow-strength options for furniture and entity rendering
  • Synced internal assets for 1.21.10
  • Added has_player condition type
  • Added visual-result, functions, and conditions support for smithing recipes
  • Added craft-remainder option for items
  • Added l10n tag for packet-level translation
  • Command feedback now uses l10n system with personalized responses per player locale
  • Added merchant_trade, remove_entity, update_block_property, and transform_block functions
  • Added pick_up trigger for items
  • Added extended YAML value format
  • Added item chain parameter for entity
  • Added tintable/non-tintable leaves for auto-state option
  • Added if_else and when conditions
  • Added optimization section for resource pack in config.yml
  • Added seat_block behavior

Optimizations:

  • Improved auto ID allocation speed (reduced from 3-5ms to 0.5ms in test environment)
  • Optimized network performance for chunk data remapping (~30% faster)
  • Optimized network performance for text component replacement in 1.20.2+ (~15% faster)
  • Enhanced visual result and functions handling for shift clicks in crafting/smithing
  • Comprehensively optimized crafting-type recipe efficiency by avoiding Bukkit API mirror objects
  • Improved performance of updating lights during chunk loading
  • Enhanced seat functionality for furniture

Bug Fixes:

  • Fixed sounds.land not being triggered after 0.0.63.8 update
  • Improved merging of legacy override-based models
  • Fixed custom payload network issue on 1.21.8+
  • Fixed crafter block outputs visual results incorrectly
  • Fixed other components not applying when using visual-result for smithing recipes
  • Fixed condition bypass issue when both conditions and visual-result were enabled
  • Added validation for equipment textures and sounds
  • Improved compatibility with UniverseSpigot 1.21.8+

... (truncated)

Commits

Updates net.momirealms:craft-engine-bukkit from 0.0.64 to 0.0.65

Release notes

Sourced from net.momirealms:craft-engine-bukkit's releases.

0.0.65

New Features:

  • Enhanced interaction experience with improved handling for various scenarios
  • Added support for various resource pack features in 1.21.9+
  • Implemented various text component support for 1.21.8+
  • Added ingredient-substitute option to allow custom items to equivalently replace vanilla items in vanilla recipes
  • Added client-bound-data/material support for shulker boxes, bundle bags, and block entities
  • Added block-state item data type to improve block placement experience
  • Added transparent parameter for quick transparent model generation
  • Improved auto-state parameters with ID assignment for consistent results
  • Added magma plant example
  • Added disable-item-operations option in config.yml for network optimization
  • Added default-material configuration option in config.yml
  • Model sections now support direct file path specification
  • Added deceive-bukkit-material option in config.yml
  • Added shadow-radius and shadow-strength options for furniture and entity rendering
  • Synced internal assets for 1.21.10
  • Added has_player condition type
  • Added visual-result, functions, and conditions support for smithing recipes
  • Added craft-remainder option for items
  • Added l10n tag for packet-level translation
  • Command feedback now uses l10n system with personalized responses per player locale
  • Added merchant_trade, remove_entity, update_block_property, and transform_block functions
  • Added pick_up trigger for items
  • Added extended YAML value format
  • Added item chain parameter for entity
  • Added tintable/non-tintable leaves for auto-state option
  • Added if_else and when conditions
  • Added optimization section for resource pack in config.yml
  • Added seat_block behavior

Optimizations:

  • Improved auto ID allocation speed (reduced from 3-5ms to 0.5ms in test environment)
  • Optimized network performance for chunk data remapping (~30% faster)
  • Optimized network performance for text component replacement in 1.20.2+ (~15% faster)
  • Enhanced visual result and functions handling for shift clicks in crafting/smithing
  • Comprehensively optimized crafting-type recipe efficiency by avoiding Bukkit API mirror objects
  • Improved performance of updating lights during chunk loading
  • Enhanced seat functionality for furniture

Bug Fixes:

  • Fixed sounds.land not being triggered after 0.0.63.8 update
  • Improved merging of legacy override-based models
  • Fixed custom payload network issue on 1.21.8+
  • Fixed crafter block outputs visual results incorrectly
  • Fixed other components not applying when using visual-result for smithing recipes
  • Fixed condition bypass issue when both conditions and visual-result were enabled
  • Added validation for equipment textures and sounds
  • Improved compatibility with UniverseSpigot 1.21.8+

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `craftengine.version` from 0.0.64 to 0.0.65.

Updates `net.momirealms:craft-engine-core` from 0.0.64 to 0.0.65
- [Release notes](https://github.com/Xiao-MoMi/craft-engine/releases)
- [Commits](Xiao-MoMi/craft-engine@0.0.64...0.0.65)

Updates `net.momirealms:craft-engine-bukkit` from 0.0.64 to 0.0.65
- [Release notes](https://github.com/Xiao-MoMi/craft-engine/releases)
- [Commits](Xiao-MoMi/craft-engine@0.0.64...0.0.65)

---
updated-dependencies:
- dependency-name: net.momirealms:craft-engine-core
  dependency-version: 0.0.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.momirealms:craft-engine-bukkit
  dependency-version: 0.0.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 4, 2025
@HSGamer HSGamer merged commit 11908a4 into master Nov 5, 2025
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/craftengine.version-0.0.65 branch November 5, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants