Missed anotations

This commit is contained in:
Aleksey 2020-10-14 10:00:48 +03:00
parent c955d3032e
commit fe8070f0d4
7 changed files with 7 additions and 0 deletions

View file

@ -43,6 +43,7 @@ public class BlockPressurePlate extends PressurePlateBlock implements Patterned
return Patterned.createJson(Patterned.PLATE_MODEL_UP, parentId, block);
}
@Override
public Identifier statePatternId() {
return Patterned.PLATE_STATES_PATTERN;
}