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

[BUG] Unable to add botany pots to tags for projecte/gag blacklists - block entity type? #452

Open
muggleorwizard opened this issue Dec 21, 2024 · 0 comments
Labels
bug Something is not working as intended. unverified The contents of this issue have not yet been verified.

Comments

@muggleorwizard
Copy link

Minecraft Version

1.20.1

Mod Version

13.0.40

Mod Loader

Forge

What environment are you running the mod in?

Client

Issue Description

When adding botany pots to the tag block_entity_type:projecte:blacklist/time_watch or block_entity_type:gag:do_not_accelerate, then it shows in-game as having that tag via the tooltips, but it is still affected by the watch of flowing time or the temporal pouch. Are botany pots not block entities? I also tested by adding the block tags to the botany pots instead, with no effect.

KubeJS script (does not work):
ServerEvents.tags('block_entity_type', event => {
event.add('projecte:blacklist/time_watch', 'botanypots:terracotta_hopper_botany_pot')
})

Working KubeJS script for an item not in botany pots mod:
ServerEvents.tags('block_entity_type', event => {
event.add('projecte:blacklist/time_watch', 'enderio:sag_mill')
})

sinkillerj/ProjectE#2372

@muggleorwizard muggleorwizard added bug Something is not working as intended. unverified The contents of this issue have not yet been verified. labels Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working as intended. unverified The contents of this issue have not yet been verified.
Projects
None yet
Development

No branches or pull requests

1 participant