Files
Aphelion/src/main/java/net/xevianlight/aphelion/util/AphelionBlockStateProperties.java

9 lines
350 B
Java

package net.xevianlight.aphelion.util;
import net.minecraft.world.level.block.state.properties.BlockStateProperties;
import net.minecraft.world.level.block.state.properties.BooleanProperty;
public class AphelionBlockStateProperties extends BlockStateProperties {
public static final BooleanProperty FORMED = BooleanProperty.create("formed");
}