stairs are standalone blocks
This commit is contained in:
parent
3629e76ad0
commit
03dfd35b47
1 changed files with 4 additions and 0 deletions
|
@ -55,4 +55,8 @@ public class SchematicStairs extends SchematicBlock {
|
|||
meta = pos + others;
|
||||
}
|
||||
|
||||
@Override
|
||||
public BuildingStage getBuildStage() {
|
||||
return BuildingStage.STANDALONE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue