diff --git a/src/core_defs.cpp b/src/core_defs.cpp index b56b3cc8..5fe46341 100644 --- a/src/core_defs.cpp +++ b/src/core_defs.cpp @@ -40,6 +40,7 @@ void corecontent::setup(EnginePaths* paths, ContentBuilder* builder) { block.textureFaces[i] = "obstacle"; } block.hitboxes = {AABB()}; + block.breakable = false; ItemDef& item = builder->items.create(CORE_OBSTACLE+".item"); item.iconType = item_icon_type::block; item.icon = CORE_OBSTACLE;