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

/clear with item tag is turned into a generic /clear #49

Closed
TheNuclearNexus opened this issue Dec 13, 2021 · 1 comment
Closed

/clear with item tag is turned into a generic /clear #49

TheNuclearNexus opened this issue Dec 13, 2021 · 1 comment

Comments

@TheNuclearNexus
Copy link

Problem

execute store result score @s smithed.data run clear @s #smithed:crafter/all 0

is converted to

execute store result score @s smithed.data run clear @s

Details

This only seems to happen when using an item tag, setting the item to something like cobblestone removes the issue

beet.yaml

name: Smithed Crafter
description: Native Library for Smithed
author: TheNuclearNexus
version: '0.0.2'

data_pack:
  name: Smithed Crafter
  load:
    - datapack
  render:
    functions:
      - smithed:*

output: out

require:
  - plugins.versioning
  - beet.contrib.dundervar

pipeline:
  - mecha

meta:
  mecha:
    keep_comments: true
@vberlier vberlier transferred this issue from mcbeet/beet Dec 13, 2021
@vberlier
Copy link
Contributor

Fixed in v0.21.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants