How to make a blockstate update using When Block Added and/or When Neighbor Block Changes procedures

Started by KWatStudios on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 months ago
Joined Feb 2023
Points:
315

User statistics:

  • Modifications: 2
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
How to make a blockstate update using When Block Added and/or When Neighbor Block Changes procedures

I am making a block that acts like Minecraft's Twisting Vines block, where the top stalk block in a pillar will have a different texture from all the blocks below it, and I have figured out how to make the basic setup for a blockstate, but for some reason my procedure that is supposed to activate when the vine has been added or when a neighbor block changes doesn't seem to be activating. Can anyone tell me how to fix this?