Buckets & entity enhancements, cleanup
This commit is contained in:
parent
00fd2b6199
commit
3ec2edd6d5
234 changed files with 1988 additions and 1643 deletions
|
@ -1,13 +1,14 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
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