Leaves decay even near logs (custom, for Java 1.19.2)

Started by Deactivated on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 18:04, 11. May 2023
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Leaves decay even near logs (custom, for Java 1.19.2)

As said in the title, the mod I am making is for Java 1.19.2, basically, everytime I create a new world with the custom trees, the leaves I made will decay almost instantly.

I tried to find a post on it, but all of them were from two years ago, and didnt seem to be that helpful anymore, im unsure how to fix the issue and need some help.

Last seen on 18:04, 11. May 2023
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I *think* I figured out…
Sun, 03/26/2023 - 15:24

I *think* I figured out where the problem is, but am unsure how to fix it.

in the models\block json file for both, there is a value titled "parent", in the leaves, that value is "block/leaves", whereas in the logs, that value is "block/cube", I am assuming that I need to change the value in the logs, but unsure what to change it to.

Last seen on 18:04, 11. May 2023
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nvm its not what I thought…
Sun, 03/26/2023 - 15:34

nvm its not what I thought it was

Last seen on 01:03, 25. Nov 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need your custom logs to…
Sat, 04/29/2023 - 00:15

You need your custom logs to be included in the vanilla "logs" block tag. Also, leaves have a Block State Property that determines the maximum allowed distance from any log. You can change it using debug stick or commands.