For the complete documentation index, see llms.txt. This page is also available as Markdown.

Stripped Log Mechanic

What is this?

This mechanic allows you to strip custom logs in to stripped version, like in vanilla.

Configuration

my_block:
  Mechanics:
    custom_block:
      type: NOTEBLOCK
      custom_variation: 2
      log_strip:
        stripped_log: stripped_log #block that will change in to
        drop: bark #additonal drop after right click mechanic

Last updated