what is the nbt of a lit campfire?

Started by Stepanal on

Topic category: Help with modding (Java Edition)

Last seen on 09:12, 28. Mar 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what is the nbt of a lit campfire?

I wrote a condition:

if (in xyz campfire) and (get the logical nbt tag of the block in xyz "lit") is True, then:

  action... 

 

my action is never executed. maybe I should write "minecraft:lit"?

Last seen on 20:36, 6. Feb 2024
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
NBT tags are usually…
Sun, 02/05/2023 - 16:33

NBT tags are usually capitalized, so try "Lit".

 

Last seen on 09:12, 28. Mar 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, but when I…
Wed, 02/08/2023 - 09:45

Thanks, but when I capitalized the tag, nothing changed☹️. Do you know what else could be wrong?