Structure pieces

This commit is contained in:
paulevsGitch 2020-10-06 11:16:38 +03:00
parent 1ceb433a61
commit 86ea607d64
6 changed files with 209 additions and 0 deletions

View file

@ -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) {
}*/
}