Merge branch 'dev' into pathfinding

This commit is contained in:
MihailRis
2025-09-11 18:06:16 +03:00
6 changed files with 265 additions and 167 deletions
+1
View File
@@ -155,6 +155,7 @@ void Block::cloneTo(Block& dst) {
dst.tickInterval = tickInterval;
dst.overlayTexture = overlayTexture;
dst.translucent = translucent;
dst.tags = tags;
if (particles) {
dst.particles = std::make_unique<ParticlesPreset>(*particles);
}