I am trying to make a wood log block. I want it to rotate like the vanilla logs. I have 0 clue how to do this and I am very new to java. I am using forge 1.16.5
Here is the log code I have so far
public static final RegistryObject<Block> EXOTIC_LOG = BLOCKS.register("exotic_log",
() -> new ExoticLog(AbstractBlock.Properties.from(Blocks.WOOD)));
Any help would be amazing!