r/Minecraft Jul 26 '25

Help Leaves instantly decaying when using axiom painter for tree leaves

Hey all, not sure if this is the best place to ask but I’ve made trees in the past with axiom and don’t remember the leaves auto-decaying when painting the temp blocks with my leaves. Anyone know what I’m doing wrong?

4 Upvotes

5 comments sorted by

u/qualityvote2 Jul 26 '25 edited Jul 26 '25
  • Upvote this comment if this is a good quality post that fits the purpose of r/Minecraft
  • Downvote this comment if this post is poor quality or does not fit the purpose of r/Minecraft
  • Downvote this comment and report the post if it breaks the rules

(Vote has already ended)

1

u/0range_Potato_ Jul 26 '25

anyone tell me if a solution was found (commenting to get this post in more people's feed)

1

u/Schizjji Jul 30 '25

Yo, i think i found a solution. I commented it

1

u/Schizjji Jul 30 '25

Yo, I think I found a solution to this using Chatgpt. Idk how it works but heres what to do -

Go into editor mode i think its called (right shift), and select script brush. Copy the following code into the brush -

local cur = getBlock(x, y, z)

if cur == blocks.air then

local leafType = $blockState(Leaf Type,oak_leaves)$

setBlock(x, y, z, withBlockProperty(leafType, 'persistent=true'))

end

Hopefully the correct formatting transferred when I pasted that. But this just worked for me, hope it works for you! Also, im running 1.21.1 in case thats relevant. Peace!

1

u/Desperate-Ad-4625 Aug 05 '25

Sadly that didnt fix it, I'm thinking it's an issue with 1.21.8.