Continue mapping migration
This commit is contained in:
parent
99ade39404
commit
f03fd03bd0
499 changed files with 12567 additions and 12723 deletions
|
@ -1,14 +1,12 @@
|
|||
package ru.betterend.patterns;
|
||||
|
||||
import java.io.Reader;
|
||||
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
|
||||
public interface BlockPatterned extends Patterned {
|
||||
default String getStatesPattern(Reader data) {
|
||||
return null;
|
||||
}
|
||||
|
||||
default ResourceLocation statePatternId() {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue