Start migration
This commit is contained in:
parent
6630ce0cab
commit
47ed597358
491 changed files with 12045 additions and 11953 deletions
|
@ -2,13 +2,14 @@ package ru.betterend.patterns;
|
|||
|
||||
import java.io.Reader;
|
||||
|
||||
import net.minecraft.util.Identifier;
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
|
||||
public interface BlockPatterned extends Patterned {
|
||||
default String getStatesPattern(Reader data) {
|
||||
return null;
|
||||
}
|
||||
default Identifier statePatternId() {
|
||||
|
||||
default ResourceLocation statePatternId() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue