This commit is contained in:
Aleksey 2021-04-30 13:58:10 +03:00
parent 086657198e
commit 807e25c907
3 changed files with 22 additions and 5 deletions

View file

@ -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;
}