Structure pieces
This commit is contained in:
parent
1ceb433a61
commit
86ea607d64
6 changed files with 209 additions and 0 deletions
|
@ -32,4 +32,8 @@ public abstract class SDFPrimitive extends SDF {
|
|||
public BlockState getBlockState(BlockPos pos) {
|
||||
return placerFunction.apply(pos);
|
||||
}
|
||||
|
||||
/*public abstract CompoundTag toNBT(CompoundTag root) {
|
||||
|
||||
}*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue