add fullscreen block overlay
This commit is contained in:
@@ -141,6 +141,7 @@ void Block::cloneTo(Block& dst) {
|
||||
dst.uiLayout = uiLayout;
|
||||
dst.inventorySize = inventorySize;
|
||||
dst.tickInterval = tickInterval;
|
||||
dst.overlayTexture = overlayTexture;
|
||||
}
|
||||
|
||||
static std::set<std::string, std::less<>> RESERVED_BLOCK_FIELDS {
|
||||
|
||||
Reference in New Issue
Block a user