-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
use_cooldown
nbt(item component/MC 1.21.1+) got ignored at POTION/projectiles
#4279
Closed
6 tasks done
Comments
|
This will be tested, strange |
Fixed in the upcoming update, thanks! |
Minecraft.1.21.4.-.Multiplayer.3rd-party.Server.2025-01-27.18-28-55.2.mp4 cooldown_bar_test_vanilla3:
enabled: true
display_name: 'cooldown_bar_test_vanilla3'
max_stack_size: 64
nbt: "{components: {\"minecraft:consumable\": {consume_seconds: 1f, sound: \"minecraft:block.glass.break\"}}"
events_settings:
cooldown:
indicator: VANILLA
ticks: 200
resource:
generate: false
model_path: minecraft:item/diamond
material: ENDER_PEARL In the next updates I will also implement the consumable settings directly in ItemsAdder item config instead of using NBT. |
use_cooldown
nbt(item component/MC 1.20.5+) got ignored at POTION/projectiles
use_cooldown
nbt(item component/MC 1.20.5+) got ignored at POTION/projectilesuse_cooldown
nbt(item component/MC 1.21.1+) got ignored at POTION/projectiles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terms
#itemsadder-forum
channel on Discord for similar issues.Discord Username (optional)
No response
What happened?
The item's "use_cooldown" nbt got ignored.
For example, if put a projectile or food value such as ender_pearl or wind_charge in the material and put use_cooldown nbt value at nbt, take out the item and test it, can keep throwing or eating it without actually applying the cooldown.
(I checked item's nbt by /data merge entity @s SelectedItem, there was a use_cooldown nbt.)
(There are a few errors in the latest log, but they were simply my mistake in typing nbt incorrectly, and there were no error messages in the final test. (still uploded latest.log))
(I used Google Translator. sorry if my words were aggresive)
Steps to reproduce the issue
item doesn't ignore use_cooldown nbt.
Server version
Paper version 1.21.4-49-main@953f6f9 (2024-12-27T00:08:09Z) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
ItemsAdder Version
ItemsAdder version 4.0.6
ProtocolLib Version
ProtocolLib version 5.4.0-SNAPSHOT-738
LoneLibs Version
LoneLibs version 1.0.63
Full Server Log
https://mclo.gs/kohIM9F
Error (optional)
No response
Problematic items yml configuration file (optional)
Other files, you can drag and drop them here to upload. (optional)
No response
Screenshots/Videos (you can drag and drop files or paste links)
The text was updated successfully, but these errors were encountered: