Tests
This commit is contained in:
parent
086657198e
commit
807e25c907
3 changed files with 22 additions and 5 deletions
|
@ -7,7 +7,7 @@ import net.minecraft.resources.ResourceLocation;
|
|||
import net.minecraft.world.level.block.state.BlockState;
|
||||
|
||||
public interface BlockPatterned extends Patterned {
|
||||
BlockModel getBlockModel(BlockState state);
|
||||
//BlockModel getBlockModel(BlockState state);
|
||||
default String getStatesPattern(Reader data) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue