package ru.betterend.blocks; import net.minecraft.world.level.block.state.properties.BooleanProperty; public class VanillaBlockProperties { public static final BooleanProperty ROOTS = BooleanProperty.create("roots"); }