mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-04 20:39:09 +01:00
8 lines
200 B
Java
8 lines
200 B
Java
package de.ellpeck.naturesaura.reg;
|
|
|
|
import de.ellpeck.naturesaura.data.BlockStateGenerator;
|
|
|
|
public interface ICustomBlockState {
|
|
|
|
void generateCustomBlockState(BlockStateGenerator generator);
|
|
}
|