Revert "remove 'translucent' block property (will be reverted later)"
This reverts commit 7aacadc926.
This commit is contained in:
@@ -140,6 +140,7 @@ void Block::cloneTo(Block& dst) {
|
||||
dst.inventorySize = inventorySize;
|
||||
dst.tickInterval = tickInterval;
|
||||
dst.overlayTexture = overlayTexture;
|
||||
dst.translucent = translucent;
|
||||
if (particles) {
|
||||
dst.particles = std::make_unique<ParticlesPreset>(*particles);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user