Added lightbulb block

This commit is contained in:
MihailRis
2023-12-09 21:52:27 +03:00
parent 545057ee1a
commit 9e04a723a9
10 changed files with 12 additions and 3 deletions
-1
View File
@@ -223,7 +223,6 @@ voxel* Chunks::rayCast(vec3 start,
const Block* def = contentIds->getBlockDef(voxel->id);
if (def->selectable){
timeutil::ScopeLogTimer lg((long long)def);
end.x = px + t * dx;
end.y = py + t * dy;
end.z = pz + t * dz;