Fixes, lib update

This commit is contained in:
paulevsGitch 2021-06-07 11:08:00 +03:00
parent 09f5cd60fa
commit 40cadfcacf
6 changed files with 42 additions and 16 deletions

View file

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